Possible values for an extension feature as supported by the local or remote participant.

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

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
ExtensionFeatureSupport
C#
public 
enum 
ExtensionFeatureSupport
Visual C++
public 
enum class 
ExtensionFeatureSupport
JavaScript

Microsoft.Rtc.Signaling.ExtensionFeatureSupport = 
function();

Microsoft.Rtc.Signaling.ExtensionFeatureSupport.createEnum('

Microsoft.Rtc.Signaling.ExtensionFeatureSupport', false);

Members

Member name Description
Unsupported
Unsupported or Unknown.
Supported
Supported
Required
Required.

See Also