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