LocalVideoStreamError enum

The detailed error information of the local video.

Inheritance

Constructors

LocalVideoStreamError()
const

Values

OK → const LocalVideoStreamError

The local video is normal.

Failure → const LocalVideoStreamError

No specified reason for the local video failure.

DeviceNoPermission → const LocalVideoStreamError

No permission to use the local video device.

DeviceBusy → const LocalVideoStreamError

The local video capturer is in use.

CaptureFailure → const LocalVideoStreamError

The local video capture fails. Check whether the capturer is working properly.

EncodeFailure → const LocalVideoStreamError

The local video encoding fails.

CaptureInBackground → const LocalVideoStreamError

(iOS only) The application is in the background.

CaptureMultipleForegroundApps → const LocalVideoStreamError

(iOS only) The application is running in Slide Over, Split View, or Picture in Picture mode.

DeviceNotFound → const LocalVideoStreamError

The SDK cannot find the local video capture device.

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.