<%@ include file="bbb_api.jsp"%> <% String welcome = "
Welcome to %%CONFNAME%%!

To understand how BigBlueButton works see our tutorial videos.

To join the audio bridge click the headset icon (upper-left hand corner). You can mute yourself in the Listeners window."; if (request.getParameterMap().isEmpty()) { HashMap presentations = new HashMap(); presentations.put( "BigBlueButton.pptx", "BigBlueButton.pptx" ); presentations.put( "presentation1.pdf", "pdfs/presentation1.pdf" ); presentations.put( "presentation2.pdf", "pdfs/presentation2.pdf" ); presentations.put( "presentation3.pdf", "pdfs/presentation3.pdf" ); %> <%@ include file="demo_header.jsp"%>

Join & Upload Presentation (URL)

  Full Name:  
  Preupload:  
     
<% } else if (request.getParameter("action").equals("create")) { // Got an action=create String username = request.getParameter("username"); String presentationFileName = request.getParameter("presentationFileName"); String demoURL = BigBlueButtonURL.replace("bigbluebutton/","demo/"); String xml = " "; String welcomeMsg = "The presentation will appear in moment. To download click " + presentationFileName +".
" + welcome; String meetingID = presentationFileName.replace("pdfs/","").replace(".pdf","").replace(".pptx",""); String joinURL = getJoinURL(username, meetingID, "false", welcomeMsg, null, xml ); if (joinURL.startsWith("http://")) { %> <% } else { %> Error: getJoinURL() failed

<%=joinURL %> <% } } %> <%@ include file="demo_footer.jsp"%>