LocalVideoStreamError enum
The detailed error information of the local video.
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
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.