@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/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) {
|
|
@@ -11613,8 +11609,7 @@ class ReceiveOnlyTransceiver extends Transceiver {
|
|
|
11613
11609
|
setCustomCodecParameters(codecMimeType, parameters) {
|
|
11614
11610
|
this.munger.setCustomCodecParameters(codecMimeType, parameters);
|
|
11615
11611
|
}
|
|
11616
|
-
}
|
|
11617
|
-
ReceiveOnlyTransceiver.rid = '1';
|
|
11612
|
+
}
|
|
11618
11613
|
|
|
11619
11614
|
var events = {exports: {}};
|
|
11620
11615
|
|