You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update zoom integration doc to include user settings scope (#16724)
* update zoom integration doc to include user settings scope
* Update README.md
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com>
* chore: split point 10
---------
Co-authored-by: Amit Sharma <74371312+Amit91848@users.noreply.github.com>
Copy file name to clipboardexpand all lines: README.md
+11-10
Original file line number
Diff line number
Diff line change
@@ -531,17 +531,18 @@ following
531
531
532
532
1. Open [Zoom Marketplace](https://marketplace.zoom.us/) and sign in with your Zoom account.
533
533
2. On the upper right, click "Develop" => "Build App".
534
-
3.On "OAuth", select "Create".
534
+
3.Select "General App" , click "Create".
535
535
4. Name your App.
536
-
5. Choose "User-managed app" as the app type.
537
-
6. De-select the option to publish the app on the Zoom App Marketplace.
538
-
7. Click "Create".
539
-
8. Now copy the Client ID and Client Secret to your `.env` file into the `ZOOM_CLIENT_ID` and `ZOOM_CLIENT_SECRET` fields.
540
-
9. Set the Redirect URL for OAuth `<Cal.com URL>/api/integrations/zoomvideo/callback` replacing Cal.com URL with the URI at which your application runs.
541
-
10. Also add the redirect URL given above as an allow list URL and enable "Subdomain check". Make sure, it says "saved" below the form.
542
-
11. You don't need to provide basic information about your app. Instead click on "Scopes" and then on "+ Add Scopes". On the left, click the category "Meeting" and check the scope `meeting:write`.
543
-
12. Click "Done".
544
-
13. You're good to go. Now you can easily add your Zoom integration in the Cal.com settings.
536
+
5. Choose "User-managed app" for "Select how the app is managed".
537
+
6. De-select the option to publish the app on the Zoom App Marketplace, if asked.
538
+
7. Now copy the Client ID and Client Secret to your `.env` file into the `ZOOM_CLIENT_ID` and `ZOOM_CLIENT_SECRET` fields.
539
+
8. Set the "OAuth Redirect URL" under "OAuth Information" as `<Cal.com URL>/api/integrations/zoomvideo/callback` replacing Cal.com URL with the URI at which your application runs.
540
+
9. Also add the redirect URL given above as an allow list URL and enable "Subdomain check". Make sure, it says "saved" below the form.
541
+
10. You don't need to provide basic information about your app. Instead click on "Scopes" and then on "+ Add Scopes". On the left,
542
+
1. click the category "Meeting" and check the scope `meeting:write:meeting`.
543
+
2. click the category "User" and check the scope `user:read:settings`.
544
+
11. Click "Done".
545
+
12. You're good to go. Now you can easily add your Zoom integration in the Cal.com settings.
0 commit comments