MeetingRecordingInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
uuid | str | ❌ | Unique identifier of a meeting instance |
id_ | str | ❌ | |
content_download_uri | str | ❌ | Link for downloading the recorded file (mp4, mp3 audio and text/plain chat file) |
content_type | MeetingRecordingInfoContentType | ❌ | |
size | int | ❌ | |
start_time | str | ❌ | Starting time of a recording |
end_time | str | ❌ | Ending time of a recording |
status | MeetingRecordingInfoStatus | ❌ |
MeetingRecordingInfoContentType
Properties
Name | Type | Required | Description |
---|---|---|---|
VIDEO_MP4 | str | ✅ | "video/mp4" |
AUDIO_M4A | str | ✅ | "audio/m4a" |
TEXT_VTT | str | ✅ | "text/vtt" |
MeetingRecordingInfoStatus
Properties
Name | Type | Required | Description |
---|---|---|---|
COMPLETED | str | ✅ | "Completed" |
PROCESSING | str | ✅ | "Processing" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs