mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user