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.
Name | Value | Notes |
---|---|---|
CANCELED | canceled | Represented in C# as 1 |
COMPLETED | completed | Represented in C# as 2 |