Gets whether INVITE contains "100rel" or "ms-early-media" headers.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
IsEarlyMediaSupported 
As 
Boolean
C#
public 
bool 
IsEarlyMediaSupported { 
get; }
Visual C++
public:
property 
bool 
IsEarlyMediaSupported {
	
bool 
get ();
}
JavaScript
function get_
isEarlyMediaSupported();

Remarks

This value of this property is true if INVITE contains "100rel" or "ms-early-media" headers, and false otherwise.

See Also