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