From c9d0aabe9f2fc06c424bbd8fe418e27d02653f8e Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Thu, 9 Oct 2025 12:04:18 +0100 Subject: [PATCH] Add a warning --- src/i18n/strings/en_EN.json | 1 + src/settings/Settings.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index b4405e2190..60484dbfc5 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -3084,6 +3084,7 @@ "enable_fallback_ice_server": "Allow fallback call assist server (%(server)s)", "enable_fallback_ice_server_description": "Only applies if your homeserver does not offer one. Your IP address would be shared during a call.", "mirror_local_feed": "Mirror local video feed", + "mirror_local_feed_description": "Not supported when using Element Call", "missing_permissions_prompt": "Missing media permissions, click the button below to request.", "noise_suppression": "Noise suppression", "request_permissions": "Request media permissions", diff --git a/src/settings/Settings.tsx b/src/settings/Settings.tsx index dfb869c31c..7e40592845 100644 --- a/src/settings/Settings.tsx +++ b/src/settings/Settings.tsx @@ -941,6 +941,7 @@ export const SETTINGS: Settings = { "VideoView.flipVideoHorizontally": { supportedLevels: LEVELS_ACCOUNT_SETTINGS, displayName: _td("settings|voip|mirror_local_feed"), + description: _td("settings|voip|mirror_local_feed_description"), default: true, }, "theme": {