ScriptBaseTcreateNew Method

For scripting host

Definition

Namespace: CallFlow
Assembly: 3CX.CallFlow.ScriptingHost (in 3CX.CallFlow.ScriptingHost.dll) Version: 20.0.1
C#
public static ICallHandler createNew(
	ICall call
)

Parameters

call  ICall
the call which will be handled by the script

Return Value

ICallHandler

See Also