Make group calls respect the ICE fallback setting (#11047)
This commit is contained in:
parent
1091e14a3d
commit
ac2c9cef8d
2 changed files with 32 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue