RtcAudioLevel class

The statistics class of user audio level.

音频接收统计类。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

RtcAudioLevel(String userId, {int? level = 0, bool? active = false})
Constructs a RtcAudioLevel

Properties

active bool?
The audio active flag.
final
hashCode int
The hash code for this object.
no setterinherited
level int?
The audio output strength level. Valid value ranges between 0 and 32768.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
The user ID of received audio.
final

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