jitsi-party
jitsi-party copied to clipboard
Remove roomTypesWithMap and roomTypesWithDoors
A room has a door in front of it if it's a key in roomTypesWithDoors
. Likewise with whether or not a room shows the map button. These should be attributes in the room config. For example room.hasDoor = false
for room types that don't have doors, the default being true
.