fix(external_api): fire videoConferenceLeft event on unload (#2243)
This commit is contained in:
committed by
virtuacoplenny
parent
569b3547c8
commit
eae9ddabad
@@ -32,6 +32,7 @@ window.addEventListener('beforeunload', () => {
|
||||
APP.logCollector.stop();
|
||||
APP.logCollectorStarted = false;
|
||||
}
|
||||
APP.API.notifyConferenceLeft(APP.conference.roomName);
|
||||
APP.API.dispose();
|
||||
getJitsiMeetTransport().dispose();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user