This userscript automatically accepts the BBB Echotest and also ensures that the microphone is muted
when joining. This helps with the microphone often being unmuted when joining breakout rooms.
While the abomination commonly refered to as "echotest" can't be fully bypassed (yet), this at least
removes the need to manually press the accept button.
## How can I use it?
This project is implemented as a userscript which means a userscript manager is needed to use it. The code was
tested with [Tampermonkey](https://www.tampermonkey.net) on firefox but should work on every browser with any
userscript plugin.
### Install and use with tampermonkey
1. Install tampermonkey from [tampermonkey.net](https://www.tampermonkey.net)
2. Install the userscript by clicking [echotest autojoin userscript](https://code.fbi.h-da.de/istddmue2/bbb-echotest-autojoin-userscript/-/raw/master/bbb-echotest-autojoin.user.js). This should prompt the installation.
3. __Make sure to always look at the code before installing userscripts__