Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 990 Bytes

RecordingCompletedPayload.md

File metadata and controls

30 lines (18 loc) · 990 Bytes

RecordingCompletedPayload

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 that identifies the recording. [optional]
type TypeEnum Type of the recording. [optional]
sizeMb Float Recording size in MB. [optional]
downloadUrl String Url to download the recording. [optional]
codec String Codec used for the recording. [optional]
durationSecs Integer Recording duration in seconds. [optional]

Enum: TypeEnum

Name Value
AUDIO "audio"
VIDEO "video"