bigbluebutton-Github/bbb-api-demo/WebContent/bbb_api_conf.jsp
ysheng 485e09c068 Creating pre-upload demo
Other demoes will be here in the future
2011-05-13 20:03:36 +00:00

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/";
%>