LocalAudioStreamError enum
Error code returned when local audio stream state changes.
Values
- ok → const LocalAudioStreamError
-
Local audio status is normal.
- failure → const LocalAudioStreamError
-
Unknown error cause.
- deviceNoPermission → const LocalAudioStreamError
-
No permission to start local audio recording device.
- recordFailure → const LocalAudioStreamError
-
Local audio recording failed, it is recommended that you check whether the recording device is working properly.
- encodeFailure → const LocalAudioStreamError
-
Local audio encoding failed.
- noRecordingDevice → const LocalAudioStreamError
-
No audio recording equipment available.
Properties
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<
LocalAudioStreamError> - A constant List of the values in this enum, in order of their declaration.