LocalVideoStreamError enum

Error code returned when the local video state changes.

Inheritance

Constructors

LocalVideoStreamError()
const

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

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<LocalVideoStreamError>
A constant List of the values in this enum, in order of their declaration.