SignalingSession.GetNewEarlyDialog Method

Definition

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

SipDialogContext

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.

Applies to