Fixes issue with not removing connection interrupt label after reload

This commit is contained in:
hristoterezov 2016-07-25 13:57:01 -05:00
parent 974ba47e3c
commit c3ae8669e8
1 changed files with 2 additions and 0 deletions

View File

@ -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(