Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 2.82 KB

ApiV2010ConferenceRecording.md

File metadata and controls

27 lines (22 loc) · 2.82 KB

ApiV2010ConferenceRecording

Properties

Name Type Description Notes
AccountSid Pointer to string The SID of the Account that created the Conference Recording resource.
ApiVersion Pointer to string The API version used to create the recording.
CallSid Pointer to string The SID of the Call the Conference Recording resource is associated with.
ConferenceSid Pointer to string The Conference SID that identifies the conference associated with the recording.
DateCreated Pointer to string The date and time in GMT that the resource was created specified in RFC 2822 format.
DateUpdated Pointer to string The date and time in GMT that the resource was last updated, specified in RFC 2822 format.
StartTime Pointer to string The start time of the recording in GMT and in RFC 2822 format.
Duration Pointer to string The length of the recording in seconds.
Sid Pointer to string The unique string that that we created to identify the Conference Recording resource.
Price Pointer to string The one-time cost of creating the recording in the price_unit currency.
PriceUnit Pointer to string The currency used in the price property. Example: USD.
Status Pointer to string
Channels Pointer to int The number of channels in the final recording file. Can be: 1, or 2. Separating a two leg call into two separate channels of the recording file is supported in Dial and Outbound Rest API record options.
Source Pointer to string
ErrorCode Pointer to int The error code that describes why the recording is absent. The error code is described in our Error Dictionary. This value is null if the recording status is not absent.
EncryptionDetails Pointer to interface{} How to decrypt the recording if it was encrypted using Call Recording Encryption feature.
Uri Pointer to string The URI of the resource, relative to https://api.twilio.com.

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