John looking at the code you are in a pickle.
//
// This is the URL for to join the meeting as moderator
//
String joinURL = getJoinURL(username, meetingID, "false",
"<br>Welcome to %%CONFNAME%%.<br>", null, null);
String url = BigBlueButtonURL.replace("bigbluebutton/","demo/");
String inviteURL = url + "create.jsp?action=invite&meetingID=" +
URLEncoder.encode(meetingID, "UTF-8");
%>
Chad, what he wants to do is pass the invite URL into the welcome
message, so other users in meeting have this in chat to cut and paste
and give others :)
Cant do that because the checksum hashes the welcome message first,
before inviteUrl is set... the getJoinURL needs the welcome text,
the inviteURL needs the output of joinURL
I think I might try to create a shorturl by rewriting nginx somehow
and just save the invite code, and reference a shortcode in chat.
Anyone else have a good approach.
regards,
Stephen
hostbbb.com
> > John- Hide quoted text -
>
> - Show quoted text -