Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.91 KB

ConferenceRecordingMetadata.md

File metadata and controls

21 lines (17 loc) · 1.91 KB

Bandwidth.Standard.Model.ConferenceRecordingMetadata

Properties

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 int Always `1` for conference recordings; multi-channel recordings are not supported on conferences. [optional]
StartTime DateTime Time the call was started, in ISO 8601 format. [optional]
EndTime DateTime 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 string 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]

[Back to Model list] [Back to API list] [Back to README]