485e09c068
Other demoes will be here in the future
15 lines
418 B
Plaintext
Executable File
15 lines
418 B
Plaintext
Executable File
|
|
<%!
|
|
// This is the security salt that must match the value set in the BigBlueButton server
|
|
//String salt = "4951c2aea43e5af6d9598610b9e0b6c7";
|
|
//String salt = "5e5ff0968546b8aaacce0462a99bca30";
|
|
String salt = "5e5ff0968546b8aaacce0462a99bca30";
|
|
// This is the URL for the BigBlueButton server 4951c2aea43e5af6d9598610b9e0b6c7
|
|
String BigBlueButtonURL = "http://192.168.0.217/bigbluebutton/";
|
|
%>
|
|
|
|
|
|
|
|
|
|
|