CXCallEndedReason Enum

Definition

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

AnsweredElsewhere 4
DeclinedElsewhere 5
Failed 1

The call failed.

RemoteEnded 2

The remote participant ended the call.

Unanswered 3

The call went unanswered.

Applies to