Skip to content

Commit

Permalink
fix: allows endpointing to be disabled with a value of false (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes authored Jan 25, 2024
1 parent 82f8b2f commit 1add378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types/TranscriptionSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ interface LiveSchema extends TranscriptionSchema {
/**
* @see https://developers.deepgram.com/docs/endpointing
*/
endpointing?: number;
endpointing?: false | number;

/**
* @see https://developers.deepgram.com/docs/interim-results
Expand Down

0 comments on commit 1add378

Please sign in to comment.