SignalingSessionAcceptOptions.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 early dialog on which the accept should happen.
public:
property Microsoft::Rtc::Signaling::SipDialogContext ^ DialogContext { Microsoft::Rtc::Signaling::SipDialogContext ^ get(); void set(Microsoft::Rtc::Signaling::SipDialogContext ^ value); };
public Microsoft.Rtc.Signaling.SipDialogContext DialogContext { get; set; }
member this.DialogContext : Microsoft.Rtc.Signaling.SipDialogContext with get, set
Public Property DialogContext As SipDialogContext
Property Value
Remarks
The dialog is used to track the negotiation status for a remote endpoint.