SupportedCapabilities Property

Gets the list of supported capabilities for the remote participant endpoint.

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

Syntax

'Declaration
Public ReadOnly Property SupportedCapabilities As Collection(Of String)
    Get
'Usage
Dim instance As CallParticipantEndpointProperties
Dim value As Collection(Of String)

value = instance.SupportedCapabilities
public Collection<string> SupportedCapabilities { get; }

Property Value

Type: System.Collections.ObjectModel..::..Collection<(Of <(<'String>)>)>

Remarks

This is the aggregated list of supported headers for the remote participant endpoint.

See Also

Reference

CallParticipantEndpointProperties Class

CallParticipantEndpointProperties Members

Microsoft.Rtc.Collaboration Namespace