@webex/web-client-media-engine 3.15.3 → 3.15.4

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/cjs/index.js CHANGED
@@ -1417,6 +1417,7 @@ class _LocalStream extends Stream {
1417
1417
  stop() {
1418
1418
  this.inputTrack.stop();
1419
1419
  this.outputTrack.stop();
1420
+ this.disposeEffects();
1420
1421
  // calling stop() will not automatically emit Ended, so we emit it here
1421
1422
  this[exports.StreamEventNames.Ended].emit();
1422
1423
  }