IsCapabilitySupported Method

Find if the given capability is supported by the remote endpoint or not.

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

Return Value

Type: System..::..Boolean

See Also

Reference

CallParticipantEndpointProperties Class

CallParticipantEndpointProperties Members

Microsoft.Rtc.Collaboration Namespace