settings: Standardize on "video call provider" (not "video chat").

We had a mix of the two names, and "video call provider" both feels
more professional and more clear about precisely what it does.

We don't change the API fields, since it doesn't seem worth an API
migration.
This commit is contained in:
Tim Abbott
2021-04-14 08:47:09 -07:00
parent e1c5bcd56f
commit c30a4c5466
6 changed files with 19 additions and 19 deletions

View File

@@ -186,7 +186,7 @@
<div class="inline-block organization-settings-parent">
<div class="input-group">
<label for="realm_video_chat_provider" class="dropdown-title">
{{t 'Video chat provider' }}
{{t 'Video call provider' }}
</label>
<select name="realm_video_chat_provider" class ="setting-widget prop-element" id="id_realm_video_chat_provider" data-setting-widget-type="number">
{{#each realm_available_video_chat_providers}}

View File

@@ -18,12 +18,12 @@ compose box.
{end_tabs}
## Change your video chat provider
## Change your video 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 video chat provider. Video chat providers
change the organization's video call provider. The video call providers
supported by zulip are:
* [Jitsi Meet](/integrations/doc/jitsi)
@@ -34,13 +34,13 @@ supported by zulip are:
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
### Change your organization's video call provider
{start_tabs}
{settings_tab|organization-settings}
1. Under **Other settings** select appropriate provider from **Video chat provider** dropdown.
1. Under **Other settings** select appropriate provider from **Video call provider** dropdown.
1. Click **Save changes**.

View File

@@ -1,4 +1,4 @@
Zulip supports using Big Blue Button as its video call video chat
Zulip supports using Big Blue Button as its video call video call
provider. This is currently only possible on self-hosted Zulip
installations.
@@ -29,7 +29,7 @@ configure your zulip server to use that Big Blue Button server.
### Using Big Blue Button
1. Select Big Blue Button as the organization's [video call provider](/help/start-a-call#changing-your-organizations-video-chat-provider).
1. Select Big Blue Button as the organization's [video call provider](/help/start-a-call#changing-your-organizations-video-call-provider).
1. Zulip's [call button](/help/start-a-call) will now create meetings
using Big Blue Button.

View File

@@ -4,14 +4,14 @@ conferencing solution.
### Using Jitsi Meet
1. Set Jitsi as the organization's [video chat
provider](/help/start-a-call#changing-your-organizations-video-chat-provider),
1. Set Jitsi as the organization's [video call
provider](/help/start-a-call#changing-your-organizations-video-call-provider),
if it isn't already.
2. Zulip's [call button](/help/start-a-call) will now create meetings
using Jitsi Meet.
Zulip's default video chat provider is the cloud version of [Jitsi
Zulip's default video call provider is the cloud version of [Jitsi
Meet](https://meet.jit.si/) but it also possible to use Zulip with a
self-hosted instance of Jitsi Meet; to configure this, just set
`JITSI_SERVER_URL` in `/etc/zulip/settings.py`.

View File

@@ -2,7 +2,7 @@ Zulip supports using Zoom as its video call provider.
### Using Zoom
1. Select Zoom as the organization's [video call provider](/help/start-a-call#changing-your-organizations-video-chat-provider).
1. Select Zoom as the organization's [video call provider](/help/start-a-call#changing-your-organizations-video-call-provider).
1. Zulip's [call button](/help/start-a-call) will now create meetings
using Zoom.

View File

@@ -3301,11 +3301,11 @@ paths:
organization administrator.
Useful for administrative settings UI that allows changing the
video chat provider.
video call provider.
additionalProperties:
description: |
`{provider_name}`: Dictionary containing the details of the
video chat provider with the name of the chat provider as
video call provider with the name of the chat provider as
the key.
type: object
additionalProperties: false
@@ -3313,11 +3313,11 @@ paths:
name:
type: string
description: |
The name of the video chat provider.
The name of the video call provider.
id:
type: integer
description: |
The ID of the video chat provider.
The ID of the video call provider.
presence_disabled:
type: boolean
description: |
@@ -8224,11 +8224,11 @@ paths:
organization administrator.
Useful for administrative settings UI that allows changing the
video chat provider.
video call provider.
additionalProperties:
description: |
`{provider_name}`: Dictionary containing the details of the
video chat provider with the name of the chat provider as
video call provider with the name of the chat provider as
the key.
type: object
additionalProperties: false
@@ -8236,11 +8236,11 @@ paths:
name:
type: string
description: |
The name of the video chat provider.
The name of the video call provider.
id:
type: integer
description: |
The ID of the video chat provider.
The ID of the video call provider.
realm_presence_disabled:
type: boolean
description: |