zulip/help/start-a-call.md

129 lines
3.2 KiB
Markdown
Raw Normal View History

# Start a call
## Start a video call
2017-11-25 16:50:40 +01:00
{start_tabs}
{tab|desktop-web}
{!start-composing.md!}
1. Click the **video camera** (<i class="zulip-icon zulip-icon-video-call"></i>)
icon at the bottom of the compose box. This will insert a **Join video call.**
link into your message.
2017-11-25 16:50:40 +01:00
1. Send the message.
2017-11-25 16:50:40 +01:00
1. Click on the link in the message to start or join the call.
2017-11-25 16:50:40 +01:00
!!! tip ""
You can replace the "Join video call." label for the link with any text you
like.
{tab|mobile}
1. Navigate to a channel, topic, or direct message view.
1. Tap the **video camera**
(<img src="/static/images/help/mobile-video-icon.svg" alt="video" class="help-center-icon"/>)
button at the bottom of the app. This will insert a **Click to join video call**
link into your message.
1. If you are in a channel view, choose a destination topic by tapping the
compose box and selecting an existing topic or typing a new topic name.
1. Send the message.
1. Tap the link in the message to start or join the call.
!!! tip ""
You can replace the "Click to join video call" label for the link with any
text you like.
{end_tabs}
## Start a voice call
{start_tabs}
{tab|desktop-web}
{!start-composing.md!}
1. Click the **phone** (<i class="zulip-icon zulip-icon-voice-call"></i>) icon
at the bottom of the compose box. This will insert a **Join voice call.**
link into your message.
1. Send the message.
1. Click on the link in the message to start or join the call.
!!! tip ""
You can replace the "Join voice call." label for the link with any text you
like.
{end_tabs}
## Change your call 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 call provider. The call providers
supported by Zulip are:
* [Jitsi Meet](/integrations/doc/jitsi)
* [Zoom integration](/integrations/doc/zoom)
* [BigBlueButton integration](/integrations/doc/big-blue-button)
If you choose BigBlueButton as the call provider, there will be a single button
(<i class="fa fa-video-camera"></i>) for starting a call. The call is initiated
with cameras turned off.
!!! tip ""
It is also possible to disable the video and voice call buttons for your organization
by setting the provider to "None".
### Change your organization's call provider
{start_tabs}
{settings_tab|organization-settings}
1. Under **Other settings**, select the desired provider from the
**Call provider** dropdown.
{!save-changes.md!}
{end_tabs}
### Use a self-hosted instance of Jitsi Meet
Zulip uses the [cloud version of Jitsi Meet](https://meet.jit.si/)
as its default call provider. You can also use a self-hosted
instance of Jitsi Meet.
{start_tabs}
{settings_tab|organization-settings}
1. Under **Other settings**, select **Custom URL** from the
**Jitsi server URL** dropdown.
1. Enter the URL of your self-hosted Jitsi Meet server.
{!save-changes.md!}
{end_tabs}
[big-blue-button-configuration]: https://zulip.readthedocs.io/en/stable/production/video-calls.html#bigbluebutton
[zoom-configuration]: https://zulip.readthedocs.io/en/stable/production/video-calls.html#zoom
## Related articles
* [Insert a link](/help/insert-a-link)