@decartai/sdk 0.0.38 → 0.0.39

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.
@@ -225,9 +225,6 @@ var WebRTCConnection = class {
225
225
  this.handleSignalingMessage({ type: "ready" });
226
226
  }
227
227
  cleanup() {
228
- this.pc?.getSenders().forEach((s) => {
229
- s.track?.stop();
230
- });
231
228
  this.pc?.close();
232
229
  this.pc = null;
233
230
  this.ws?.close();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@decartai/sdk",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "description": "Decart's JavaScript SDK",
5
5
  "type": "module",
6
6
  "license": "MIT",