Use Webex as your call provider in Zulip
You can configure Webex as the call provider for your organization. Users will be able to start a Webex meeting and invite others using the add video call () button in the compose box.
Note: This is currently only possible on self-hosted Zulip installations.
Configure Webex as your call provider
By default, Zulip integrates with Jitsi Meet, a fully-encrypted, 100% open source video conferencing solution. You can configure Zulip to use Webex as your call provider instead.
For users in paid Webex organizations, which have the ability to create public rooms that are visible to every member within that organization, an ad-hoc meeting is created in Webex. Otherwise, for users of free Webex organizations, a personal room meeting is created in Webex.
Create a custom Webex integration
-
Visit the New Integration page on the Webex developer portal.
-
Select "No" for "Will this integration use a mobile SDK?".
-
Fill in the Integration name, Icon and App Hub Description according to your preferences.
-
For Redirect URI(s), enter
https://zulip.example.com/calls/webex/completereplacingzulip.example.comwith your Zulip organization's URL. -
For Scopes, select
spark:all,meeting:schedules_readandmeeting:schedules_write, and select Add Integration. -
optional: You can submit the integration to the Webex App Hub by following this documentation.
Configure your Zulip server and organization
-
In
/etc/zulip/zulip-secrets.conf, setvideo_webex_client_secretto your app's "Client Secret". -
In
/etc/zulip/settings.py, setVIDEO_WEBEX_CLIENT_IDto your app's "Client ID". -
Restart the Zulip server with
/home/zulip/deployments/current/scripts/restart-server. -
Go to Organization settings.
-
Under Compose settings, select Webex from the Call provider dropdown.
-
Click Save changes.
Related documentation
Logos are trademarks of their respective owners. None of the integrations on this page are created by, affiliated with, or supported by the companies represented by the logos.