CallParticipantEndpointProperties.IsCapabilitySupported(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
True if the remote endpoint supports the capability supplied, otherwise false.