RemoteVideoStateChangeReason enum
{zh} * @detail keytype @brief 远端视频流状态改变的原因
Values
- internal → const RemoteVideoStateChangeReason
-
@brief Internal reasons
- networkCongestion → const RemoteVideoStateChangeReason
-
@brief Network blocking
- networkRecovery → const RemoteVideoStateChangeReason
-
@brief Network back to normal
- localMuted → const RemoteVideoStateChangeReason
-
@brief Local user stops receiving remote video stream or local user disables video module
- localUnmuted → const RemoteVideoStateChangeReason
-
@brief Local user resumes receiving remote video streams or local user enables video modules
- remoteMuted → const RemoteVideoStateChangeReason
-
@brief The remote user stops sending the video stream or the remote user disables the video module
- remoteUnmuted → const RemoteVideoStateChangeReason
-
@brief Remote user resumes sending video stream or remote user enables video module
- remoteOffline → const RemoteVideoStateChangeReason
-
@brief Remote user leaves room.
Properties
- $value → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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<
RemoteVideoStateChangeReason> - A constant List of the values in this enum, in order of their declaration.