Skip to content

Commit

Permalink
fix: allows endpointing to be disabled with a value of false
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Jan 24, 2024
1 parent 7c41660 commit d8e6be8
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 @@ -147,7 +147,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 d8e6be8

Please sign in to comment.