LocalVideoStreamError enum
Error code returned when the local video state changes.
Values
- ok → const LocalVideoStreamError
-
Local video status is normal.
- failure → const LocalVideoStreamError
-
Local video stream publishing failed.
- deviceNoPermission → const LocalVideoStreamError
-
No permission to start local video capture device.
- deviceBusy → const LocalVideoStreamError
-
Local video capture device is occupied.
- deviceNotFound → const LocalVideoStreamError
-
Local video capture device does not exist or has been removed.
- captureFailure → const LocalVideoStreamError
-
Local video capture failed, it is recommended to check whether the capture device is working properly.
- encodeFailure → const LocalVideoStreamError
-
Local video encoding failure.
- deviceDisconnected → const LocalVideoStreamError
-
The local video capture device is seized by other programs during the call, causing the device connection to be interrupted.
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<
LocalVideoStreamError> - A constant List of the values in this enum, in order of their declaration.