@whereby.com/media 8.2.3 → 8.2.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/index.cjs CHANGED
@@ -657,6 +657,7 @@ class Session {
657
657
  pc.oniceconnectionstatechange = null;
658
658
  pc.onicecandidate = null;
659
659
  pc.ontrack = null;
660
+ pc.onconnectionstatechange = null;
660
661
  try {
661
662
  pc.close();
662
663
  }
package/dist/index.mjs CHANGED
@@ -636,6 +636,7 @@ class Session {
636
636
  pc.oniceconnectionstatechange = null;
637
637
  pc.onicecandidate = null;
638
638
  pc.ontrack = null;
639
+ pc.onconnectionstatechange = null;
639
640
  try {
640
641
  pc.close();
641
642
  }
@@ -636,6 +636,7 @@ class Session {
636
636
  pc.oniceconnectionstatechange = null;
637
637
  pc.onicecandidate = null;
638
638
  pc.ontrack = null;
639
+ pc.onconnectionstatechange = null;
639
640
  try {
640
641
  pc.close();
641
642
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@whereby.com/media",
3
3
  "description": "Media library for Whereby",
4
- "version": "8.2.3",
4
+ "version": "8.2.4",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/whereby/sdk",
7
7
  "repository": {