CallParticipantEndpointProperties.IsEarlyMediaSupported Property
Gets whether INVITE contains "100rel" or "ms-early-media" headers.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsEarlyMediaSupported As Boolean
Get
'Usage
Dim instance As CallParticipantEndpointProperties
Dim value As Boolean
value = instance.IsEarlyMediaSupported
public bool IsEarlyMediaSupported { get; }
Property Value
Type: System.Boolean
Remarks
This value of this property is true if INVITE contains "100rel" or "ms-early-media" headers, and false otherwise.
See Also
Reference
CallParticipantEndpointProperties Class