Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 838 Bytes

RoomSession.md

File metadata and controls

20 lines (12 loc) · 838 Bytes

RoomSession

Properties

Name Type Description Notes
id UUID A unique identifier for the room session. [optional]
roomId UUID Identify the room hosting that room session. [optional]
active Boolean Shows if the room session is active or not. [optional]
createdAt String ISO 8601 timestamp when the room session was created. [optional]
updatedAt String ISO 8601 timestamp when the room session was updated. [optional]
endedAt String ISO 8601 timestamp when the room session has ended. [optional]
participants List<RoomParticipant> [optional]
recordType String [optional] [readonly]