@webex/web-client-media-engine 3.33.4 → 3.34.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/cjs/index.js CHANGED
@@ -8078,7 +8078,7 @@ const maxFrameSizeToMaxBitrateMap = new Map([
8078
8078
  [576, 300000],
8079
8079
  [920, 640000],
8080
8080
  [1296, 720000],
8081
- [2304, 880000],
8081
+ [2040, 880000],
8082
8082
  [3600, 2500000],
8083
8083
  [8160, 4000000],
8084
8084
  ]);
package/dist/esm/index.js CHANGED
@@ -8074,7 +8074,7 @@ const maxFrameSizeToMaxBitrateMap = new Map([
8074
8074
  [576, 300000],
8075
8075
  [920, 640000],
8076
8076
  [1296, 720000],
8077
- [2304, 880000],
8077
+ [2040, 880000],
8078
8078
  [3600, 2500000],
8079
8079
  [8160, 4000000],
8080
8080
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/web-client-media-engine",
3
- "version": "3.33.4",
3
+ "version": "3.34.0",
4
4
  "description": "Web Client Media Engine is common web code for interacting with the multistream media server.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/cjs/index.js",