diff --git a/bbb-api-demo/src/main/webapp/mobile.jsp b/bbb-api-demo/src/main/webapp/mobile.jsp index 9c45ba2e3d250328187acaacb0dc1e459bde4535..f5a35fe6019d5cd6b23b4aff0a30da469de45909 100755 --- a/bbb-api-demo/src/main/webapp/mobile.jsp +++ b/bbb-api-demo/src/main/webapp/mobile.jsp @@ -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 { %>