VideoRemoteStateReason enum
The reason of the remote video state change.
Values
- Internal → const VideoRemoteStateReason
-
Internal reasons.
- NetworkCongestion → const VideoRemoteStateReason
-
Network congestion.
- NetworkRecovery → const VideoRemoteStateReason
-
Network recovery.
- LocalMuted → const VideoRemoteStateReason
-
The local user stops receiving the remote video stream or disables the video module.
- LocalUnmuted → const VideoRemoteStateReason
-
The local user stops receiving the remote video stream or disables the video module.
- RemoteMuted → const VideoRemoteStateReason
-
The remote user stops sending the video stream or disables the video module.
- RemoteUnmuted → const VideoRemoteStateReason
-
The remote user resumes sending the video stream or enables the video module.
- RemoteOffline → const VideoRemoteStateReason
-
The remote user leaves the channel.
- AudioFallback → const VideoRemoteStateReason
-
The remote media stream falls back to the audio-only stream due to poor network conditions.
- AudioFallbackRecovery → const VideoRemoteStateReason
-
The remote media stream switches back to the video stream after the network conditions improve.
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<
VideoRemoteStateReason> - A constant List of the values in this enum, in order of their declaration.