NERtcAudioVolumeInfo constructor

NERtcAudioVolumeInfo(
  1. int? uid,
  2. int? volume,
  3. int? subStreamVolume
)

Implementation

NERtcAudioVolumeInfo(this.uid, this.volume, this.subStreamVolume);