Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.05 KB

ConferenceRecordingResource.md

File metadata and controls

52 lines (36 loc) · 2.05 KB

ConferenceRecordingResource

Properties

Name Type Description Notes
accountSid String The id of the account the resource belongs to. [optional]
callSid String The identifier of the related participant's call. [optional]
channels Integer The number of channels in the recording. [optional]
conferenceSid String The identifier of the related conference. [optional]
dateCreated String The timestamp of when the resource was created. [optional]
dateUpdated String The timestamp of when the resource was last updated. [optional]
duration Integer Duratin of the recording in seconds. [optional]
errorCode String The recording error, if any. [optional]
mediaUrl String The URL to use to download the recording. [optional]
sid String The unique identifier of the recording. [optional]
source SourceEnum How the recording was started. [optional]
startTime String The timestamp of when the recording was started. [optional]
status StatusEnum The status of the recording. [optional]
subresourceUris Object A list of related resources identified by their relative URIs. [optional]
uri String The relative URI for this recording. [optional]

Enum: SourceEnum

Name Value
DIALVERB "DialVerb"
CONFERENCE "Conference"
OUTBOUNDAPI "OutboundAPI"
TRUNKING "Trunking"
RECORDVERB "RecordVerb"
STARTCALLRECORDINGAPI "StartCallRecordingAPI"
STARTCONFERENCERECORDINGAPI "StartConferenceRecordingAPI"

Enum: StatusEnum

Name Value
PROCESSING "processing"
ABSENT "absent"
COMPLETED "completed"
DELETED "deleted"