Skip to content

Commit

Permalink
url is adjusted to the new format for passing the params
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary committed Mar 2, 2015
1 parent c9d48fe commit 79c419a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbb-api-demo/src/main/webapp/demoHTML5.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ if (request.getParameterMap().isEmpty()) {
String ip = BigBlueButtonURL.split("\\/bigbluebutton")[0];
// redirect towards the html5 client which is waiting for the following parameters
String html5url = ip + "/html5client?meeting_id=" + meetingId + "&user_id=" + userId + "&auth_token=" + authToken;
String html5url = ip + "/html5client/" + meetingId + "/" + userId + "/" + authToken;
if (joinURL.startsWith("http://")) {
%>
Expand Down

0 comments on commit 79c419a

Please sign in to comment.