RecordingExtendedModel
Properties
Name | Type | Required | Description |
---|---|---|---|
creation_time | str | ✅ | Object creation time |
last_modified_time | str | ✅ | Object last modification time |
status | RecordingStatusModel | ✅ | Recording status |
recording_shared_uri | str | ✅ | Shared URI of the recording. If a password was required to join a webinar, the URI should contain the password encoded |
id_ | str | ❌ | Internal object ID |
failure_reason | dict | ❌ | Generalized API error structure suitable for any error type |
duration | int | ❌ | Recording duration in seconds |
shared | bool | ❌ | Indicates if Host or Admin has shared a recording. Can be set to true only then recording status is 'Available'. |
shared_uri_expiration_time | str | ❌ | Time after which recording shared link cannot be accessed by recipients. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs