CallParticipantEndpointProperties.IsEarlyMediaSupported Property
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 whether INVITE contains "100rel" or "ms-early-media" headers.
public:
property bool IsEarlyMediaSupported { bool get(); };
public bool IsEarlyMediaSupported { get; }
member this.IsEarlyMediaSupported : bool
Public ReadOnly Property IsEarlyMediaSupported As Boolean
Property Value
Remarks
This value of this property is true if INVITE contains "100rel" or "ms-early-media" headers, and false otherwise.