@webex/plugin-meetings 2.9.0 → 2.11.1

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/README.md CHANGED
@@ -974,6 +974,7 @@ member.id ... // String key for storing
974
974
  member.name ... // String plain text name
975
975
  member.isAudioMuted ... // Boolean
976
976
  member.isVideoMuted ... // Boolean
977
+ member.isHandRaised ... //Boolean
977
978
  member.isSelf ... // Boolean is this member YOUR user?
978
979
  member.isHost ... // Boolean
979
980
  member.isGuest ... // Boolean
@@ -1369,6 +1369,8 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
1369
1369
  password: password,
1370
1370
  captchaCode: captchaCode
1371
1371
  }).then(function () {
1372
+ _metrics.default.sendBehavioralMetric(_constants2.default.VERIFY_PASSWORD_SUCCESS);
1373
+
1372
1374
  return {
1373
1375
  isPasswordValid: true,
1374
1376
  requiredCaptcha: null,