Merge pull request #750 from jitsi/fix_con_interrupted
Fixes issue with not removing connection interrupt label after reload
This commit is contained in:
commit
0a51ddd7ef
|
@ -948,6 +948,8 @@ export default {
|
||||||
room.on(ConferenceEvents.CONFERENCE_JOINED, () => {
|
room.on(ConferenceEvents.CONFERENCE_JOINED, () => {
|
||||||
APP.UI.mucJoined();
|
APP.UI.mucJoined();
|
||||||
APP.API.notifyConferenceJoined(APP.conference.roomName);
|
APP.API.notifyConferenceJoined(APP.conference.roomName);
|
||||||
|
connectionIsInterrupted = false;
|
||||||
|
APP.UI.markVideoInterrupted(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
room.on(
|
room.on(
|
||||||
|
|
Loading…
Reference in New Issue