远端音频流状态改变的原因。
Constants
-
Internal → const AudioRemoteStateReason
内部原因。@JsonValue(0)
const AudioRemoteStateReason(0) -
LocalMuted → const AudioRemoteStateReason
本地用户停止接收远端音频流或本地用户禁用音频模块。@JsonValue(3)
const AudioRemoteStateReason(3) -
LocalUnmuted → const AudioRemoteStateReason
本地用户恢复接收远端音频流或本地用户启用音频模块。@JsonValue(4)
const AudioRemoteStateReason(4) -
NetworkCongestion → const AudioRemoteStateReason
网络阻塞。@JsonValue(1)
const AudioRemoteStateReason(1) -
NetworkRecovery → const AudioRemoteStateReason
网络恢复正常。@JsonValue(2)
const AudioRemoteStateReason(2) -
RemoteMuted → const AudioRemoteStateReason
远端用户停止发送音频流或远端用户禁用音频模块。@JsonValue(5)
const AudioRemoteStateReason(5) -
RemoteOffline → const AudioRemoteStateReason
远端用户离开频道。@JsonValue(7)
const AudioRemoteStateReason(7) -
RemoteUnmuted → const AudioRemoteStateReason
远端用户恢复发送音频流或远端用户启用音频模块。@JsonValue(6)
const AudioRemoteStateReason(6) -
values → const List<AudioRemoteStateReason>
A constant List of the values in this enum, in order of their declaration.
const List<AudioRemoteStateReason>
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

