MediaBasedFactory.ContactHeaderFeatureTags Property

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.

See Also

Reference

MediaBasedFactory Class

MediaBasedFactory Members

Microsoft.Rtc.Collaboration.ComponentModel Namespace