INCallCapability Enum

Definition

Enumerates call capabilities.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum INCallCapability
type INCallCapability = 
Inheritance
INCallCapability
Attributes

Fields

AudioCall 1

Indicates audio calls.

Unknown 0

Indicates that the capability is not known.

VideoCall 2

Indicates video calls.

Applies to