ICallStartRecording(String, RecordDirection, ActionBoolean) Method

Records CallFlow audio.
Request to start local recording using specified temporary file name. 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(
	string FileName,
	RecordDirection recordingDirection,
	Action<bool> started
)

Parameters

FileName  String
Name of the temporary file
recordingDirection  RecordDirection
Which direction of the audio strem should be recorded
started  ActionBoolean
reports successfulness of the start recording action

Exceptions

InvalidOperationExceptionRecording already started or call has been terminated

See Also