This docker image allow you to do END-TO-END test on BigBlueButton webcams.
It launches two browsers: one sharing webcam other checking if the webcam appears.
The test fails if the webcam is not detected after 30s.
docker run --rm imdt/bigbluebutton-docker-test-webcam "${JOIN_URL}"
docker run --rm -v/tmp/debug-folder:/debug imdt/bigbluebutton-docker-test-webcam "${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-webcam