@whereby.com/media 1.26.0 → 1.27.0

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
@@ -2553,7 +2553,7 @@ const VIDEO_SETTINGS_VP9 = {
2553
2553
  codecOptions: {
2554
2554
  videoGoogleStartBitrate: 500,
2555
2555
  },
2556
- encodings: [{ scalabilityMode: "L3T2_KEY" }],
2556
+ encodings: [{ scalabilityMode: "L3T2_KEY", maxBitrate: 1650000 }],
2557
2557
  };
2558
2558
  const VIDEO_SETTINGS_VP9_LOW_BANDWIDTH = {
2559
2559
  codecOptions: {
package/dist/index.mjs CHANGED
@@ -2528,7 +2528,7 @@ const VIDEO_SETTINGS_VP9 = {
2528
2528
  codecOptions: {
2529
2529
  videoGoogleStartBitrate: 500,
2530
2530
  },
2531
- encodings: [{ scalabilityMode: "L3T2_KEY" }],
2531
+ encodings: [{ scalabilityMode: "L3T2_KEY", maxBitrate: 1650000 }],
2532
2532
  };
2533
2533
  const VIDEO_SETTINGS_VP9_LOW_BANDWIDTH = {
2534
2534
  codecOptions: {
@@ -2528,7 +2528,7 @@ const VIDEO_SETTINGS_VP9 = {
2528
2528
  codecOptions: {
2529
2529
  videoGoogleStartBitrate: 500,
2530
2530
  },
2531
- encodings: [{ scalabilityMode: "L3T2_KEY" }],
2531
+ encodings: [{ scalabilityMode: "L3T2_KEY", maxBitrate: 1650000 }],
2532
2532
  };
2533
2533
  const VIDEO_SETTINGS_VP9_LOW_BANDWIDTH = {
2534
2534
  codecOptions: {
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.26.0",
4
+ "version": "1.27.0",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/whereby/sdk",
7
7
  "repository": {