mirror of https://github.com/zulip/zulip.git
docs: Add introduction to video call providers doc.
Also explicitly document the Jitsi integration.
This commit is contained in:
parent
d512652809
commit
480bceae98
|
@ -1,9 +1,34 @@
|
||||||
# Video call providers
|
# Video call providers
|
||||||
|
|
||||||
This page documents the server-level configuration required to support
|
Zulip makes it convenient to [start a
|
||||||
non-default [video call integration
|
call](https://zulip.com/help/start-a-call) with the click of a button, using the
|
||||||
options](https://zulip.com/help/start-a-call) on a self-hosted Zulip
|
call provider of your choice. The call providers
|
||||||
server.
|
supported by Zulip are:
|
||||||
|
|
||||||
|
- [Jitsi Meet](https://zulip.com/integrations/doc/jitsi), a fully-encrypted,
|
||||||
|
100% open source video conferencing solution.
|
||||||
|
- [Zoom](https://zulip.com/integrations/doc/zoom)
|
||||||
|
- [BigBlueButton](https://zulip.com/integrations/doc/big-blue-button)
|
||||||
|
|
||||||
|
By default, Zulip uses the [cloud version of Jitsi Meet](https://meet.jit.si/)
|
||||||
|
as its call provider. This page documents the configurations required to support
|
||||||
|
other [video call integration options](https://zulip.com/help/start-a-call) on a
|
||||||
|
self-hosted Zulip server.
|
||||||
|
|
||||||
|
:::{note}
|
||||||
|
It is possible to disable the video and voice call buttons for your
|
||||||
|
organization by [setting the call
|
||||||
|
provider](https://zulip.com/help/start-a-call#change-your-organizations-call-provider)
|
||||||
|
to "None".
|
||||||
|
:::
|
||||||
|
|
||||||
|
## Jitsi
|
||||||
|
|
||||||
|
You can configure Zulip to use a self-hosted
|
||||||
|
instance of Jitsi Meet by providing the URL of your self-hosted Jitsi Meet
|
||||||
|
server [in organization
|
||||||
|
settings](https://zulip.com/help/start-a-call#use-a-self-hosted-instance-of-jitsi-meet).
|
||||||
|
No server configuration changes are required.
|
||||||
|
|
||||||
## Zoom
|
## Zoom
|
||||||
|
|
||||||
|
@ -40,10 +65,10 @@ follows:
|
||||||
1. Restart the Zulip server with
|
1. Restart the Zulip server with
|
||||||
`/home/zulip/deployments/current/scripts/restart-server`.
|
`/home/zulip/deployments/current/scripts/restart-server`.
|
||||||
|
|
||||||
This enables Zoom support in your Zulip server. Finally, [configure
|
This enables Zoom support in your Zulip server. Finally, [configure Zoom as the
|
||||||
Zoom as the video call
|
video call
|
||||||
provider](https://zulip.com/help/start-a-call) in the Zulip
|
provider](https://zulip.com/help/start-a-call#change-your-organizations-call-provider)
|
||||||
organization(s) where you want to use it.
|
in the Zulip organizations where you want to use it.
|
||||||
|
|
||||||
## BigBlueButton
|
## BigBlueButton
|
||||||
|
|
||||||
|
@ -73,5 +98,5 @@ Server as follows:
|
||||||
|
|
||||||
This enables BigBlueButton support in your Zulip server. Finally, [configure
|
This enables BigBlueButton support in your Zulip server. Finally, [configure
|
||||||
BigBlueButton as the video call
|
BigBlueButton as the video call
|
||||||
provider](https://zulip.com/help/start-a-call) in the Zulip
|
provider](https://zulip.com/help/start-a-call#change-your-organizations-call-provider)
|
||||||
organization(s) where you want to use it.
|
in the Zulip organizations where you want to use it.
|
||||||
|
|
Loading…
Reference in New Issue