Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 485 Bytes

CallStateEnum.md

File metadata and controls

13 lines (6 loc) · 485 Bytes

CallStateEnum

The call state. Possible values:
active to redirect the call (default)
completed to hang up the call if it is answered, cancel it if it is an unanswered outbound call, or reject it if it an unanswered inbound call

Enum

  • ACTIVE (value: 'active')

  • COMPLETED (value: 'completed')

[Back to Model list] [Back to API list] [Back to README]