<%@ 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"%>