Procházet zdrojové kódy

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 před 5 roky
rodič
revize
06641a7dd6

+ 2
- 0
doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example Zobrazit soubor

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

Načítá se…
Zrušit
Uložit