Returns the dialog context for the new early dialog.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Function 
GetNewEarlyDialog 
As 

DialogContext
C#
public 

DialogContext 
GetNewEarlyDialog()
Visual C++
public:

DialogContext^ 
GetNewEarlyDialog()
JavaScript
function 
getNewEarlyDialog();

Return Value

Returns the DialogContext representing the early dialog for primary signaling session.

Exceptions

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

See Also