Share via


CallParticipantEndpointProperties.IsCapabilitySupported Method

Gets whether the signaling capability supplied is supported by the remote endpoint.

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

Syntax

'Declaration
Public Function IsCapabilitySupported ( _
    capability As String _
) As Boolean
'Usage
Dim instance As CallParticipantEndpointProperties
Dim capability As String
Dim returnValue As Boolean

returnValue = instance.IsCapabilitySupported(capability)
public bool IsCapabilitySupported(
    string capability
)

Parameters

  • capability
    Type: System.String
    Name of the SIP capability whose support by the call remote endpoint needs to be verified.

Return Value

Type: System.Boolean
True if the remote endpoint supports the capability supplied, otherwise false.

See Also

Reference

CallParticipantEndpointProperties Class

CallParticipantEndpointProperties Members

Microsoft.Rtc.Collaboration Namespace