Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 556 Bytes

File metadata and controls

22 lines (10 loc) · 556 Bytes

UpdateCallRequest

Properties

Name Type Description Notes
status StatusEnum 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: StatusEnum

Name Value
CANCELED "canceled"
COMPLETED "completed"