@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/cjs/index.js CHANGED
@@ -8373,6 +8373,7 @@ function parseFmtpParams(fmtpParams) {
8373
8373
  fmtpObj.set(fmtpParams, undefined);
8374
8374
  return fmtpObj;
8375
8375
  }
8376
+ fmtpParams = fmtpParams.replace(/;$/, '');
8376
8377
  fmtpParams.split(';').forEach((param) => {
8377
8378
  const paramArr = param && param.split('=');
8378
8379
  if (paramArr.length !== 2 || !paramArr[0] || !paramArr[1]) {