Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 490 Bytes

File metadata and controls

13 lines (6 loc) · 490 Bytes

UpdateCallRequestStatus

Either canceled or completed. Specifying canceled attempts to hang up calls that are queued without affecting calls already in progress. Specifying completed attempts to hang up a call already in progress.

Enum

  • CANCELED (value: 'canceled')

  • COMPLETED (value: 'completed')

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