Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 483 Bytes

File metadata and controls

11 lines (6 loc) · 483 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]