Fixes issue with not removing connection interrupt label after reload

pull/750/head
hristoterezov 9 years ago
parent 974ba47e3c
commit c3ae8669e8
  1. 2
      conference.js

@ -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…
Cancel
Save