From 2a03f9ad8e4e4c8ec1e9fcc61bdd0a4996278b29 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Sat, 14 Sep 2024 18:10:42 -0700 Subject: [PATCH] feat: remove container from websocket speak options --- src/packages/SpeakLiveClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packages/SpeakLiveClient.ts b/src/packages/SpeakLiveClient.ts index e21e601..01052ae 100644 --- a/src/packages/SpeakLiveClient.ts +++ b/src/packages/SpeakLiveClient.ts @@ -25,7 +25,7 @@ export class SpeakLiveClient extends AbstractLiveClient { */ constructor( options: DeepgramClientOptions, - speakOptions: SpeakSchema = {}, + speakOptions: Omit = {}, endpoint: string = ":version/speak" ) { super(options);