Fix bugs in waiting room.
This commit is contained in:
@@ -4386,6 +4386,8 @@ async function start() {
|
||||
if(window.location.search)
|
||||
window.history.replaceState(null, '', window.location.pathname);
|
||||
setTitle(hallStatus.displayName || capitalise(hall));
|
||||
getInputElement('connectbutton').value = hallStatus.waitingRoom ?
|
||||
'Join waiting room' : 'Connect';
|
||||
|
||||
await setMediaChoices(false);
|
||||
reflectSettings();
|
||||
|
||||
Reference in New Issue
Block a user