Call.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.
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.