Recording
Recording information
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ✅ | Recording id |
availability_status | AvailabilityStatus | ✅ | Availability status |
start_time | int | ❌ | Recording start time |
url | str | ❌ | Secure Link to the recording file |
metadata | dict | ❌ | |
status | RecordingStatus | ❌ | Recording processing status |
long_summary | str | ❌ | During meeting AI team analyze code and after meeting finished generates text summary about this meeting |
short_summary | str | ❌ | During meeting AI team analyze code and after meeting finished generates text summary about this meeting |
keywords | List[str] | ❌ | During meeting AI team analyze code and after meeting finished generates key words used in meeting |
RecordingStatus
Recording processing status
Properties
Name | Type | Required | Description |
---|---|---|---|
PROCESSING | str | ✅ | "Processing" |
PROCESSED | str | ✅ | "Processed" |
ERROR | str | ✅ | "Error" |
CORRUPTED | str | ✅ | "Corrupted" |
INPROGRESS | str | ✅ | "InProgress" |
PURGED | str | ✅ | "Purged" |
FAILED | str | ✅ | "Failed" |
AvailabilityStatus
Availability status
Properties
Name | Type | Required | Description |
---|---|---|---|
ALIVE | str | ✅ | "Alive" |
DELETED | str | ✅ | "Deleted" |
PURGED | str | ✅ | "Purged" |
NOTAVAILABLE | str | ✅ | "NotAvailable" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs