Change default requireSignInToAccess : false
parent
83ff23bd13
commit
aa496239af
|
|
@ -64,7 +64,7 @@ module.exports =
|
||||||
// always be put in the lobby regardless of room lock status.
|
// always be put in the lobby regardless of room lock status.
|
||||||
// If false, there is no difference between guests and signed-in
|
// If false, there is no difference between guests and signed-in
|
||||||
// users when joining.
|
// users when joining.
|
||||||
requireSignInToAccess : true,
|
requireSignInToAccess : false,
|
||||||
// This flag has no effect when requireSignInToAccess is false
|
// This flag has no effect when requireSignInToAccess is false
|
||||||
// When truthy, the room will be open to all users when the first
|
// When truthy, the room will be open to all users when the first
|
||||||
// authenticated user has already joined the room.
|
// authenticated user has already joined the room.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue