RealTimeEndpoint.GetSupportedSipExtensions 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 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.
public:
System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ GetSupportedSipExtensions();
public System.Collections.ObjectModel.ReadOnlyCollection<string> GetSupportedSipExtensions ();
member this.GetSupportedSipExtensions : unit -> System.Collections.ObjectModel.ReadOnlyCollection<string>
Public Function GetSupportedSipExtensions () As ReadOnlyCollection(Of String)