1.3 KiB
Zulip supports using BigBlueButton as its video call video call provider. This is currently only possible on self-hosted Zulip installations.
To use the BigBlueButton video call integration, you'll need to have a BigBlueButton server and configure your zulip server to use that BigBlueButton server.
Configure BigBlueButton server
-
Get the Shared Secret using the
bbb-conf --secret
command on your BigBlueButton Server. See also BigBlueButton documentation. -
Get the URL to your BigBlueButton API. The URL has the form of
https://bigbluebutton.example.com/bigbluebutton/
and can also be found using thebbb-conf --secret
command.
Configure zulip server
-
In
/etc/zulip/zulip-secrets.conf
, setbig_blue_button_secret
as your BigBlueButton Server's shared secret. -
In
/etc/zulip/settings.py
, setBIG_BLUE_BUTTON_URL
as your BigBlueButton Server's API URL. -
Restart the Zulip server with
/home/zulip/deployments/current/scripts/restart-server
.
Using BigBlueButton
-
Select BigBlueButton as the organization's video call provider.
-
Zulip's call button will now create meetings using BigBlueButton.