RealtimeAudioConfig constructor
      const
      RealtimeAudioConfig({})
     
    
    
Implementation
const RealtimeAudioConfig({
  this.inputFormat,
  this.outputFormat,
  this.sampleRate,
  this.enableVAD = true,
  this.enableEchoCancellation = true,
  this.enableNoiseSuppression = true,
  this.timeoutSeconds,
  this.customParams,
});