@estuary-ai/sdk 0.1.14 → 0.1.15

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.
package/dist/index.js CHANGED
@@ -9257,7 +9257,6 @@ var AudioPlayer = class {
9257
9257
  }
9258
9258
  this.currentSource = null;
9259
9259
  }
9260
- if (this.audioElement) this.audioElement.muted = true;
9261
9260
  this.isPlaying = false;
9262
9261
  this.currentMessageId = null;
9263
9262
  }
@@ -9330,7 +9329,6 @@ var AudioPlayer = class {
9330
9329
  this.playNext();
9331
9330
  };
9332
9331
  if (this.audioElement) {
9333
- this.audioElement.muted = false;
9334
9332
  this.audioElement.play().catch(() => {
9335
9333
  });
9336
9334
  }