feat(external_api): notify when api is disposed
This commit is contained in:
committed by
Hristo Terezov
parent
b6e2701991
commit
5739e1deaa
Vendored
+1
@@ -534,6 +534,7 @@ export default class JitsiMeetExternalAPI extends EventEmitter {
|
||||
* @returns {void}
|
||||
*/
|
||||
dispose() {
|
||||
this.emit('_willDispose');
|
||||
this._transport.dispose();
|
||||
this.removeAllListeners();
|
||||
if (this._frame) {
|
||||
|
||||
Reference in New Issue
Block a user