ZegoAudioConfig constructor

ZegoAudioConfig(
  1. int bitrate,
  2. ZegoAudioChannel channel,
  3. ZegoAudioCodecID codecID
)

Implementation

ZegoAudioConfig(this.bitrate, this.channel, this.codecID);