Creates a call interaction to the specified target, placing the interaction on the specified workgroup.

Namespace: ININ.InteractionClient.AddIn
Assembly: ININ.InteractionClient.AddIn (in ININ.InteractionClient.AddIn.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
string CreateCall(
	string target,
	string workgroup
)
Visual Basic
Function CreateCall ( _
	target As String, _
	workgroup As String _
) As String

Parameters

target
Type: System..::..String
The target of the call. Examples include "555-1234", "(123) 555-1234", and "+41225551234".
workgroup
Type: System..::..String
The name of the workgroup to dial on behalf of.

Return Value

The interaction ID of the created interaction, or an empty string if no interaction could be created.

See Also