@whereby.com/media 1.17.11 → 1.17.12

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
@@ -6956,7 +6956,7 @@ class BandwidthTester extends EventEmitter {
6956
6956
  this.closed = false;
6957
6957
  this._features = features || {};
6958
6958
  this._vegaConnection = null;
6959
- this._mediasoupDevice = getMediasoupDevice(features);
6959
+ this._mediasoupDevice = getMediasoupDevice(this._features);
6960
6960
  this._routerRtpCapabilities = null;
6961
6961
  this._sendTransport = null;
6962
6962
  this._receiveTransport = null;
package/dist/index.mjs CHANGED
@@ -6930,7 +6930,7 @@ class BandwidthTester extends EventEmitter$1 {
6930
6930
  this.closed = false;
6931
6931
  this._features = features || {};
6932
6932
  this._vegaConnection = null;
6933
- this._mediasoupDevice = getMediasoupDevice(features);
6933
+ this._mediasoupDevice = getMediasoupDevice(this._features);
6934
6934
  this._routerRtpCapabilities = null;
6935
6935
  this._sendTransport = null;
6936
6936
  this._receiveTransport = null;
@@ -6930,7 +6930,7 @@ class BandwidthTester extends EventEmitter$1 {
6930
6930
  this.closed = false;
6931
6931
  this._features = features || {};
6932
6932
  this._vegaConnection = null;
6933
- this._mediasoupDevice = getMediasoupDevice(features);
6933
+ this._mediasoupDevice = getMediasoupDevice(this._features);
6934
6934
  this._routerRtpCapabilities = null;
6935
6935
  this._sendTransport = null;
6936
6936
  this._receiveTransport = null;
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": "1.17.11",
4
+ "version": "1.17.12",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/whereby/sdk",
7
7
  "repository": {