远端视频流状态改变的具体原因。
Constants
-
AudioFallback → const VideoRemoteStateReason
远端视频流已回退为音频流。@JsonValue(8)
const VideoRemoteStateReason(8)
-
AudioFallbackRecovery → const VideoRemoteStateReason
回退的远端音频流恢复为视频流。@JsonValue(9)
const VideoRemoteStateReason(9)
-
Internal → const VideoRemoteStateReason
内部原因。@JsonValue(0)
const VideoRemoteStateReason(0)
-
LocalMuted → const VideoRemoteStateReason
本地用户停止接收远端视频流或本地用户禁用视频模块。@JsonValue(3)
const VideoRemoteStateReason(3)
-
LocalUnmuted → const VideoRemoteStateReason
本地用户恢复接收远端视频流或本地用户启动视频模块。@JsonValue(4)
const VideoRemoteStateReason(4)
-
NetworkCongestion → const VideoRemoteStateReason
网络阻塞。@JsonValue(1)
const VideoRemoteStateReason(1)
-
NetworkRecovery → const VideoRemoteStateReason
网络恢复正常。@JsonValue(2)
const VideoRemoteStateReason(2)
-
RemoteMuted → const VideoRemoteStateReason
远端用户停止发送视频流或远端用户禁用视频模块。@JsonValue(5)
const VideoRemoteStateReason(5)
-
RemoteOffline → const VideoRemoteStateReason
远端用户离开频道。@JsonValue(7)
const VideoRemoteStateReason(7)
-
RemoteUnmuted → const VideoRemoteStateReason
远端用户恢复发送视频流或远端用户启用视频模块。@JsonValue(6)
const VideoRemoteStateReason(6)
-
values → const List<VideoRemoteStateReason>
A constant List of the values in this enum, in order of their declaration.
const List<VideoRemoteStateReason>
Properties
-
The hash code for this object. [...]read-only, inherited
-
index → int
The integer index of this enum.final
-
A representation of the runtime type of the object.read-only, inherited
Methods
-
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]inherited
-
Returns a string representation of this object.override
Operators
-
operator ==(Object other) → bool
The equality operator. [...]inherited