Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 692 Bytes

RecordingStartedPayload.md

File metadata and controls

26 lines (14 loc) · 692 Bytes

RecordingStartedPayload

Properties

Name Type Description Notes
sessionId UUID Session ID associated with the recording. [optional]
roomId UUID Room ID associated with the recording. [optional]
participantId UUID Participant ID associated with the recording. [optional]
recordingId UUID Recording ID associated with the recording. [optional]
type TypeEnum Type of the recording. [optional]

Enum: TypeEnum

Name Value
AUDIO "audio"
VIDEO "video"