CapabilitySupport Enumeration

Represents capabilities supported.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Enumeration CapabilitySupport
'Usage
Dim instance As CapabilitySupport
public enum CapabilitySupport

Members

Member name Description
Default Default.
Supported Supported.
UnSupported 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.

See Also

Reference

Microsoft.Rtc.Collaboration Namespace