Name | Type | Description | Notes |
---|---|---|---|
recordType | RecordTypeEnum | ||
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 | |
callLegId | String | ID that is unique to the call and can be used to correlate webhook events | |
callControlId | String | Unique identifier and token for controlling the call. | |
isAlive | Boolean | Indicates whether the call is alive or not. For Dial command it will always be `false` (dialing is asynchronous). | |
clientState | String | State received from a command. | [optional] |
callDuration | Integer | Indicates the duration of the call in seconds | [optional] |
Name | Value |
---|---|
CALL | "call" |