CXCallEndedReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates reasons that calls can end.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum CXCallEndedReason
type CXCallEndedReason =
- Inheritance
-
CXCallEndedReason
- Attributes
Fields
Name | Value | Description |
---|---|---|
Failed | 1 | The call failed. |
RemoteEnded | 2 | The remote participant ended the call. |
Unanswered | 3 | The call went unanswered. |
AnsweredElsewhere | 4 | |
DeclinedElsewhere | 5 |