2017-11-25 16:50:40 +01:00
|
|
|
# Start a video call
|
|
|
|
|
2019-02-13 21:24:15 +01:00
|
|
|
{start_tabs}
|
|
|
|
|
2018-09-17 00:00:37 +02:00
|
|
|
{!start-composing.md!}
|
2017-11-25 16:50:40 +01:00
|
|
|
|
|
|
|
2. Click the video-camera (<i class="fa fa-video-camera"></i>) icon in the
|
2018-09-16 01:54:05 +02:00
|
|
|
bottom left corner of the compose box. This will insert a link like
|
|
|
|
**[Click to join video call]\(https://meet.jit.si/123456789)** into the
|
|
|
|
compose box.
|
2017-11-25 16:50:40 +01:00
|
|
|
|
|
|
|
4. Send the message.
|
|
|
|
|
|
|
|
5. Click on the link in the message to start or join the call.
|
|
|
|
|
2019-03-01 01:34:12 +01:00
|
|
|
!!! warn ""
|
|
|
|
**Note**: You can replace "Click to join video call" with anything you want.
|
|
|
|
|
2019-02-13 21:24:15 +01:00
|
|
|
{end_tabs}
|
|
|
|
|
2019-03-01 01:34:12 +01:00
|
|
|
## Change your video chat provider
|
|
|
|
|
|
|
|
By default, Zulip integrates with
|
|
|
|
[Jitsi Meet](https://jitsi.org/jitsi-meet/), a fully-encrypted, 100% open
|
|
|
|
source video conferencing solution. Organization administrators can also
|
|
|
|
change the organization's video chat provider.
|
|
|
|
|
2020-04-10 01:04:33 +02:00
|
|
|
### Change your organization's video chat provider
|
2019-03-01 01:34:12 +01:00
|
|
|
|
|
|
|
{start_tabs}
|
|
|
|
|
2020-06-14 23:36:14 +02:00
|
|
|
{tab|jitsi-meet}
|
2019-03-01 01:34:12 +01:00
|
|
|
|
2020-06-14 23:36:14 +02:00
|
|
|
Zulip's default video chat provider is [Jitsi
|
|
|
|
Meet](https://meet.jit.si/).
|
2019-03-01 01:34:12 +01:00
|
|
|
|
2020-06-14 23:36:14 +02:00
|
|
|
You can also use Zulip with Jitsi Meet on-premise; to configure this,
|
|
|
|
just set `JITSI_SERVER_URL` in `/etc/zulip/settings.py`.
|
2019-03-01 01:34:12 +01:00
|
|
|
|
2020-04-27 22:41:31 +02:00
|
|
|
{tab|bigbluebutton}
|
|
|
|
|
|
|
|
In order to use Big Blue Button as the video call provider, you need
|
|
|
|
to first configure the `BIG_BLUE_BUTTON_URL` setting in
|
|
|
|
`/etc/zulip/settings.py`.
|
|
|
|
|
2019-03-01 01:34:12 +01:00
|
|
|
{tab|zoom}
|
|
|
|
|
2020-06-14 23:36:14 +02:00
|
|
|
Zulip supports Zoom as the video chat provider using an OAuth
|
|
|
|
integration. You can set it up as follows:
|
|
|
|
|
2019-03-01 01:34:12 +01:00
|
|
|
{settings_tab|organization-settings}
|
|
|
|
|
|
|
|
1. Under **Other settings** set **Video chat provider** to **Zoom**.
|
|
|
|
|
|
|
|
1. Click **Save changes**.
|
|
|
|
|
2019-11-16 09:26:28 +01:00
|
|
|
Any user who creates a video call link using the instructions above
|
|
|
|
will be prompted to link a Zoom account with their Zulip account.
|
|
|
|
|
|
|
|
If you would like to unlink Zoom from your Zulip account:
|
|
|
|
|
|
|
|
1. Log in to the [Zoom App Marketplace](https://marketplace.zoom.us/).
|
|
|
|
|
|
|
|
1. Click **Manage** → **Installed Apps**.
|
|
|
|
|
|
|
|
1. Click the **Uninstall** button next to the Zulip app.
|
2019-03-01 01:34:12 +01:00
|
|
|
|
2020-06-14 23:36:14 +02:00
|
|
|
If you are self-hosting, you will need to [create a Zoom
|
|
|
|
application][zoom-configuration] to use this integration.
|
2019-03-01 01:34:12 +01:00
|
|
|
|
2020-06-14 23:36:14 +02:00
|
|
|
{tab|disable}
|
2019-03-01 01:34:12 +01:00
|
|
|
|
2020-06-14 23:36:14 +02:00
|
|
|
You can also disable the video call button for your organization by
|
2020-04-10 01:04:33 +02:00
|
|
|
setting the provider to "None".
|
|
|
|
|
2019-03-01 01:34:12 +01:00
|
|
|
{end_tabs}
|
2020-06-14 23:36:14 +02:00
|
|
|
|
|
|
|
[zoom-configuration]: https://zulip.readthedocs.io/en/latest/production/zoom-configuration.html
|