Make group calls respect the ICE fallback setting (#11047)
This commit is contained in:
@@ -659,6 +659,8 @@ export class ElementCall extends Call {
|
||||
analyticsID,
|
||||
});
|
||||
|
||||
if (SettingsStore.getValue("fallbackICEServerAllowed")) params.append("allowIceFallback", "");
|
||||
|
||||
// Set custom fonts
|
||||
if (SettingsStore.getValue("useSystemFont")) {
|
||||
SettingsStore.getValue<string>("systemFont")
|
||||
|
||||
Reference in New Issue
Block a user