Fixes issue with parsing "extrernal" hash parameter.
This commit is contained in:
parent
1010a56899
commit
ca5a1001a1
|
@ -51,7 +51,7 @@ var JitsiMeetExternalAPI = (function()
|
|||
this.url = "//" + domain + "/";
|
||||
if(room_name)
|
||||
this.url += room_name;
|
||||
this.url += "#external";
|
||||
this.url += "#external=true";
|
||||
JitsiMeetExternalAPI.id++;
|
||||
|
||||
this.frame = document.createElement("iframe");
|
||||
|
|
Loading…
Reference in New Issue