ByteRTCRemoteVideoState enum

Inheritance
Available extensions

Values

ByteRTCRemoteVideoStateStopped → const ByteRTCRemoteVideoState

@brief The default initial state of the remote video stream, callback the state at the following times:
- The local user stops receiving the remote video stream, corresponding to the error code ByteRTCRemoteVideoStateChangeReason{@link #ByteRTCRemoteVideoStateChangeReason} ByteRTCRemoteVideoStateChangeReasonLocalMuted - The remote user stops sending the video stream, corresponding to the error code ByteRTCRemoteVideoStateChangeReasonRemoteMuted - The remote user leaves the room, corresponding to Error code ByteRTCRemoteVideoStateChangeReason{@link #ByteRTCRemoteVideoStateChangeReason} in ByteRTCRemoteVideoStateChangeReasonRemoteOffline

ByteRTCRemoteVideoStateStarting → const ByteRTCRemoteVideoState

@brief Local users have received the remote video header package
Callback this state when the remote video header package is received, corresponding to the error code ByteRTCRemoteVideoStateChangeReason{@link #ByteRTCRemoteVideoStateChangeReason} ByteRTCRemoteVideoStateChangeReasonLocalUnmuted

ByteRTCRemoteVideoStateDecoding → const ByteRTCRemoteVideoState

@brief The remote video stream is decoding and playing normally, callback the status at the following times:
- ByteRTCRemoteVideoStateChangeReason{@link #ByteRTCRemoteVideoStateChangeReason} ByteRTCRemoteVideoStateChangeReasonLocalUnmuted - The network returned to normal from blocking, corresponding to the error code ByteRTCRemoteVideoStateChangeReasonNetworkRecovery - The local user recovers the received remote video Stream, corresponding to the error code ByteRTCRemoteVideoStateChangeReason{@link #ByteRTCRemoteVideoStateChangeReason} ByteRTCRemoteVideoStateChangeReasonLocalUnmuted - The remote user resumes sending the video stream, corresponding to the error code in ByteRTCRemoteVideoStateChangeReason{@link #ByteRTCRemoteVideoStateChangeReason}

ByteRTCRemoteVideoStateFrozen → const ByteRTCRemoteVideoState

@brief Remote video streaming card
Network blocking, packet loss rate and other reasons will report the status of the video card stream, corresponding to the error code ByteRTCRemoteVideoStateChangeReason{@link #ByteRTCRemoteVideoStateChangeReason} ByteRTCRemoteVideoStateChangeReasonNetworkCongestion

ByteRTCRemoteVideoStateFailed → const ByteRTCRemoteVideoState

@brief The remote video stream failed to play
If the internal processing of the remote video stream fails, the method will be called back, corresponding to the error code ByteRTCRemoteVideoStateChangeReason{@link #ByteRTCRemoteVideoStateChangeReason} ByteRTCRemoteVideoStateChangeReasonInternal

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<ByteRTCRemoteVideoState>
A constant List of the values in this enum, in order of their declaration.