CallParticipantEndpointProperties.GetSupportedCapabilities Method
Gets a snapshot of the list of SIP capabilities supported by the remote endpoint of the call.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetSupportedCapabilities As Collection(Of String)
'Usage
Dim instance As CallParticipantEndpointProperties
Dim returnValue As Collection(Of String)
returnValue = instance.GetSupportedCapabilities()
public Collection<string> GetSupportedCapabilities()
Return Value
Type: System.Collections.ObjectModel.Collection<String>
See Also
Reference
CallParticipantEndpointProperties Class