INCallCapabilityOptions 枚举

定义

标记设备支持的调用类型的枚举。

此枚举支持其成员值的按位组合。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, 0, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum INCallCapabilityOptions
type INCallCapabilityOptions = 
继承
INCallCapabilityOptions
属性

字段

AudioCall 1

设备可以进行音频呼叫。

VideoCall 2

设备可以进行视频呼叫。

适用于