jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.05k stars 1.36k forks source link

Breakout rooms not working with ENABLE_AUTH=1 and AUTH_TYPE=ldap #1417

Open Dominion0815 opened 1 year ago

Dominion0815 commented 1 year ago

Hello,

I am using the latest Jitsi Meet docker version with LDAP Auth. When I create a breakout room and push people into it, they get the moderator login screen. So no breakout room can be used.

Is it possible to disable the moderator login screen in breakout rooms?

My settings in the .env are:

ENABLE_AUTH=1
ENABLE_GUESTS=1
AUTH_TYPE=ldap
ENABLE_BREAKOUT_ROOMS=1

Greetings dominion

saghul commented 1 year ago

What version of the images are you using?

Dominion0815 commented 1 year ago
            "jitsi/prosody:unstable"
            "Created": "2022-10-13T06:44:51.892502246Z",

            "jitsi/web:unstable"
            "Created": "2022-10-13T06:45:46.534404563Z",

            "jitsi/jicofo:unstable"
            "Created": "2022-10-13T06:47:40.637288428Z",

            "jitsi/jvb:unstable"
            "Created": "2022-10-13T06:48:00.337789569Z",
Dominion0815 commented 1 year ago

@saghul

saghul commented 1 year ago

Sorry, I haven't had the time to investigate yet.