DialogContext(String, String, Boolean) Constructor
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.
Constructs the object
protected:
DialogContext(System::String ^ callID, System::String ^ fromTag, bool incoming);
protected DialogContext (string callID, string fromTag, bool incoming);
new Microsoft.Rtc.Signaling.DialogContext : string * string * bool -> Microsoft.Rtc.Signaling.DialogContext
Protected Sub New (callID As String, fromTag As String, incoming As Boolean)
Parameters
- callID
- String
The call ID for the dialog.
- fromTag
- String
The tag from the From header.
- incoming
- Boolean
Is the dialog initially incoming.