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
This commit is contained in:
parent
94f7b570d7
commit
06641a7dd6
|
@ -50,6 +50,8 @@ Component "conference.jitmeet.example.com" "muc"
|
||||||
-- "token_verification";
|
-- "token_verification";
|
||||||
}
|
}
|
||||||
admins = { "focusUser@auth.jitmeet.example.com" }
|
admins = { "focusUser@auth.jitmeet.example.com" }
|
||||||
|
muc_room_locking = false
|
||||||
|
muc_room_default_public_jids = true
|
||||||
|
|
||||||
-- internal muc component
|
-- internal muc component
|
||||||
Component "internal.auth.jitmeet.example.com" "muc"
|
Component "internal.auth.jitmeet.example.com" "muc"
|
||||||
|
|
Loading…
Reference in New Issue