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

Visual Basic (Declaration)
Public 
Overridable 
ReadOnly 
Property 
ContactHeaderFeatureTags 
As 
Collection(
Of 
String)
C#
public 
virtual 
Collection<
string> 
ContactHeaderFeatureTags { 
get; }
Visual C++
public:
virtual 
property 
Collection<
String^>^ 
ContactHeaderFeatureTags {
	
Collection<
String^>^ 
get ();
}
JavaScript
function get_
contactHeaderFeatureTags();

Remarks

By default, this list is same as the one returned by MediaTypes property. A subclass can overrider, if needed.

See Also