CallProvisionalResponseOptions.DialogContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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().