Change default requireSignInToAccess : false

This commit is contained in:
Mészáros Mihály
2020-04-27 11:52:17 +02:00
committed by GitHub
parent 83ff23bd13
commit aa496239af
+1 -1
View File
@@ -64,7 +64,7 @@ module.exports =
// always be put in the lobby regardless of room lock status.
// If false, there is no difference between guests and signed-in
// users when joining.
requireSignInToAccess : true,
requireSignInToAccess : false,
// This flag has no effect when requireSignInToAccess is false
// When truthy, the room will be open to all users when the first
// authenticated user has already joined the room.