Browse Source

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
master
damencho 5 years ago
parent
commit
06641a7dd6
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example

+ 2
- 0
doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example View File

@@ -50,6 +50,8 @@ Component "conference.jitmeet.example.com" "muc"
50 50
         -- "token_verification";
51 51
     }
52 52
     admins = { "focusUser@auth.jitmeet.example.com" }
53
+    muc_room_locking = false
54
+    muc_room_default_public_jids = true
53 55
 
54 56
 -- internal muc component
55 57
 Component "internal.auth.jitmeet.example.com" "muc"

Loading…
Cancel
Save