ICallStartRecording(RecordDirection, ActionBoolean) Method

StartRecording(String, RecordDirection, ActionBoolean) with default temporary filename location. Script should use this method only when executed in Active mode.

Definition

Namespace: CallFlow
Assembly: 3CX.CallFlow (in 3CX.CallFlow.dll) Version: 20.0.1
C#
void StartRecording(
	RecordDirection recordingDirection,
	Action<bool> started
)

Parameters

recordingDirection  RecordDirection
 
started  ActionBoolean
 

See Also