DialogContext Property

Gets or sets the dialog context of the call, only required by Back to back agent.

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

To set the new DialogContext, application should create new dialog using Call.GetNewEarlyDialog().

See Also

Reference

CallProvisionalResponseOptions Class

CallProvisionalResponseOptions Members

Microsoft.Rtc.Collaboration Namespace