Skip to content
Snippets Groups Projects
Commit b4ed3669 authored by Chad Pilkey's avatar Chad Pilkey
Browse files

update mobile demo to support https

parent cdf4049b
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,15 @@ You must have the BigBlueButton mobile client installed on your device for this
window.location.href="<%=joinURL%>";
</script>
<%
} else if (joinURL.startsWith("https://") {
joinURL = joinURL.replace("https", "bigbluebutton");
%>
<script language="javascript" type="text/javascript">
window.location.href="<%=joinURL%>";
</script>
<%
} else {
%>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment