Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of feature tags to be added to the contact header when sending messages from the endpoint.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ContactHeaderFeatureTags As Collection(Of String)
Get
'Usage
Dim instance As MediaBasedFactory
Dim value As Collection(Of String)
value = instance.ContactHeaderFeatureTags
public virtual Collection<string> ContactHeaderFeatureTags { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<String>
Remarks
By default, this list is same as the one returned by MediaTypes property. A subclass can override, if needed.