IsEarlyMedia Property
Gets the value of the flag indicating if the provisional response contains sdp body for early media negotiation.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property IsEarlyMedia As Boolean
Get
'Usage
Dim instance As CallProvisionalResponseReceivedEventArgs
Dim value As Boolean
value = instance.IsEarlyMedia
public bool IsEarlyMedia { get; }
Property Value
Type: System..::..Boolean
See Also
Reference
CallProvisionalResponseReceivedEventArgs Class