Back to Zulip

Configure call provider

starlight_help/src/content/docs/configure-call-provider.mdx

12.02.1 KB
Original Source

import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import AdminOnly from "../include/_AdminOnly.mdx"; import SaveChanges from "../include/_SaveChanges.mdx";

<AdminOnly />

By default, Zulip integrates with Jitsi Meet, a fully-encrypted, 100% open source video conferencing solution. Organization administrators can also change the organization's call provider. The call providers supported by Zulip are:

<ZulipTip> You can disable the video and voice call buttons for your organization by setting the **call provider** to "None". </ZulipTip>

Configure your organization's call provider

<FlattenedSteps> <NavigationSteps target="settings/organization-settings" />
  1. Under Compose settings, select the desired provider from the Call provider dropdown.
<SaveChanges /> </FlattenedSteps>

Use a self-hosted instance of Jitsi Meet

Zulip uses the cloud version of Jitsi Meet as its default call provider. You can also use a self-hosted instance of Jitsi Meet.

<FlattenedSteps> <NavigationSteps target="settings/organization-settings" />
  1. Under Compose settings, select Custom URL from the Jitsi server URL dropdown.
  2. Enter the URL of your self-hosted Jitsi Meet server.
<SaveChanges /> </FlattenedSteps>