Share via


IsEarlyMediaSupported Property

Gets the value of flag indicating if remote endpoint can support early media.

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 property will return true, if invite contains "100rel" or "ms-earlymedia" supported headers.

See Also

Reference

CallParticipantEndpointProperties Class

CallParticipantEndpointProperties Members

Microsoft.Rtc.Collaboration Namespace