docker-jitsi-meet
docker-jitsi-meet copied to clipboard
disable create room with users
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?