Interface: Room
Represents a room or conversation context, including its ID and a list of participants.
Properties
id
id: `${string}-${string}-${string}-${string}-${string}`
Defined in
packages/core/src/types.ts:293
participants
participants:
Participant
[]