ByteRTCRemoteVideoStateChangeReason enum
Values
- ByteRTCRemoteVideoStateChangeReasonInternal → const ByteRTCRemoteVideoStateChangeReason
-
@brief Internal reasons
- ByteRTCRemoteVideoStateChangeReasonNetworkCongestion → const ByteRTCRemoteVideoStateChangeReason
-
@brief Network blocking
- ByteRTCRemoteVideoStateChangeReasonNetworkRecovery → const ByteRTCRemoteVideoStateChangeReason
-
@brief Network back to normal
- ByteRTCRemoteVideoStateChangeReasonLocalMuted → const ByteRTCRemoteVideoStateChangeReason
-
@brief Local user stops receiving remote video stream or local user disables video module
- ByteRTCRemoteVideoStateChangeReasonLocalUnmuted → const ByteRTCRemoteVideoStateChangeReason
-
@brief Local user resumes receiving remote video streams or local user enables video modules
- ByteRTCRemoteVideoStateChangeReasonRemoteMuted → const ByteRTCRemoteVideoStateChangeReason
-
@brief The remote user stops sending the video stream or the remote user disables the video module
- ByteRTCRemoteVideoStateChangeReasonRemoteUnmuted → const ByteRTCRemoteVideoStateChangeReason
-
@brief Remote user resumes sending video stream or remote user enables video module
- ByteRTCRemoteVideoStateChangeReasonRemoteOffline → const ByteRTCRemoteVideoStateChangeReason
-
@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<
ByteRTCRemoteVideoStateChangeReason> - A constant List of the values in this enum, in order of their declaration.