VoiceSessionConfig constructor
const
VoiceSessionConfig({})
Implementation
const VoiceSessionConfig({
this.silenceDuration = 1.5,
this.speechThreshold = 0.03,
this.autoPlayTTS = true,
this.continuousMode = true,
});