Function: has()
> has(id): boolean
Defined in: src/registries/RegisteredRooms.ts:68
Check if a room is registered.
Parameters
id
string
The id of the room.
Returns
boolean
True if the room is registered, false otherwise.
> has(id): boolean
Defined in: src/registries/RegisteredRooms.ts:68
Check if a room is registered.
string
The id of the room.
boolean
True if the room is registered, false otherwise.