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 or sets the dialog context of the call.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property DialogContext As DialogContext
Get
Set
'Usage
Dim instance As CallProvisionalResponseOptions
Dim value As DialogContext
value = instance.DialogContext
instance.DialogContext = value
public DialogContext DialogContext { get; set; }
Property Value
Type: Microsoft.Rtc.Signaling.DialogContext
Remarks
Required only by a Back to back agent. To set the new DialogContext, an application should create a new dialog using GetNewEarlyDialog().
See Also
Reference
CallProvisionalResponseOptions Class