@webex/web-client-media-engine 2.1.7 → 2.1.8

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
@@ -12994,9 +12994,7 @@ class MultistreamConnection extends EventEmitter {
12994
12994
  if (!track.muted) {
12995
12995
  this.sendSourceAdvertisement(mediaType);
12996
12996
  this.sendMediaRequestStatus(mediaType);
12997
- if (mediaType === MediaType.VideoMain) {
12998
- sendTransceiver.updateSendParameters(this.requestedIdEncodingParamsMap);
12999
- }
12997
+ sendTransceiver.updateSendParameters(this.requestedIdEncodingParamsMap);
13000
12998
  }
13001
12999
  };
13002
13000
  track.on(LocalTrack.Events.PublishedStateUpdate, onTrackPublish);