Partilhar via


CallAcceptOptions.DialogContext Property

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().

See Also

Reference

CallAcceptOptions Class

CallAcceptOptions Members

Microsoft.Rtc.Collaboration Namespace

GetNewEarlyDialog()