diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf index b9ec66e231..c319f518d7 100755 --- a/bigbluebutton-config/bin/bbb-conf +++ b/bigbluebutton-config/bin/bbb-conf @@ -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 diff --git a/bigbluebutton-html5/private/config/settings.yml b/bigbluebutton-html5/private/config/settings.yml index 8873ea6300..9f584a13f3 100755 --- a/bigbluebutton-html5/private/config/settings.yml +++ b/bigbluebutton-html5/private/config/settings.yml @@ -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