ICallLocalRecordingStream Property

Content of the last recording started by successful call to {0} Overload This property allows to read "partial" content of the recording. If user code requires complete "WAV file" content after calling StopRecording(Boolean) it needs wait for LocalRecordingState!=RECORDING

Definition

Namespace: CallFlow
Assembly: 3CX.CallFlow (in 3CX.CallFlow.dll) Version: 20.0.1
C#
Stream LocalRecordingStream { get; }

Property Value

Stream

See Also