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