@webex/web-client-media-engine 3.39.7 → 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 +2 -7
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -7
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
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) {
|
|
@@ -11609,8 +11605,7 @@ class ReceiveOnlyTransceiver extends Transceiver {
|
|
|
11609
11605
|
setCustomCodecParameters(codecMimeType, parameters) {
|
|
11610
11606
|
this.munger.setCustomCodecParameters(codecMimeType, parameters);
|
|
11611
11607
|
}
|
|
11612
|
-
}
|
|
11613
|
-
ReceiveOnlyTransceiver.rid = '1';
|
|
11608
|
+
}
|
|
11614
11609
|
|
|
11615
11610
|
var events = {exports: {}};
|
|
11616
11611
|
|