Fixes issue with not removing connection interrupt label after reload
This commit is contained in:
@@ -948,6 +948,8 @@ export default {
|
||||
room.on(ConferenceEvents.CONFERENCE_JOINED, () => {
|
||||
APP.UI.mucJoined();
|
||||
APP.API.notifyConferenceJoined(APP.conference.roomName);
|
||||
connectionIsInterrupted = false;
|
||||
APP.UI.markVideoInterrupted(false);
|
||||
});
|
||||
|
||||
room.on(
|
||||
|
||||
Reference in New Issue
Block a user