Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 894 Bytes

CallSpeakEndedPayload.md

File metadata and controls

18 lines (16 loc) · 894 Bytes

CallSpeakEndedPayload

Properties

Name Type Description Notes
callControlId UUID Call ID used to issue commands via Call Control API. [optional]
connectionId String 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. [optional]
clientState String State received from a command. [optional]
status StatusEnum Reflects how `speak` ended. [optional]

Enum: StatusEnum

Name Value
COMPLETED "completed"
CALL_HANGUP "call_hangup"