Function: get()
> get(id): RoomInterface | undefined
Defined in: src/registries/RegisteredRooms.ts:41
Get a room by its id.
Parameters
id
string
The id of the room.
Returns
RoomInterface | undefined
The room or undefined if not found.
> get(id): RoomInterface | undefined
Defined in: src/registries/RegisteredRooms.ts:41
Get a room by its id.
string
The id of the room.
RoomInterface | undefined
The room or undefined if not found.