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 this OfferAnswerContext belongs to a provisonal request or a final request.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property IsEarlyDialog As Boolean
Get
Friend Set
'Usage
Dim instance As OfferAnswerContext
Dim value As Boolean
value = instance.IsEarlyDialog
public bool IsEarlyDialog { get; internal set; }
Property Value
Type: System.Boolean