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