From 06641a7dd6baff6f854591ad2f05ff18a9221c62 Mon Sep 17 00:00:00 2001 From: damencho Date: Mon, 30 Mar 2020 17:13:59 -0500 Subject: [PATCH] This is to prevent item-not-found when multiple users try to join at the same time. This is to prevent item-not-found when multiple users try to join while jicofo is still configuring the room. Credits @paweldomas --- doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example b/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example index a5e26d760..407da6c3e 100644 --- a/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example +++ b/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example @@ -50,6 +50,8 @@ Component "conference.jitmeet.example.com" "muc" -- "token_verification"; } admins = { "focusUser@auth.jitmeet.example.com" } + muc_room_locking = false + muc_room_default_public_jids = true -- internal muc component Component "internal.auth.jitmeet.example.com" "muc"