LocalVideoStreamState enum
The state of the local video stream.
Values
- Stopped → const LocalVideoStreamState
-
The local video is in the initial state.
- Capturing → const LocalVideoStreamState
-
The local video capturer starts successfully.
- Encoding → const LocalVideoStreamState
-
The first local video frame encodes successfully.
- Failed → const LocalVideoStreamState
-
The local video fails to start.
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<
LocalVideoStreamState> - A constant List of the values in this enum, in order of their declaration.