Interface: Room
Represents a room or conversation context, including its ID and a list of participants.
Properties
id
• id: `${string}-${string}-${string}-${string}-${string}`
participants
• participants: Participant
[]
Represents a room or conversation context, including its ID and a list of participants.
• id: `${string}-${string}-${string}-${string}-${string}`
• participants: Participant
[]