RealTimeEndpoint.GetSupportedSipExtensions Method
Gets the list of extensions supported by this endpoint. By default, this list is populated with extensions understood by the platform. The application can add other extensions it can support. Incoming Invite messages will be automatically rejected with 420 response if it contains a Requires header with option-tag that is not present in this list.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function GetSupportedSipExtensions As ReadOnlyCollection(Of String)
'Usage
Dim instance As RealTimeEndpoint
Dim returnValue As ReadOnlyCollection(Of String)
returnValue = instance.GetSupportedSipExtensions()
public ReadOnlyCollection<string> GetSupportedSipExtensions()
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<String>