We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265fb37 commit 5d7cbaeCopy full SHA for 5d7cbae
src/packages/AgentLiveClient.ts
@@ -125,7 +125,7 @@ export class AgentLiveClient extends AbstractLiveClient {
125
delete opts.audio.input.sampleRate;
126
opts.audio.output["sample_rate"] = options.audio.output?.sampleRate;
127
delete opts.audio.output.sampleRate;
128
- this.send(JSON.stringify({ type: "SettingsConfiguration", ...options }));
+ this.send(JSON.stringify({ type: "SettingsConfiguration", ...opts }));
129
}
130
131
/**
0 commit comments