@webex/web-client-media-engine 3.29.1 → 3.29.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
@@ -8369,6 +8369,7 @@ function parseFmtpParams(fmtpParams) {
8369
8369
  fmtpObj.set(fmtpParams, undefined);
8370
8370
  return fmtpObj;
8371
8371
  }
8372
+ fmtpParams = fmtpParams.replace(/;$/, '');
8372
8373
  fmtpParams.split(';').forEach((param) => {
8373
8374
  const paramArr = param && param.split('=');
8374
8375
  if (paramArr.length !== 2 || !paramArr[0] || !paramArr[1]) {