@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/esm/index.js CHANGED
@@ -9557,6 +9557,7 @@ function matchMediaDescriptionsInAnswer(parsedOffer, parsedAnswer) {
9557
9557
  const fakeCorrespondingDescription = deepCopy(startingMediaDescription);
9558
9558
  fakeCorrespondingDescription.mid = offerMediaDescription.mid;
9559
9559
  fakeCorrespondingDescription.simulcast = undefined;
9560
+ fakeCorrespondingDescription.bandwidth = undefined;
9560
9561
  if (offerMediaDescription.direction === 'sendrecv' ||
9561
9562
  offerMediaDescription.direction === 'sendonly') {
9562
9563
  fakeCorrespondingDescription.direction = 'recvonly';