@whereby.com/media 2.1.1 → 2.1.2
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 +2 -2
package/dist/index.cjs
CHANGED
|
@@ -6745,7 +6745,7 @@ class BandwidthTester extends EventEmitter {
|
|
|
6745
6745
|
_createProducer() {
|
|
6746
6746
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6747
6747
|
const track = this._getTestTrack();
|
|
6748
|
-
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track }, getMediaSettings("video", false, this._features)), { appData: {
|
|
6748
|
+
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track }, getMediaSettings("video", false, Object.assign(Object.assign({}, this._features), { vp9On: this._features.sfuVp9On }))), { appData: {
|
|
6749
6749
|
paused: false,
|
|
6750
6750
|
} }));
|
|
6751
6751
|
this._producer = producer;
|
package/dist/index.mjs
CHANGED
|
@@ -6724,7 +6724,7 @@ class BandwidthTester extends EventEmitter {
|
|
|
6724
6724
|
_createProducer() {
|
|
6725
6725
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6726
6726
|
const track = this._getTestTrack();
|
|
6727
|
-
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track }, getMediaSettings("video", false, this._features)), { appData: {
|
|
6727
|
+
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track }, getMediaSettings("video", false, Object.assign(Object.assign({}, this._features), { vp9On: this._features.sfuVp9On }))), { appData: {
|
|
6728
6728
|
paused: false,
|
|
6729
6729
|
} }));
|
|
6730
6730
|
this._producer = producer;
|
package/dist/legacy-esm.js
CHANGED
|
@@ -6724,7 +6724,7 @@ class BandwidthTester extends EventEmitter {
|
|
|
6724
6724
|
_createProducer() {
|
|
6725
6725
|
return __awaiter(this, void 0, void 0, function* () {
|
|
6726
6726
|
const track = this._getTestTrack();
|
|
6727
|
-
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track }, getMediaSettings("video", false, this._features)), { appData: {
|
|
6727
|
+
const producer = yield this._sendTransport.produce(Object.assign(Object.assign({ track }, getMediaSettings("video", false, Object.assign(Object.assign({}, this._features), { vp9On: this._features.sfuVp9On }))), { appData: {
|
|
6728
6728
|
paused: false,
|
|
6729
6729
|
} }));
|
|
6730
6730
|
this._producer = producer;
|
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": "2.1.
|
|
4
|
+
"version": "2.1.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://github.com/whereby/sdk",
|
|
7
7
|
"repository": {
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"prettier": "^3.5.3",
|
|
62
62
|
"process": "^0.11.10",
|
|
63
63
|
"typescript": "^5.8.3",
|
|
64
|
-
"@whereby.com/eslint-config": "0.1.0",
|
|
65
64
|
"@whereby.com/jest-config": "0.1.0",
|
|
65
|
+
"@whereby.com/eslint-config": "0.1.0",
|
|
66
66
|
"@whereby.com/prettier-config": "0.1.0",
|
|
67
67
|
"@whereby.com/rollup-config": "0.1.0",
|
|
68
68
|
"@whereby.com/tsconfig": "0.1.0"
|