Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.47 KB

CallRecordingSavedPayload.md

File metadata and controls

30 lines (18 loc) · 1.47 KB

CallRecordingSavedPayload

Properties

Name Type Description Notes
callLegId String ID that is unique to the call and can be used to correlate webhook events. [optional]
callSessionId String ID that is unique to the call session and can be used to correlate webhook events. Call session is a group of related call legs that logically belong to the same phone call, e.g. an inbound and outbound leg of a transferred call. [optional]
connectionId String Call Control App ID (formerly Telnyx connection ID) used in the call. [optional]
clientState String State received from a command. [optional]
recordingStartedAt OffsetDateTime ISO 8601 datetime of when recording started. [optional]
recordingEndedAt OffsetDateTime ISO 8601 datetime of when recording ended. [optional]
channels ChannelsEnum Whether recording was recorded in `single` or `dual` channel. [optional]
recordingUrls CallRecordingSavedPayloadRecordingUrls [optional]
publicRecordingUrls CallRecordingSavedPayloadPublicRecordingUrls [optional]

Enum: ChannelsEnum

Name Value
SINGLE "single"
DUAL "dual"