This docker image allow you to do END-TO-END test on BigBlueButton audio.
It launches two browsers: one in listen only, other with Microphone.
The test fails if the listen only audio does not detect noise after 30s.
docker run --rm imdt/bigbluebutton-docker-test-audio "${JOIN_URL}"
docker run --rm -v/tmp/debug-folder:/debug imdt/bigbluebutton-docker-test-audio "${JOIN_URL}"
./build.sh
./run.sh "${JOIN_URL}"
If you get into problems and want to update, just run the following command:
docker image rm imdt/bigbluebutton-docker-test-audio