From 87acc526a9f50c555797f2a7a302083a5cdf5efc Mon Sep 17 00:00:00 2001 From: Florent Gluck <florent.gluck@hesge.ch> Date: Thu, 29 Oct 2020 10:01:36 +0100 Subject: [PATCH] Attempt at disabling the client side "echo test". Failed. --- BigBlueButton/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/BigBlueButton/README.md b/BigBlueButton/README.md index 287732a..d9908ec 100644 --- a/BigBlueButton/README.md +++ b/BigBlueButton/README.md @@ -50,4 +50,24 @@ sudo certbot --webroot -w /var/www/bigbluebutton-default/ -d nouveau.domaine.org Mettre à jour les noms de domaine dans `/etc/nginx/sites-available/bigbluebutton` et `/root/greenlight/.env`. +### To skip "audio test" +The following does NOT work, it's just here for reference. + +Edit `/usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml` and change: + +``` +skipCheck: false +``` + +to: + +``` +skipCheck: true +``` + +Restart bbb with: + +``` +bbb-conf --restart +``` -- GitLab