@eka-care/ekascribe-ts-sdk 1.4.58 → 1.4.59

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -232,10 +232,6 @@ class EkaScribe {
232
232
  }
233
233
  resetEkaScribe() {
234
234
  console.log(this.audioFileManagerInstance, this.audioBufferInstance, this.vadInstance, EkaScribeStore, 'before reset ekascribe');
235
- // First, stop any ongoing operations
236
- if (this.vadInstance) {
237
- this.vadInstance.pauseVad(); // Stop recording first
238
- }
239
235
  this.audioFileManagerInstance.resetFileManagerInstance();
240
236
  this.audioBufferInstance.resetBufferManagerInstance();
241
237
  this.vadInstance.resetVadWebInstance();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/ekascribe-ts-sdk",
3
- "version": "1.4.58",
3
+ "version": "1.4.59",
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>",