RtcAudioLevel constructor

RtcAudioLevel(
  1. String userId, {
  2. int? level = 0,
  3. bool? active = false,
})

Constructs a RtcAudioLevel

Implementation

RtcAudioLevel(this.userId, {this.level = 0, this.active = false});