@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 +1 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +1 -3
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -12990,9 +12990,7 @@ class MultistreamConnection extends EventEmitter {
|
|
|
12990
12990
|
if (!track.muted) {
|
|
12991
12991
|
this.sendSourceAdvertisement(mediaType);
|
|
12992
12992
|
this.sendMediaRequestStatus(mediaType);
|
|
12993
|
-
|
|
12994
|
-
sendTransceiver.updateSendParameters(this.requestedIdEncodingParamsMap);
|
|
12995
|
-
}
|
|
12993
|
+
sendTransceiver.updateSendParameters(this.requestedIdEncodingParamsMap);
|
|
12996
12994
|
}
|
|
12997
12995
|
};
|
|
12998
12996
|
track.on(LocalTrack.Events.PublishedStateUpdate, onTrackPublish);
|