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

Visual Basic (Declaration)
Public 
Function 
IsCapabilitySupported ( _
	
capability 
As 
String _
) 
As 
Boolean
C#
public 
bool 
IsCapabilitySupported(
	
string 
capability
)
Visual C++
public:
bool 
IsCapabilitySupported(
	
String^ 
capability
)
JavaScript
function 
isCapabilitySupported(
capability);

Parameters

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

Return Value

True if the remote endpoint supports the capability supplied, otherwise false.

See Also