diff --git a/bbb-api-demo/src/main/webapp/demoHTML5.jsp b/bbb-api-demo/src/main/webapp/demoHTML5.jsp index 5ae2a55100e7c061be844f351120d4c4318a56f7..d049e343f57ecee6b17ef8f74cd09de9eee3052e 100644 --- a/bbb-api-demo/src/main/webapp/demoHTML5.jsp +++ b/bbb-api-demo/src/main/webapp/demoHTML5.jsp @@ -86,10 +86,9 @@ if (request.getParameterMap().isEmpty()) { // String username = request.getParameter("username"); - String url = BigBlueButtonURL.replace("bigbluebutton/","demo/"); - // String preUploadPDF = "<?xml version='1.0' encoding='UTF-8'?><modules><module name='presentation'><document url='"+url+"pdfs/sample.pdf'/></module></modules>"; + String meetingname = request.getParameter("meetingname"); - String joinURL = getJoinURLHTML5(request.getParameter("username"), "Demo Meeting", "false", null, null, null); + String joinURL = getJoinURLHTML5(username, meetingname, "false", null, null, null); Document doc = null; doc = parseXml(getURL(joinURL));