@webex/web-client-media-engine 1.37.6 → 1.38.0

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
@@ -9099,6 +9099,7 @@ class SsrcEgressStreamSignaler {
9099
9099
  mLine.simulcast = undefined;
9100
9100
  mLine.ssrcs = [];
9101
9101
  mLine.ssrcGroups = [];
9102
+ mLine.extMaps = mLine.extMaps.filter((extMapLine) => !/^urn:ietf:params:rtp-hdrext:sdes:(?:mid|rtp-stream-id|repaired-rtp-stream-id)$/.test(extMapLine.uri));
9102
9103
  if (this.streamIds.length === 0) {
9103
9104
  const numStreams = simulcastEnabled ? 3 : 1;
9104
9105
  [...Array(numStreams).keys()].forEach(() => {