Is there some documentation somewhere on what can be done in Lua with prosody/jitsi? Especially around Lobby feature.
We are trying to turn on lobby automatically when the moderator joins the room. We have a setup with Lobby / JWT (with moderator attribute and https://github.com/nvonahsen/jitsi-token-moderation-plugin). We don’t want the moderator to have to turn on lobby manually.
Also there is also another problem with our current setup
- Moderator joins / create a room (JWT moderator attribute true)
- Moderator turns on lobby (wish this was automatic)
- Non Moderator joins (JWT moderator attribute false) / Moderator accepts him
- Moderator drops
- Moderator cannot join anymore (get stuck in the lobby, shouldn’t need to wait for someone to accept him)
Essentially is there a way for Moderators (with JWT attribute) to be automatically accepted without getting stuck in Lobby?
Thanks