zulip/docs/production/zoom-configuration.md

1.3 KiB

Zoom Video Calling OAuth Configuration

To use the Zoom integration on a self-hosted installation, you'll need to register a custom Zoom Application as follows:

  1. Visit the Zoom Marketplace.

  2. Create a new application, choosing OAuth as the app type. We recommend using a name like "ExampleCorp Zulip".

  3. Select account-level app for the authentication type, disable the option to publish the app in the Marketplace, and click Create.

  4. Inside of the Zoom app management page, set the Redirect URL to https://zulip.example.com/calls/zoom/complete (replacing zulip.example.com by your main Zulip hostname).

  5. Set the "Scopes" to meeting:write:admin.

You can then configure your Zulip server to use that Zoom application as follows:

  1. In /etc/zulip/zulip-secrets.conf, set video_zoom_client_secret to be your app's "Client Secret".

  2. In /etc/zulip/settings.py, set VIDEO_ZOOM_CLIENT_ID to your app's "Client ID".

  3. Restart the Zulip server with /home/zulip/deployments/current/scripts/restart-server.

This enables Zoom support in your Zulip server. Finally, configure Zoom as the video call provider in the Zulip organization(s) where you want to use it.