Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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