@webex/web-client-media-engine 3.39.8 → 3.39.9

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
@@ -10382,11 +10382,7 @@ function hasCodec(codecName, mLine) {
10382
10382
  return [...mLine.codecs.values()].some((ci) => { var _a; return ((_a = ci.name) === null || _a === void 0 ? void 0 : _a.toLowerCase()) === codecName.toLowerCase(); });
10383
10383
  }
10384
10384
 
10385
- const simulcastMaxFrameSizes = {
10386
- 0: '240',
10387
- 1: '2304',
10388
- 2: '8160',
10389
- };
10385
+ const simulcastMaxFrameSizes = ['240', '2304', '8160'];
10390
10386
 
10391
10387
  class JmpLine extends Line {
10392
10388
  static fromSdpLine(line) {