Call reflectSettings synchronously.
We could previously attempt to display a remote stream before reflectSetting initialised the settings.
This commit is contained in:
+2
-1
@@ -4051,7 +4051,8 @@ async function start() {
|
||||
setTitle(groupStatus.displayName || capitalise(group));
|
||||
|
||||
addFilters();
|
||||
setMediaChoices(false).then(e => reflectSettings());
|
||||
await setMediaChoices(false);
|
||||
reflectSettings();
|
||||
|
||||
if(parms.has('token'))
|
||||
token = parms.get('token');
|
||||
|
||||
Reference in New Issue
Block a user