CallParticipantEndpointProperties.SupportedCapabilities Property

Definition

Caution

This value will be removed from future versions. Use the method 'GetSupportedCapabilities()' in this class.

Gets the list of Session Initiation Protocol (SIP) capabilities supported by the remote endpoint of the call.

public:
 property System::Collections::ObjectModel::Collection<System::String ^> ^ SupportedCapabilities { System::Collections::ObjectModel::Collection<System::String ^> ^ get(); };
[System.Obsolete("This value will be removed from future versions. Use the method 'GetSupportedCapabilities()' in this class.")]
public System.Collections.ObjectModel.Collection<string> SupportedCapabilities { get; }
member this.SupportedCapabilities : System.Collections.ObjectModel.Collection<string>
Public ReadOnly Property SupportedCapabilities As Collection(Of String)

Property Value

Collection<String>
Attributes

Applies to