mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
Option is added to video_chat_provider settings for disabling video calls. Video call icon is hidden in two cases- 1. video_chat_provider is set to disabled. 2. video_chat_provider is set to Jitsi and settings.JITSI_SERVER_URL is none. Relevant tests are added and modified. Fixes #14483