fix(external_api): fire videoConferenceLeft event on unload (#2243)
This commit is contained in:
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();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue