INCallCapability 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 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
Name | Value | Description |
---|---|---|
Unknown | 0 | Indicates that the capability is not known. |
AudioCall | 1 | Indicates audio calls. |
VideoCall | 2 | Indicates video calls. |