Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.32 KB

CallRecordingErrorPayload.md

File metadata and controls

29 lines (17 loc) · 1.32 KB

CallRecordingErrorPayload

Properties

Name Type Description Notes
callControlId String Call ID used to issue commands via Call Control API. [optional]
connectionId String Call Control App ID (formerly Telnyx connection ID) used in the call. [optional]
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]
clientState String State received from a command. [optional]
reason ReasonEnum Indication that there was a problem recording the call. [optional]

Enum: ReasonEnum

Name Value
FAILED_TO_AUTHORIZE_WITH_STORAGE_USING_CUSTOM_CREDENTIALS "Failed to authorize with storage using custom credentials"
INVALID_CREDENTIALS_JSON "Invalid credentials json"
UNSUPPORTED_BACKEND "Unsupported backend"
INTERNAL_SERVER_ERROR "Internal server error"