Changed demo2.jsp to use the welcome message parameter

git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@3455 af16638f-c34d-0410-8cfa-b39d5352b314
This commit is contained in:
Fred Dixon 2010-01-23 19:37:15 +00:00
parent b9c3f32f5e
commit 5fc8093df4

View File

@ -89,7 +89,7 @@ Author: Fred Dixon <ffdixon@bigbluebutton.org>
String username = request.getParameter("username");
String meetingID = request.getParameter("meetingID");
String joinURL = getJoinURL(username, meetingID, "Welcome %%CONFNAME%%." );
String joinURL = getJoinURL(username, meetingID, "Welcome to " + meetingID );
if (joinURL.startsWith("http://")) {
%>