@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 CHANGED
@@ -9775,6 +9775,7 @@ class EgressSdpMunger {
9775
9775
  if (retainCandidates(mediaDescription, ['udp', 'tcp'])) {
9776
9776
  logger.log(`Some unsupported remote candidates have been removed from mid ${mediaDescription.mid}`);
9777
9777
  }
9778
+ mediaDescription.bandwidth = undefined;
9778
9779
  [...mediaDescription.codecs.values()].forEach((ci) => {
9779
9780
  ci.fmtParams.set('x-google-start-bitrate', '60000');
9780
9781
  });