CallProvisionalResponseOptions.DialogContext Property

Definition

Gets or sets the dialog context of the call.

public:
 property Microsoft::Rtc::Signaling::DialogContext ^ DialogContext { Microsoft::Rtc::Signaling::DialogContext ^ get(); void set(Microsoft::Rtc::Signaling::DialogContext ^ value); };
public Microsoft.Rtc.Signaling.DialogContext DialogContext { get; set; }
member this.DialogContext : Microsoft.Rtc.Signaling.DialogContext with get, set
Public Property DialogContext As DialogContext

Property Value

Remarks

Required only by a Back to back agent. To set the new DialogContext, an application should create a new dialog using GetNewEarlyDialog().

Applies to