Skip to content
Snippets Groups Projects
Commit 45478c81 authored by Richard Alam's avatar Richard Alam
Browse files

- change mobile scheme is using https

parent 69969cd6
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ You must have the BigBlueButton mobile client installed on your device for this
<%
} else if (joinURL.startsWith("https://")) {
joinURL = joinURL.replace("https", "bigbluebutton");
joinURL = joinURL.replace("https", "bigbluebuttons");
%>
<script language="javascript" type="text/javascript">
......
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