From 1add37893710fe2e6ea685d59e88ca5e21a49ad0 Mon Sep 17 00:00:00 2001 From: Luke Oliff Date: Thu, 25 Jan 2024 16:06:08 +0000 Subject: [PATCH] fix: allows endpointing to be disabled with a value of false (#236) --- src/lib/types/TranscriptionSchema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/types/TranscriptionSchema.ts b/src/lib/types/TranscriptionSchema.ts index a4bc0594..a0a3e706 100644 --- a/src/lib/types/TranscriptionSchema.ts +++ b/src/lib/types/TranscriptionSchema.ts @@ -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