Switch to https on iframe creation
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ var JitsiMeetExternalAPI = (function()
|
||||
if(height)
|
||||
this.iframeHolder.style.height = height + "px";
|
||||
this.frameName = "jitsiConferenceFrame" + JitsiMeetExternalAPI.id;
|
||||
this.url = "//" + domain + "/";
|
||||
this.url = "https://" + domain + "/";
|
||||
if(room_name)
|
||||
this.url += room_name;
|
||||
this.url += "#external=true";
|
||||
|
||||
Reference in New Issue
Block a user