-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Hi everyone,
A user of mine has reported me that if a Moderator creates Breakout rooms, he will be able to join them as expected. He can also switch between the breakout rooms without issues.
But in the moment he leaves the Breakout room, the "moderator" status suddenly disappears.
Curiously enough, the moment he joins the previously generated Breakout rooms again, the Moderator rights for this user appears again and seems to be functional, meaning he can delete the breakout rooms.
The user becomes a Moderator after he has successfully authenticated himself and is the first to join the conference using our Keycloak endpoint with Oauth.
I have taken some screenshots for you as reference.
And here you have the .env
CONFIG=~/.jitsi-meet-cfg
HTTP_PORT=8000
HTTPS_PORT=8443
TZ=UTC
PUBLIC_URL=https://meet.example.com
WHITEBOARD_COLLAB_SERVER_PUBLIC_URL=https://draw.meet.example.com
ENABLE_AUTH=1
ENABLE_GUESTS=1
AUTH_TYPE=jwt
JWT_APP_ID=jitsi
JWT_APP_SECRET=<secret>
TOKEN_AUTH_URL=https://auth.meet.example.com/{room}
XMPP_MODULES=muc_lobby_rooms,persistent_lobby
XMPP_MUC_MODULES=lobby_autostart,token_lobby_bypass
JICOFO_AUTH_PASSWORD=<secret>
JVB_AUTH_PASSWORD=<secret>
JIGASI_XMPP_PASSWORD=<secret>
JIGASI_TRANSCRIBER_PASSWORD=<secret>
JIBRI_RECORDER_PASSWORD=<secret>
JIBRI_XMPP_PASSWORD=<secret>
RESTART_POLICY=unless-stopped
TURNS_HOST=turn.example.com
TURN_TRANSPORT=tcp
TURN_CREDENTIALS=<secret>
If someone happens to know how to solve it, i will really appreciate it =)