Explorar el Código

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 hace 5 años
padre
commit
06641a7dd6
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 Ver fichero

@@ -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…
Cancelar
Guardar