Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 904 Bytes

File metadata and controls

36 lines (20 loc) · 904 Bytes

CallEvent

Properties

Name Type Description Notes
recordType RecordTypeEnum
callLegId String Uniquely identifies an individual call leg.
callSessionId String Uniquely identifies the call control session. A session may include multiple call leg events.
eventTimestamp String Event timestamp
name String Event name
type TypeEnum Event type
metadata Object Event metadata, which includes raw event, and extra information based on event type

Enum: RecordTypeEnum

Name Value
CALL_EVENT "call_event"

Enum: TypeEnum

Name Value
COMMAND "command"
WEBHOOK "webhook"