RemoteVideoStateChangeReason enum

远端视频流状态改变的原因

Inheritance

Constructors

RemoteVideoStateChangeReason()
const

Values

internal → const RemoteVideoStateChangeReason

内部原因

networkCongestion → const RemoteVideoStateChangeReason

网络阻塞

networkRecovery → const RemoteVideoStateChangeReason

网络恢复正常

localMuted → const RemoteVideoStateChangeReason

本地用户停止接收远端视频流或本地用户禁用视频模块

localUnmuted → const RemoteVideoStateChangeReason

本地用户恢复接收远端视频流或本地用户启用视频模块

remoteMuted → const RemoteVideoStateChangeReason

远端用户停止发送视频流或远端用户禁用视频模块

remoteUnmuted → const RemoteVideoStateChangeReason

远端用户恢复发送视频流或远端用户启用视频模块

remoteOffline → const RemoteVideoStateChangeReason

远端用户离开房间

状态转换参看 RTCRoomEventHandler.onUserUnpublishStream/RTCRoomEventHandler.onUserUnpublishScreen

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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.