RemoteAudioStateChangeReason enum
远端音频流状态改变的原因
Values
- internal → const RemoteAudioStateChangeReason
-
内部原因
- networkCongestion → const RemoteAudioStateChangeReason
-
网络阻塞
- networkRecovery → const RemoteAudioStateChangeReason
-
网络恢复正常
- localMuted → const RemoteAudioStateChangeReason
-
本地用户停止接收远端音频流
- localUnmuted → const RemoteAudioStateChangeReason
-
本地用户恢复接收远端音频流
- remoteMuted → const RemoteAudioStateChangeReason
-
远端用户停止发送音频流
- remoteUnmuted → const RemoteAudioStateChangeReason
-
远端用户恢复发送音频流
- remoteOffline → const RemoteAudioStateChangeReason
-
远端用户离开房间
Properties
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<
RemoteAudioStateChangeReason> - A constant List of the values in this enum, in order of their declaration.