jitsi/jitsi-meet

Set Lobby as default for new rooms with support of JWT auth

DimitryVo opened this issue · 3 comments

What problem are you trying to solve?

Hello, could you recommend anything for set lobby by default for new rooms with JWT auth (KeyCloak)? I have tried to use prosody-plugins lobby_autostart, but I cant't login as moderator (first user of room) because I see knock offer.

What solution would you like to see?

I need some config option or module for autostart lobby for room with possibility login by moderator (first user of room).

Is there an alternative?

No response

Check the README for that plugin:

Do not use this plugin unless you have enabled some mechanism for moderators to bypass the lobby, e.g. a plugin to set default passwords to rooms, or a plugin to bypass lobby based on token attributes. Otherwise, all your users will be stuck in the lobby with nobody to admit them.

Hello, thank you for you answer. I have installed bypass lobby based on token attributes with jitsi-keycloak-adapter-v2 but result is absent. Could you recommend anything?

I recommend you ask in the repo for those plugins. They are community maintained.