NERoomLiveConfig constructor

NERoomLiveConfig({
  1. bool singleVideoPassthrough = false,
  2. int audioBitrate = 64,
  3. NERoomLiveStreamAudioSampleRate sampleRate = NERoomLiveStreamAudioSampleRate.kAudioSampleRate48000,
  4. int channels = 2,
  5. NERoomLiveStreamAudioCodecProfile audioCodecProfile = NERoomLiveStreamAudioCodecProfile.kLCAAC,
})

Implementation

NERoomLiveConfig({
  this.singleVideoPassthrough = false,
  this.audioBitrate = 64,
  this.sampleRate = NERoomLiveStreamAudioSampleRate.kAudioSampleRate48000,
  this.channels = 2,
  this.audioCodecProfile = NERoomLiveStreamAudioCodecProfile.kLCAAC,
});