LocalRecordingState Enumeration

Local recording state

Definition

Namespace: CallFlow
Assembly: 3CX.CallFlow (in 3CX.CallFlow.dll) Version: 20.0.1
C#
public enum LocalRecordingState

Members

RECORDING0 The recording was successfuly started and is not (yet) explicitly terminated by StopRecording(Boolean)(true/false) (CANCEL/STOP states accordingly)
LocalRecordingStream can provide recorded content in this state. Content which is provided in this state is not completed.
STOP1 Recording was explicitly stopped using StopRecording(Boolean)(false)
LocalRecordingStream can provide complete recorded content.
CANCEL2 Recording was explicetly stopped using StopRecording(Boolean)(true)
LocalRecordingStream can provide recorded content.
FAIL3 Recording request has been failed.
LocalRecordingStream is invalid.

See Also