CapabilitySupport 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.
Represents capabilities supported.
public enum class CapabilitySupport
public enum CapabilitySupport
type CapabilitySupport =
Public Enum CapabilitySupport
- Inheritance
-
CapabilitySupport
Fields
Name | Value | Description |
---|---|---|
Default | 1 | Default. |
Supported | 2 | Supported. |
UnSupported | 4 | UnSupported. |
Remarks
Default indicates to use the default value without overriding. For example, if CallEstablishOption.SupportReplaces is set to CapabilitySupport, then it indicates capability is Supported for AudioVideoCall and Unsupported for InstantMessagingCall.