Call.GetNewEarlyDialog Method

Definition

Returns the dialog context for the new early dialog.

public:
 Microsoft::Rtc::Signaling::DialogContext ^ GetNewEarlyDialog();
public Microsoft.Rtc.Signaling.DialogContext GetNewEarlyDialog ();
member this.GetNewEarlyDialog : unit -> Microsoft.Rtc.Signaling.DialogContext
Public Function GetNewEarlyDialog () As DialogContext

Returns

The DialogContext representing the early dialog for primary signaling session.

Exceptions

Thrown when the method is invoked for an outgoing call or the call is already in an established state.

Applies to