Fixes issue with not removing connection interrupt label after reload
This commit is contained in:
parent
974ba47e3c
commit
c3ae8669e8
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue