diff --git a/templates/zerver/api/changelog.md b/templates/zerver/api/changelog.md index 21333f7f1b..2fae8a459c 100644 --- a/templates/zerver/api/changelog.md +++ b/templates/zerver/api/changelog.md @@ -1049,7 +1049,9 @@ No changes; feature level used for Zulip 3.0 release. Previously, they were 2-item tuples and did not include the time when the topic was muted. * `GitLab` authentication is now available. -* Added `None` as a video call provider option. +* [`POST /register`](/api/register-queue), [`GET /events`](/api/get-events), + `PATCH /realm`: None added as an option for the realm setting + `video_chat_provider` to disable video call UI. ## Changes in Zulip 2.1 diff --git a/zerver/openapi/zulip.yaml b/zerver/openapi/zulip.yaml index 3d5183fa10..44b612387f 100644 --- a/zerver/openapi/zulip.yaml +++ b/zerver/openapi/zulip.yaml @@ -4037,7 +4037,16 @@ paths: video_chat_provider: type: integer description: | - The configured video call provider for the organization. + The configured [video call provider](/help/start-a-call) for the + organization. + + - 0 = None + - 1 = Jitsi Meet + - 3 = Zoom + - 4 = BigBlueButton + + **Changes**: None added as an option in Zulip 3.0 (feature level 1) + to disable video call UI. waiting_period_threshold: type: integer description: | @@ -11135,7 +11144,16 @@ paths: description: | Present if `realm` is present in `fetch_event_types`. - The configured video call provider for the organization. + The configured [video call provider](/help/start-a-call) for the + organization. + + - 0 = None + - 1 = Jitsi Meet + - 3 = Zoom + - 4 = BigBlueButton + + **Changes**: None added as an option in Zulip 3.0 (feature level 1) + to disable video call UI. realm_giphy_rating: type: integer description: | @@ -11368,7 +11386,7 @@ paths: organization administrator. Useful for administrative settings UI that allows changing the - video call provider. + realm setting `video_chat_provider`. additionalProperties: description: | `{provider_name}`: Dictionary containing the details of the