Fixes issue #716
This commit is contained in:
parent
08bd40bb26
commit
e46d45adea
2
modules/API/external/external_api.js
vendored
2
modules/API/external/external_api.js
vendored
@ -345,7 +345,7 @@ JitsiMeetExternalAPI.prototype.removeEventListeners = function(events) {
|
||||
* Removes the listeners and removes the Jitsi Meet frame.
|
||||
*/
|
||||
JitsiMeetExternalAPI.prototype.dispose = function() {
|
||||
this.postis.dispose();
|
||||
this.postis.destroy();
|
||||
var frame = document.getElementById(this.frameName);
|
||||
if(frame)
|
||||
frame.src = 'about:blank';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user