SignalingSession.GetNewEarlyDialog Method
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.
Creates a new dialog context.
public:
Microsoft::Rtc::Signaling::SipDialogContext ^ GetNewEarlyDialog();
public Microsoft.Rtc.Signaling.SipDialogContext GetNewEarlyDialog ();
member this.GetNewEarlyDialog : unit -> Microsoft.Rtc.Signaling.SipDialogContext
Public Function GetNewEarlyDialog () As SipDialogContext
Returns
A new dialog context for this session.
Exceptions
Thrown when the session is not a received session in incoming or connecting state.
Remarks
New dialog contexts can only be created on sessions that have received a session through the SessionReceived event. I.e. the UAS side of an INVITE request.