docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

disable create room with users

Open mmdaz opened this issue 5 years ago • 0 comments

Hey there! I want to disable creating a room with any user and I create rooms in the backend of my app with the jvb rest APIs. I set these variables in my .env file:

ENABLE_AUTH=1
ENABLE_GUESTS=0
AUTH_TYPE=internal

But when I go to meet.mydomain.com/any_random_string it creates a room automatically and goes to it! Do you have any idea to solve my problem?

mmdaz avatar Jul 31 '20 14:07 mmdaz