docs: Document better configuration for Zoom redirect URL.

This gives a more reasonable result when a user tries to “add” the
application from within the Zoom marketplace.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg 2022-12-17 12:37:23 -08:00
parent d4d285fc43
commit 838c9bb635
1 changed files with 3 additions and 2 deletions

View File

@ -22,8 +22,9 @@ installation, you'll need to register a custom Zoom app as follows:
1. Inside the Zoom app management page:
- On the **App Credentials** tab, set both the **Redirect URL for
OAuth** and the **Whitelist URL** to
- On the **App Credentials** tab, set the **Redirect URL for
OAuth** to `htps://zulip.example.com/help/start-a-call` and the
**Whitelist URL** to
`https://zulip.example.com/calls/zoom/complete` (replacing
`zulip.example.com` by your main Zulip hostname).
- On the **Scopes** tab, add the `meeting:write` scope.