StreamingConfig constructor
const
StreamingConfig({})
Implementation
const StreamingConfig({
this.mode = StreamingMode.audioOnly,
this.websocketUrl,
this.apiKey,
this.userId,
this.language = 'en',
this.includeSpeechProfile = true,
this.customHeaders,
this.customParams,
});