@webex/plugin-meetings 2.15.0 → 2.16.0

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.
@@ -1428,6 +1428,10 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
1428
1428
  _this3.requiredCaptcha.captchaId = response.body.captchaID;
1429
1429
  _this3.requiredCaptcha.verificationImageURL = response.body.verificationImageURL;
1430
1430
  _this3.requiredCaptcha.verificationAudioURL = response.body.verificationAudioURL;
1431
+ }).catch(function (error) {
1432
+ _loggerProxy.default.logger.error("Meeting:index#refreshCaptcha --> Error Unable to refresh captcha for ".concat(_this3.destination, " - ").concat(error));
1433
+
1434
+ throw error;
1431
1435
  });
1432
1436
  }
1433
1437
  /**