@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 +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -1413,6 +1413,7 @@ class _LocalStream extends Stream {
|
|
|
1413
1413
|
stop() {
|
|
1414
1414
|
this.inputTrack.stop();
|
|
1415
1415
|
this.outputTrack.stop();
|
|
1416
|
+
this.disposeEffects();
|
|
1416
1417
|
// calling stop() will not automatically emit Ended, so we emit it here
|
|
1417
1418
|
this[StreamEventNames.Ended].emit();
|
|
1418
1419
|
}
|