Change default requireSignInToAccess : false

master
Mészáros Mihály 2020-04-27 11:52:17 +02:00 committed by GitHub
parent 83ff23bd13
commit aa496239af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.