RecorderErrorCode enum

The reason for the state change.

Inheritance

Constructors

RecorderErrorCode()
const

Values

None → const RecorderErrorCode

0: No error occurs.

WriteFailed → const RecorderErrorCode

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

NoStream → const RecorderErrorCode

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

OverMaxDuration → const RecorderErrorCode

3: The recording duration exceeds the upper limit.

ConfigChanged → const RecorderErrorCode

4: The recording configuration changes.

CustomStreamDetected → const RecorderErrorCode

5: The SDK detects audio and video streams from users using versions of the SDK earlier than v3.0.0 in the COMMUNICATION channel profile.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<RecorderErrorCode>
A constant List of the values in this enum, in order of their declaration.