Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 603 Bytes

UpdateCallRequestStatus.md

File metadata and controls

12 lines (8 loc) · 603 Bytes

freeclimb.Enums.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.

Properties

Name Value Notes
CANCELED canceled Represented in C# as 1
COMPLETED completed Represented in C# as 2

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