Constructs the object

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

Syntax

Visual Basic (Declaration)
Protected 
Sub 
New ( _
	
callID 
As 
String, _
	
fromTag 
As 
String, _
	
incoming 
As 
Boolean _
)
C#
protected 
DialogContext(
	
string 
callID,
	
string 
fromTag,
	
bool 
incoming
)
Visual C++
protected:
DialogContext(
	
String^ 
callID, 
	
String^ 
fromTag, 
	
bool 
incoming
)
JavaScript

Microsoft.Rtc.Signaling.DialogContext = 
function(
callID, 
fromTag, 
incoming);

Parameters

callID
Type: String
The call ID for the dialog.
fromTag
Type: String
The tag from the From header.
incoming
Type: Boolean
Is the dialog initially incoming.

See Also