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:
parent
b9c3f32f5e
commit
5fc8093df4
@ -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://")) {
|
||||
%>
|
||||
|
Loading…
Reference in New Issue
Block a user