Remove allowVoipWithNoMedia feature flag (#31087)

* Remove allowVoipWithNoMedia feature flag

* whoops

* remove a string
This commit is contained in:
Will Hunt
2025-10-27 13:08:31 +00:00
committed by GitHub
parent 8376e43a03
commit dae5b6b43b
4 changed files with 0 additions and 38 deletions
-4
View File
@@ -704,10 +704,6 @@ export class ElementCall extends Call {
params.append("allowIceFallback", "true");
}
if (SettingsStore.getValue("feature_allow_screen_share_only_mode")) {
params.append("allowVoipWithNoMedia", "true");
}
// Set custom fonts
if (SettingsStore.getValue("useSystemFont")) {
SettingsStore.getValue("systemFont")