Share via


CallParticipantEndpointProperties.SupportedCapabilities Property

NOTE: This API is now obsolete.

Gets the list of Session Initiation Protocol (SIP) capabilities supported by the remote endpoint of the call.

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

Syntax

'Declaration
<ObsoleteAttribute("This value will be removed from future versions. Use the method 'GetSupportedCapabilities()' in this class.")> _
Public ReadOnly Property SupportedCapabilities As Collection(Of String)
    Get
'Usage
Dim instance As CallParticipantEndpointProperties
Dim value As Collection(Of String)

value = instance.SupportedCapabilities
[ObsoleteAttribute("This value will be removed from future versions. Use the method 'GetSupportedCapabilities()' in this class.")]
public Collection<string> SupportedCapabilities { get; }

Property Value

Type: System.Collections.ObjectModel.Collection<String>

See Also

Reference

CallParticipantEndpointProperties Class

CallParticipantEndpointProperties Members

Microsoft.Rtc.Collaboration Namespace