@webex/plugin-meetings 2.6.0 → 2.9.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.
@@ -2189,7 +2189,9 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
2189
2189
  canStartRecording: _util.default.canUserRecord(payload.info.userDisplayHints),
2190
2190
  canStopRecording: _util.default.canUserStop(payload.info.userDisplayHints),
2191
2191
  canPauseRecording: _util.default.canUserPause(payload.info.userDisplayHints),
2192
- canResumeRecording: _util.default.canUserResume(payload.info.userDisplayHints)
2192
+ canResumeRecording: _util.default.canUserResume(payload.info.userDisplayHints),
2193
+ canRaiseHand: _util.default.canUserRaiseHand(payload.info.userDisplayHints),
2194
+ canLowerAllHands: _util.default.canUserLowerAllHands(payload.info.userDisplayHints)
2193
2195
  });
2194
2196
 
2195
2197
  if (changed) {
@@ -6205,26 +6207,34 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
6205
6207
  case 12:
6206
6208
  this.isBnrEnabled = true;
6207
6209
  isSuccess = true;
6208
- _context4.next = 20;
6210
+
6211
+ _metrics.default.sendBehavioralMetric(_constants2.default.ENABLE_BNR_SUCCESS);
6212
+
6213
+ _context4.next = 22;
6209
6214
  break;
6210
6215
 
6211
- case 16:
6212
- _context4.prev = 16;
6216
+ case 17:
6217
+ _context4.prev = 17;
6213
6218
  _context4.t0 = _context4["catch"](2);
6214
6219
 
6215
6220
  _loggerProxy.default.logger.error("Meeting:index#enableBNR. ".concat(_context4.t0));
6216
6221
 
6222
+ _metrics.default.sendBehavioralMetric(_constants2.default.ENABLE_BNR_FAILURE, {
6223
+ reason: _context4.t0.message,
6224
+ stack: _context4.t0.stack
6225
+ });
6226
+
6217
6227
  throw _context4.t0;
6218
6228
 
6219
- case 20:
6229
+ case 22:
6220
6230
  return _context4.abrupt("return", isSuccess);
6221
6231
 
6222
- case 21:
6232
+ case 23:
6223
6233
  case "end":
6224
6234
  return _context4.stop();
6225
6235
  }
6226
6236
  }
6227
- }, _callee4, this, [[2, 16]]);
6237
+ }, _callee4, this, [[2, 17]]);
6228
6238
  }));
6229
6239
 
6230
6240
  function enableBNR() {
@@ -6277,26 +6287,34 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
6277
6287
  case 10:
6278
6288
  this.isBnrEnabled = false;
6279
6289
  isSuccess = true;
6280
- _context5.next = 18;
6290
+
6291
+ _metrics.default.sendBehavioralMetric(_constants2.default.DISABLE_BNR_SUCCESS);
6292
+
6293
+ _context5.next = 20;
6281
6294
  break;
6282
6295
 
6283
- case 14:
6284
- _context5.prev = 14;
6296
+ case 15:
6297
+ _context5.prev = 15;
6285
6298
  _context5.t0 = _context5["catch"](2);
6286
6299
 
6287
6300
  _loggerProxy.default.logger.error("Meeting:index#disableBNR. ".concat(_context5.t0));
6288
6301
 
6302
+ _metrics.default.sendBehavioralMetric(_constants2.default.DISABLE_BNR_FAILURE, {
6303
+ reason: _context5.t0.message,
6304
+ stack: _context5.t0.stack
6305
+ });
6306
+
6289
6307
  throw _context5.t0;
6290
6308
 
6291
- case 18:
6309
+ case 20:
6292
6310
  return _context5.abrupt("return", isSuccess);
6293
6311
 
6294
- case 19:
6312
+ case 21:
6295
6313
  case "end":
6296
6314
  return _context5.stop();
6297
6315
  }
6298
6316
  }
6299
- }, _callee5, this, [[2, 14]]);
6317
+ }, _callee5, this, [[2, 15]]);
6300
6318
  }));
6301
6319
 
6302
6320
  function disableBNR() {