Enumeration RecorderErrorCode

The reason for the state change.

Enumeration Members

RecorderErrorConfigChanged: 4

4: The recording configuration changes.

RecorderErrorNoStream: 2

2: The SDK does not detect any audio and video streams, or audio and video streams are interrupted for more than five seconds during recording.

RecorderErrorNone: 0

0: No error.

RecorderErrorOverMaxDuration: 3

3: The recording duration exceeds the upper limit.

RecorderErrorWriteFailed: 1

1: The SDK fails to write the recorded data to a file.

Generated using TypeDoc