@eka-care/ekascribe-ts-sdk 1.4.60 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -353,7 +353,7 @@ class VadWebClient {
|
|
|
353
353
|
this.lastWarningTime = null;
|
|
354
354
|
this.recording_started = false;
|
|
355
355
|
this.is_vad_loading = true; // Reset to initial state
|
|
356
|
-
this.micVad = {}; // Clear the instance
|
|
356
|
+
// this.micVad = {} as MicVAD; // Clear the instance
|
|
357
357
|
if (EkaScribeStore.errorCallback) {
|
|
358
358
|
EkaScribeStore.errorCallback({
|
|
359
359
|
error_code: ERROR_CODE.SPEECH_DETECTED,
|