templates/zerver/integrations/webex.md
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 (<i class="zulip-icon zulip-icon-video-call"></i>) button in the compose box.
!!! warn ""
**Note:** This is currently only possible on self-hosted Zulip
installations.
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.
!!! warn ""
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.
{start_tabs}
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/complete
replacing zulip.example.com with your Zulip organization's URL.
For Scopes, select spark:all, meeting:schedules_read and
meeting:schedules_write, and select Add Integration.
optional: You can submit the integration to the Webex App Hub by following this documentation.
{end_tabs}
{start_tabs}
In /etc/zulip/zulip-secrets.conf, set video_webex_client_secret
to your app's "Client Secret".
In /etc/zulip/settings.py, set VIDEO_WEBEX_CLIENT_ID to your
app's "Client ID".
Restart the Zulip server with
/home/zulip/deployments/current/scripts/restart-server.
{settings_tab|organization-settings}
Under Compose settings, select Webex from the Call provider dropdown.
Click Save changes.
{end_tabs}