bigbluebutton-Github/bbb-api-demo/WebContent/bbb_api_conf.jsp

15 lines
418 B
Plaintext
Raw Normal View History

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