Skip to content

Commit

Permalink
feat: remove container from websocket speak options
Browse files Browse the repository at this point in the history
  • Loading branch information
naomi-lgbt committed Sep 15, 2024
1 parent be55eb4 commit 54c9085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/SpeakLiveClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export class SpeakLiveClient extends AbstractLiveClient {
*/
constructor(
options: DeepgramClientOptions,
speakOptions: SpeakSchema = {},
speakOptions: Omit<SpeakSchema, "container"> = {},
endpoint: string = ":version/speak"
) {
super(options);
Expand Down

0 comments on commit 54c9085

Please sign in to comment.