Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 855 Bytes

ParticipantJoined.md

File metadata and controls

33 lines (17 loc) · 855 Bytes

ParticipantJoined

Properties

Name Type Description Notes
recordType RecordTypeEnum An identifier for the type of the resource. [optional]
eventType EventTypeEnum The type of event being delivered. [optional]
id UUID Uniquely identify the event. [optional]
occurredAt OffsetDateTime ISO 8601 datetime of when the event occurred. [optional]
payload ParticipantJoinedPayload [optional]

Enum: RecordTypeEnum

Name Value
EVENT "event"

Enum: EventTypeEnum

Name Value
VIDEO_ROOM_PARTICIPANT_JOINED "video.room.participant.joined"