Repository for my Jitsi Bot.
Repository contains
Bot Selection Site ← Click to try it out
jitsi.html?room=jitsiroomname
Audio Files - Contains some audio files for the Soundboard Video Files - Contains some video files for the Soundboard
To try it before cloning you can use the Bot Selection Site ← Click to try it out
python3 -m http.server 8080
) or just run the
jitsi.html
filehttp://localhost:8080/jitsi.html?room=jitsiroomname
in your browserImportant: On the Public meet.jit.si Server you need to open the Room first manually. Send a Private Message to the Bot with a command.
For a different Domain you need to pass additional parameters to the URL:
// join params with &
domain // domain as listed in config.hosts (e.g. meet.jit.si)
bosh // BOSH URL (e.g. https://meet.jit.si/http-bind) can often be omitted
wsKeepAlive //(Websocket Keep Alive URL, without domain) can often be omitted
useTurnUdp // (No Value)
disableAnonymousdomain // (No Value)
disableFocus // (No Value)
disableGuest // (No Value)