CallLogRecordingInfo
Call recording data. Returned if the call was recorded
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ✅ | Internal identifier of the call recording |
uri | str | ✅ | Link to the call recording metadata resource |
type_ | CallLogRecordingInfoType | ✅ | Indicates recording mode used |
content_uri | str | ✅ | Link to a call recording binary content. Has to be retrieved with proper authorization (access token must be passed via Authorization header or query parameter) |
CallLogRecordingInfoType
Indicates recording mode used
Properties
Name | Type | Required | Description |
---|---|---|---|
AUTOMATIC | str | ✅ | "Automatic" |
ONDEMAND | str | ✅ | "OnDemand" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs