Create and retrieve rooms.
Create a room without an ID (id === 'room').
Get a room by ID from memory. If found and given meta, updates and returns updated room. If given meta and ID not found, creates new room.
Create a room, populated attributes from meta.
Create a room with a random ID.
Generated using TypeDoc
Create and retrieve rooms.