Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets early dialog on which the accept should happen.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Property DialogContext As SipDialogContext
Get
Set
'Usage
Dim instance As SignalingSessionAcceptOptions
Dim value As SipDialogContext
value = instance.DialogContext
instance.DialogContext = value
public SipDialogContext DialogContext { get; set; }
Property Value
Type: Microsoft.Rtc.Signaling.SipDialogContext
Remarks
The dialog is used to track the negotiation status for a remote endpoint.
See Also
Reference
SignalingSessionAcceptOptions Class