소스 검색

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 년 전
부모
커밋
06641a7dd6
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 파일 보기

@@ -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…
취소
저장