@webex/web-client-media-engine 3.15.2 → 3.15.3

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
@@ -9678,7 +9678,6 @@ class EgressSdpMunger {
9678
9678
  if (mediaDescription.codecs.size === 0) {
9679
9679
  logErrorAndThrow(exports.WcmeErrorType.SDP_MUNGE_MISSING_CODECS, `No codecs present in m-line with MID ${mediaDescription.mid} after filtering.`);
9680
9680
  }
9681
- mediaDescription.bandwidth = new BandwidthLine('TIAS', 20000000);
9682
9681
  mediaDescription.rids = [];
9683
9682
  mediaDescription.simulcast = undefined;
9684
9683
  removeMidRidExtensions(mediaDescription);
@@ -10284,7 +10283,6 @@ class IngressSdpMunger {
10284
10283
  if (mediaDescription.codecs.size === 0) {
10285
10284
  logErrorAndThrow(exports.WcmeErrorType.SDP_MUNGE_MISSING_CODECS, `No codecs present in m-line with MID ${mediaDescription.mid} after filtering.`);
10286
10285
  }
10287
- mediaDescription.bandwidth = new BandwidthLine('TIAS', 20000000);
10288
10286
  removeMidRidExtensions(mediaDescription);
10289
10287
  if (options.twccDisabled) {
10290
10288
  disableTwcc(mediaDescription);