fix: Allows jicofo entering rooms without requiring a password.

The case where the main room is locked and everyone leaves it to a breakout room and then coming back allows jicofo entering without a password.
This commit is contained in:
damencho
2023-04-26 08:09:21 -05:00
committed by Дамян Минков
parent ad3e8f9f53
commit 6db9e42876

View File

@@ -84,8 +84,12 @@ Component "conference.jitmeet.example.com" "muc"
"polls";
--"token_verification";
"muc_rate_limit";
"muc_password_whitelist";
}
admins = { "focusUser@auth.jitmeet.example.com" }
muc_password_whitelist = {
"focusUser@auth.jitmeet.example.com"
}
muc_room_locking = false
muc_room_default_public_jids = true