LocalVideoStreamError enum Null safety
The detailed error information of the local video.
Constants
- CaptureFailure → const LocalVideoStreamError
-
The local video capture fails. Check whether the capturer is working properly.
@JsonValue(4)const LocalVideoStreamError(4)
- CaptureInBackground → const LocalVideoStreamError
-
(iOS only) The application is in the background.
@JsonValue(6)const LocalVideoStreamError(6)
- CaptureMultipleForegroundApps → const LocalVideoStreamError
-
(iOS only) The application is running in Slide Over, Split View, or Picture in Picture mode.
@JsonValue(7)const LocalVideoStreamError(7)
- DeviceBusy → const LocalVideoStreamError
-
The local video capturer is in use.
@JsonValue(3)const LocalVideoStreamError(3)
- DeviceNoPermission → const LocalVideoStreamError
-
No permission to use the local video device.
@JsonValue(2)const LocalVideoStreamError(2)
- DeviceNotFound → const LocalVideoStreamError
-
The SDK cannot find the local video capture device.
@JsonValue(8)const LocalVideoStreamError(8)
- EncodeFailure → const LocalVideoStreamError
-
The local video encoding fails.
@JsonValue(5)const LocalVideoStreamError(5)
- Failure → const LocalVideoStreamError
-
No specified reason for the local video failure.
@JsonValue(1)const LocalVideoStreamError(1)
- OK → const LocalVideoStreamError
-
The local video is normal.
@JsonValue(0)const LocalVideoStreamError(0)
-
values
→ const List<
LocalVideoStreamError> -
A constant List of the values in this enum, in order of their declaration.
const List<
LocalVideoStreamError>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited