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