DialogContext Constructor
Constructs the object
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Sub New ( _
callID As String, _
fromTag As String, _
incoming As Boolean _
)
'Usage
Dim callID As String
Dim fromTag As String
Dim incoming As Boolean
Dim instance As New DialogContext(callID, _
fromTag, incoming)
protected DialogContext(
string callID,
string fromTag,
bool incoming
)
Parameters
- callID
Type: System.String
The call ID for the dialog.
- fromTag
Type: System.String
The tag from the From header.
- incoming
Type: System.Boolean
Is the dialog initially incoming.