CallParticipantEndpointProperties.GetSupportedCapabilities 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 a snapshot of the list of SIP capabilities supported by the remote endpoint of the call.
public:
System::Collections::ObjectModel::Collection<System::String ^> ^ GetSupportedCapabilities();
public System.Collections.ObjectModel.Collection<string> GetSupportedCapabilities ();
member this.GetSupportedCapabilities : unit -> System.Collections.ObjectModel.Collection<string>
Public Function GetSupportedCapabilities () As Collection(Of String)