commit
82ac198478
@ -1315,7 +1315,7 @@ check_state() {
|
||||
check_no_value server_name /etc/nginx/sites-available/bigbluebutton $BBB_WEB
|
||||
|
||||
COUNT=0
|
||||
while [ $COUNT -lt 30 ]; do
|
||||
while [ $COUNT -lt 45 ]; do
|
||||
let COUNT=COUNT+1
|
||||
timeout 1s wget $PROTOCOL://$BBB_WEB/bigbluebutton/api -O - --quiet | grep -q SUCCESS
|
||||
if [ $? -eq 0 ]; then
|
||||
|
@ -13,7 +13,7 @@ public:
|
||||
bbbServerVersion: 2.2-dev
|
||||
copyright: "©2019 BigBlueButton Inc."
|
||||
html5ClientBuild: HTML5_CLIENT_VERSION
|
||||
helpLink: https://bigbluebutton.org/videos/
|
||||
helpLink: https://bigbluebutton.org/html5/
|
||||
lockOnJoin: true
|
||||
basename: "/html5client"
|
||||
askForFeedbackOnLogout: false
|
||||
@ -100,7 +100,7 @@ public:
|
||||
enableVideo: true
|
||||
enableVideoStats: false
|
||||
enableVideoMenu: true
|
||||
enableListenOnly: false
|
||||
enableListenOnly: true
|
||||
autoShareWebcam: false
|
||||
allowOutsideCommands:
|
||||
toggleRecording: false
|
||||
|
Loading…
Reference in New Issue
Block a user