@webex/web-client-media-engine 3.15.6 → 3.15.7

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
@@ -9561,6 +9561,7 @@ function matchMediaDescriptionsInAnswer(parsedOffer, parsedAnswer) {
9561
9561
  const fakeCorrespondingDescription = deepCopy(startingMediaDescription);
9562
9562
  fakeCorrespondingDescription.mid = offerMediaDescription.mid;
9563
9563
  fakeCorrespondingDescription.simulcast = undefined;
9564
+ fakeCorrespondingDescription.bandwidth = undefined;
9564
9565
  if (offerMediaDescription.direction === 'sendrecv' ||
9565
9566
  offerMediaDescription.direction === 'sendonly') {
9566
9567
  fakeCorrespondingDescription.direction = 'recvonly';