@webex/web-client-media-engine 3.15.5 → 3.15.6
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 +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -9771,6 +9771,7 @@ class EgressSdpMunger {
|
|
|
9771
9771
|
if (retainCandidates(mediaDescription, ['udp', 'tcp'])) {
|
|
9772
9772
|
logger.log(`Some unsupported remote candidates have been removed from mid ${mediaDescription.mid}`);
|
|
9773
9773
|
}
|
|
9774
|
+
mediaDescription.bandwidth = undefined;
|
|
9774
9775
|
[...mediaDescription.codecs.values()].forEach((ci) => {
|
|
9775
9776
|
ci.fmtParams.set('x-google-start-bitrate', '60000');
|
|
9776
9777
|
});
|