mirror of https://github.com/zulip/zulip.git
docs(user): Remove redundant docs in /help/start-a-call.
Documentation about using and configuring different video call providers was present at /help/start-a-call. This documentation was later moved to /integrations as asked in issue #17588. So to avoid redundancy most of the documentation in /help/start-a-call is removed, by providing appropriate links, pointing to where new documentation lives. Fixes: #17588.
This commit is contained in:
parent
dd308528c2
commit
e1c5bcd56f
|
@ -4,17 +4,17 @@
|
|||
|
||||
{!start-composing.md!}
|
||||
|
||||
2. Click the video-camera (<i class="fa fa-video-camera"></i>) icon in the
|
||||
1. Click the video-camera (<i class="fa fa-video-camera"></i>) icon in the
|
||||
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.
|
||||
|
||||
4. Send the message.
|
||||
1. Send the message.
|
||||
|
||||
5. Click on the link in the message to start or join the call.
|
||||
1. Click on the link in the message to start or join the call.
|
||||
|
||||
!!! warn ""
|
||||
**Note**: You can replace "Click to join video call" with anything you want.
|
||||
!!! tip ""
|
||||
You can replace "Click to join video call" with anything you want.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
|
@ -26,53 +26,13 @@ source video conferencing solution. Organization administrators can also
|
|||
change the organization's video chat provider. Video chat providers
|
||||
supported by zulip are:
|
||||
|
||||
{start_tabs}
|
||||
* [Jitsi Meet](/integrations/doc/jitsi)
|
||||
* [Zoom integration](/integrations/doc/zoom)
|
||||
* [Big Blue Button integration](/integrations/doc/big-blue-button)
|
||||
|
||||
{tab|jitsi-meet}
|
||||
|
||||
Zulip's default video chat provider is [Jitsi
|
||||
Meet](https://meet.jit.si).
|
||||
|
||||
You can also use Zulip with Jitsi Meet on-premise; to configure this,
|
||||
just set `JITSI_SERVER_URL` in `/etc/zulip/settings.py`.
|
||||
|
||||
{tab|bigbluebutton}
|
||||
|
||||
Using Big Blue Button as a video chat provider is currently only
|
||||
possible on self-hosted Zulip installations. See the [detailed
|
||||
configuration instructions][big-blue-button-configuration].
|
||||
|
||||
{tab|zoom}
|
||||
|
||||
Zulip supports Zoom as the video chat provider using an OAuth
|
||||
integration. You can set it up as follows:
|
||||
|
||||
{settings_tab|organization-settings}
|
||||
|
||||
1. Under **Other settings** set **Video chat provider** to **Zoom**.
|
||||
|
||||
1. Click **Save changes**.
|
||||
|
||||
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.
|
||||
|
||||
If you are self-hosting, you will need to [create a Zoom
|
||||
application][zoom-configuration] to use this integration.
|
||||
|
||||
{tab|disable}
|
||||
|
||||
You can also disable the video call button for your organization by
|
||||
setting the provider to "None".
|
||||
|
||||
{end_tabs}
|
||||
!!! tip ""
|
||||
It is also possible to disable the video call button for your organization by
|
||||
setting the provider to "None".
|
||||
|
||||
### Change your organization's video chat provider
|
||||
|
||||
|
|
Loading…
Reference in New Issue