Browse Source

Merge pull request #750 from jitsi/fix_con_interrupted

Fixes issue with not removing connection interrupt label after reload
j8
Paweł Domas 8 years ago
parent
commit
0a51ddd7ef
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      conference.js

+ 2
- 0
conference.js View File

@@ -948,6 +948,8 @@ export default {
948 948
         room.on(ConferenceEvents.CONFERENCE_JOINED, () => {
949 949
             APP.UI.mucJoined();
950 950
             APP.API.notifyConferenceJoined(APP.conference.roomName);
951
+            connectionIsInterrupted = false;
952
+            APP.UI.markVideoInterrupted(false);
951 953
         });
952 954
 
953 955
         room.on(

Loading…
Cancel
Save