Add a warning

This commit is contained in:
Will Hunt 2025-10-09 12:04:18 +01:00
parent 80a48027f5
commit c9d0aabe9f
2 changed files with 2 additions and 0 deletions

View File

@ -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",

View File

@ -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": {