@webex/web-client-media-engine 3.20.1 → 3.20.2

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
@@ -14503,6 +14503,7 @@ class SendOnlyTransceiver extends Transceiver {
14503
14503
  }
14504
14504
  });
14505
14505
  yield this.sender.setParameters(sendParameters);
14506
+ logger.log(`Sender parameters for ${this.mediaType} set to ${JSON.stringify(sendParameters)}`);
14506
14507
  const timestamp = getCurrentTimestamp();
14507
14508
  requestedIdEncodingParamsMap.forEach((_, index) => {
14508
14509
  if (!this.requestedIdEncodingParamsMap.has(index)) {