ICallStartRecording(String, RecordDirection) Method

Awaitable version of StartRecording(String, RecordDirection, ActionBoolean)
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#
Task<bool> StartRecording(
	string Filename,
	RecordDirection recordDirection
)

Parameters

Filename  String
 
recordDirection  RecordDirection
 

Return Value

TaskBoolean

See Also