Name | Type | Description | Notes |
---|---|---|---|
accountId | String | The user account associated with the call. | [optional] |
conferenceId | String | The unique, Bandwidth-generated ID of the conference that was recorded | [optional] |
name | String | The user-specified name of the conference that was recorded | [optional] |
recordingId | String | The unique ID of this recording | [optional] |
duration | String | The duration of the recording in ISO-8601 format | [optional] |
channels | Integer | Always `1` for conference recordings; multi-channel recordings are not supported on conferences. | [optional] |
startTime | OffsetDateTime | Time the call was started, in ISO 8601 format. | [optional] |
endTime | OffsetDateTime | The time that the recording ended in ISO-8601 format | [optional] |
fileFormat | FileFormatEnum | [optional] | |
status | String | The current status of the process. For recording, current possible values are 'processing', 'partial', 'complete', 'deleted', and 'error'. For transcriptions, current possible values are 'none', 'processing', 'available', 'error', 'timeout', 'file-size-too-big', and 'file-size-too-small'. Additional states may be added in the future, so your application must be tolerant of unknown values. | [optional] |
mediaUrl | URI | The URL that can be used to download the recording. Only present if the recording is finished and may be downloaded. | [optional] |
recordingName | String | A name to identify this recording. | [optional] |