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
pull/5511/head
damencho 5 years ago committed by Saúl Ibarra Corretgé
parent 94f7b570d7
commit 06641a7dd6
  1. 2
      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"

Loading…
Cancel
Save