Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.31 KB

CallLeftQueuePayload.md

File metadata and controls

32 lines (20 loc) · 1.31 KB

CallLeftQueuePayload

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]
queue String The name of the queue [optional]
queuePosition Integer Last position of the call in the queue. [optional]
reason ReasonEnum The reason for leaving the queue [optional]

Enum: ReasonEnum

Name Value
BRIDGED "bridged"
BRIDGING_IN_PROCESS "bridging-in-process"
HANGUP "hangup"
LEAVE "leave"
TIMEOUT "timeout"