@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 +1 -1
- package/dist/index.mjs +1 -1
- package/dist/legacy-esm.js +1 -1
- package/package.json +1 -1
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(
|
|
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(
|
|
6933
|
+
this._mediasoupDevice = getMediasoupDevice(this._features);
|
|
6934
6934
|
this._routerRtpCapabilities = null;
|
|
6935
6935
|
this._sendTransport = null;
|
|
6936
6936
|
this._receiveTransport = null;
|
package/dist/legacy-esm.js
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(
|
|
6933
|
+
this._mediasoupDevice = getMediasoupDevice(this._features);
|
|
6934
6934
|
this._routerRtpCapabilities = null;
|
|
6935
6935
|
this._sendTransport = null;
|
|
6936
6936
|
this._receiveTransport = null;
|