AudioRemoteStateReason enum Null safety
The reason of the remote audio state change.
Constants
- Internal → const AudioRemoteStateReason
-
Internal reasons.
@JsonValue(0)const AudioRemoteStateReason(0)
- LocalMuted → const AudioRemoteStateReason
-
The local user stops receiving the remote audio stream or disables the audio module.
@JsonValue(3)const AudioRemoteStateReason(3)
- LocalUnmuted → const AudioRemoteStateReason
-
The local user resumes receiving the remote audio stream or enables the audio module.
@JsonValue(4)const AudioRemoteStateReason(4)
- NetworkCongestion → const AudioRemoteStateReason
-
Network congestion.
@JsonValue(1)const AudioRemoteStateReason(1)
- NetworkRecovery → const AudioRemoteStateReason
-
Network recovery.
@JsonValue(2)const AudioRemoteStateReason(2)
- RemoteMuted → const AudioRemoteStateReason
-
The remote user stops sending the audio stream or disables the audio module.
@JsonValue(5)const AudioRemoteStateReason(5)
- RemoteOffline → const AudioRemoteStateReason
-
The remote user leaves the channel.
@JsonValue(7)const AudioRemoteStateReason(7)
- RemoteUnmuted → const AudioRemoteStateReason
-
The remote user resumes sending the audio stream or enables the audio module.
@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
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited