@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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "1.4.60",
3
+ "version": "1.5.2",
4
4
  "main": "dist/index.js",
5
5
  "repository": "git@github.com:eka-care/eka-js-sdk.git",
6
6
  "author": "Sanikagoyal28 <sanikagoyal9@gmail.com>",