Skip to content
Snippets Groups Projects
Commit a43ae327 authored by jfederico's avatar jfederico
Browse files

bbb-demo: Fix for issue on demo12 (configXML). Join doesnt work when using http

parent 3763b0da
No related branches found
No related tags found
No related merge requests found
......@@ -210,7 +210,7 @@ Author: Jesus Federico <jesus@123it.ca>
String url = BigBlueButtonURL.replace("bigbluebutton/","demo/");
String joinURL = getJoinURLwithDynamicConfigXML(username, confname, configXML);
if (joinURL.startsWith("https://") || joinURL.startsWith("https://")) {
if (joinURL.startsWith("http://") || joinURL.startsWith("https://")) {
%>
<h2>Customized sessions using a dynamic config.xml, submit</h2>
......
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