Don't break existing configs

This commit is contained in:
Håvar Aambø Fosstveit
2020-03-24 19:40:09 +01:00
parent c914cbcb9f
commit 92a0370499
2 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -149,8 +149,8 @@ module.exports =
// [ userRoles.MODERATOR, userRoles.AUTHENTICATED ]
// This will allow all MODERATOR and AUTHENTICATED users access.
requiredRolesForAccess : [ userRoles.ALL ],
// When truthy, the room will be open to all users when the first
// AUTHENTICATED or MODERATOR user joins the room.
// When truthy, the room will be open to all users when as long as there
// are allready users in the room
activateOnHostJoin : true,
// Mediasoup settings
mediasoup :