mirror of
https://github.com/vector-im/element-web.git
synced 2026-01-07 17:41:22 +01:00
Add a warning
This commit is contained in:
parent
80a48027f5
commit
c9d0aabe9f
@ -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",
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user