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 CallAcceptOptions
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 for back-to-back agent handles the call forking on the other call leg, otherwise application should not use this property.
To set a new DialogContext, application should create a new dialog using GetNewEarlyDialog().