CallParticipantEndpointProperties.IsCapabilitySupported(String) Method

Definition

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

public:
 bool IsCapabilitySupported(System::String ^ capability);
public bool IsCapabilitySupported (string capability);
member this.IsCapabilitySupported : string -> bool
Public Function IsCapabilitySupported (capability As String) As Boolean

Parameters

capability
String

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

Returns

Boolean

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

Applies to