Make group calls respect the ICE fallback setting (#11047)

This commit is contained in:
Robin 2023-06-07 09:29:39 -04:00 committed by GitHub
parent 1091e14a3d
commit ac2c9cef8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 0 deletions

View file

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