org_settings: Add frontend support for realm_jitsi_server_url.

This commit adds a dropdown and custom input element to set the
`realm_jitsi_server_url` when the video call provider is Jitsi. This
allows organization administrators to add a custom Jitsi server as the
organization's video call provider.

Fixes #17914.

Co-authored-by: Gaurav Pandey <gauravguitarrocks@gmail.com>
This commit is contained in:
Hemant Umre
2023-09-19 21:40:23 +05:30
committed by Tim Abbott
parent be653dd5b4
commit f731602024
7 changed files with 180 additions and 11 deletions

View File

@@ -232,6 +232,7 @@ export function dispatch_normal_event(event) {
signup_notifications_stream_id: noop,
emails_restricted_to_domains: noop,
video_chat_provider: compose.update_audio_and_video_chat_button_display,
jitsi_server_url: compose.update_audio_and_video_chat_button_display,
giphy_rating: giphy.update_giphy_rating,
waiting_period_threshold: noop,
want_advertise_in_communities_directory: noop,