@webex/plugin-meetings 3.11.0-next.39 → 3.11.0-next.40

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.
@@ -3588,8 +3588,17 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
3588
3588
  state: state
3589
3589
  });
3590
3590
  });
3591
- this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_WEBCAST_CHANGED, function (_ref22) {
3592
- var state = _ref22.state;
3591
+ this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_AI_SUMMARY_NOTIFICATION_UPDATED, function (_ref22) {
3592
+ var aiSummaryNotification = _ref22.aiSummaryNotification;
3593
+ _triggerProxy.default.trigger(_this12, {
3594
+ file: 'meeting/index',
3595
+ function: 'setupLocusControlsListener'
3596
+ }, _constants.EVENT_TRIGGERS.MEETING_CONTROLS_AI_SUMMARY_NOTIFICATION_UPDATED, {
3597
+ aiSummaryNotification: aiSummaryNotification
3598
+ });
3599
+ });
3600
+ this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_WEBCAST_CHANGED, function (_ref23) {
3601
+ var state = _ref23.state;
3593
3602
  _triggerProxy.default.trigger(_this12, {
3594
3603
  file: 'meeting/index',
3595
3604
  function: 'setupLocusControlsListener'
@@ -3597,8 +3606,8 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
3597
3606
  state: state
3598
3607
  });
3599
3608
  });
3600
- this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_MEETING_FULL_CHANGED, function (_ref23) {
3601
- var state = _ref23.state;
3609
+ this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_MEETING_FULL_CHANGED, function (_ref24) {
3610
+ var state = _ref24.state;
3602
3611
  _triggerProxy.default.trigger(_this12, {
3603
3612
  file: 'meeting/index',
3604
3613
  function: 'setupLocusControlsListener'
@@ -3606,8 +3615,8 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
3606
3615
  state: state
3607
3616
  });
3608
3617
  });
3609
- this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_PRACTICE_SESSION_STATUS_UPDATED, function (_ref24) {
3610
- var state = _ref24.state;
3618
+ this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_PRACTICE_SESSION_STATUS_UPDATED, function (_ref25) {
3619
+ var state = _ref25.state;
3611
3620
  _this12.webinar.updatePracticeSessionStatus(state);
3612
3621
  _triggerProxy.default.trigger(_this12, {
3613
3622
  file: 'meeting/index',
@@ -3616,8 +3625,8 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
3616
3625
  state: state
3617
3626
  });
3618
3627
  });
3619
- this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_STAGE_VIEW_UPDATED, function (_ref25) {
3620
- var state = _ref25.state;
3628
+ this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_STAGE_VIEW_UPDATED, function (_ref26) {
3629
+ var state = _ref26.state;
3621
3630
  _triggerProxy.default.trigger(_this12, {
3622
3631
  file: 'meeting/index',
3623
3632
  function: 'setupLocusControlsListener'
@@ -3625,8 +3634,8 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
3625
3634
  state: state
3626
3635
  });
3627
3636
  });
3628
- this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_VIDEO_CHANGED, function (_ref26) {
3629
- var state = _ref26.state;
3637
+ this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_VIDEO_CHANGED, function (_ref27) {
3638
+ var state = _ref27.state;
3630
3639
  _triggerProxy.default.trigger(_this12, {
3631
3640
  file: 'meeting/index',
3632
3641
  function: 'setupLocusControlsListener'
@@ -3634,8 +3643,8 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
3634
3643
  state: state
3635
3644
  });
3636
3645
  });
3637
- this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_AUTO_END_MEETING_WARNING_CHANGED, function (_ref27) {
3638
- var state = _ref27.state;
3646
+ this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_AUTO_END_MEETING_WARNING_CHANGED, function (_ref28) {
3647
+ var state = _ref28.state;
3639
3648
  _triggerProxy.default.trigger(_this12, {
3640
3649
  file: 'meeting/index',
3641
3650
  function: 'setupLocusControlsListener'
@@ -3643,8 +3652,8 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
3643
3652
  state: state
3644
3653
  });
3645
3654
  });
3646
- this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_ANNOTATION_CHANGED, function (_ref28) {
3647
- var state = _ref28.state;
3655
+ this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_ANNOTATION_CHANGED, function (_ref29) {
3656
+ var state = _ref29.state;
3648
3657
  _triggerProxy.default.trigger(_this12, {
3649
3658
  file: 'meeting/index',
3650
3659
  function: 'setupLocusControlsListener'
@@ -3652,8 +3661,8 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
3652
3661
  state: state
3653
3662
  });
3654
3663
  });
3655
- this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_REMOTE_DESKTOP_CONTROL_CHANGED, function (_ref29) {
3656
- var state = _ref29.state;
3664
+ this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_REMOTE_DESKTOP_CONTROL_CHANGED, function (_ref30) {
3665
+ var state = _ref30.state;
3657
3666
  _triggerProxy.default.trigger(_this12, {
3658
3667
  file: 'meeting/index',
3659
3668
  function: 'setupLocusControlsListener'
@@ -3661,8 +3670,8 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
3661
3670
  state: state
3662
3671
  });
3663
3672
  });
3664
- this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_POLLING_QA_CHANGED, function (_ref30) {
3665
- var state = _ref30.state;
3673
+ this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_POLLING_QA_CHANGED, function (_ref31) {
3674
+ var state = _ref31.state;
3666
3675
  _triggerProxy.default.trigger(_this12, {
3667
3676
  file: 'meeting/index',
3668
3677
  function: 'setupLocusControlsListener'
@@ -3709,7 +3718,7 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
3709
3718
  var _this13 = this;
3710
3719
  // Will get triggered on local and remote share
3711
3720
  this.locusInfo.on(_constants.EVENTS.LOCUS_INFO_UPDATE_MEDIA_SHARES, /*#__PURE__*/function () {
3712
- var _ref31 = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee8(payload) {
3721
+ var _ref32 = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee8(payload) {
3713
3722
  var _payload$previous, _payload$previous2;
3714
3723
  var _payload$current, contentShare, whiteboardShare, previousContentShare, previousWhiteboardShare, newShareStatus, _this13$locusInfo, _this13$locusInfo$inf, _this13$webinar, oldShareStatus, sendStartedSharingRemote, _this13$mediaProperti, _t6, _t7;
3715
3724
  return _regenerator.default.wrap(function (_context8) {
@@ -3944,7 +3953,7 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
3944
3953
  }, _callee8, null, [[9,, 10, 11]]);
3945
3954
  }));
3946
3955
  return function (_x8) {
3947
- return _ref31.apply(this, arguments);
3956
+ return _ref32.apply(this, arguments);
3948
3957
  };
3949
3958
  }());
3950
3959
  }
@@ -4065,8 +4074,8 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
4065
4074
  });
4066
4075
  }
4067
4076
  });
4068
- this.locusInfo.on(_constants.LOCUSINFO.EVENTS.MEETING_INFO_UPDATED, function (_ref32) {
4069
- var isInitializing = _ref32.isInitializing;
4077
+ this.locusInfo.on(_constants.LOCUSINFO.EVENTS.MEETING_INFO_UPDATED, function (_ref33) {
4078
+ var isInitializing = _ref33.isInitializing;
4070
4079
  _this17.updateMeetingActions();
4071
4080
  _this17.recordingController.setDisplayHints(_this17.userDisplayHints);
4072
4081
  _this17.recordingController.setUserPolicy(_this17.selfUserPolicies);
@@ -4204,7 +4213,7 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
4204
4213
  _this19.updateLLMConnection();
4205
4214
  });
4206
4215
  this.locusInfo.on(_constants.LOCUSINFO.EVENTS.SELF_ADMITTED_GUEST, /*#__PURE__*/function () {
4207
- var _ref33 = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee9(payload) {
4216
+ var _ref34 = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee9(payload) {
4208
4217
  var _this19$rtcMetrics;
4209
4218
  return _regenerator.default.wrap(function (_context9) {
4210
4219
  while (1) switch (_context9.prev = _context9.next) {
@@ -4238,7 +4247,7 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
4238
4247
  }, _callee9);
4239
4248
  }));
4240
4249
  return function (_x9) {
4241
- return _ref33.apply(this, arguments);
4250
+ return _ref34.apply(this, arguments);
4242
4251
  };
4243
4252
  }());
4244
4253
 
@@ -4360,7 +4369,7 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
4360
4369
  }
4361
4370
  });
4362
4371
  this.locusInfo.on(_constants.EVENTS.DESTROY_MEETING, /*#__PURE__*/function () {
4363
- var _ref34 = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee0(payload) {
4372
+ var _ref35 = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee0(payload) {
4364
4373
  var _t8;
4365
4374
  return _regenerator.default.wrap(function (_context0) {
4366
4375
  while (1) switch (_context0.prev = _context0.next) {
@@ -4421,7 +4430,7 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
4421
4430
  }, _callee0, null, [[3, 5]]);
4422
4431
  }));
4423
4432
  return function (_x0) {
4424
- return _ref34.apply(this, arguments);
4433
+ return _ref35.apply(this, arguments);
4425
4434
  };
4426
4435
  }());
4427
4436
  }
@@ -6605,12 +6614,12 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
6605
6614
  value: (function () {
6606
6615
  var _updateLLMConnection = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee18() {
6607
6616
  var _this36 = this;
6608
- var _ref36, _ref36$url, url, _ref36$info, _ref36$info2, _ref36$info2$datachan, datachannelUrl, _ref36$info2$practice, practiceSessionDatachannelUrl, _ref36$self, _ref36$self2, _ref36$self2$datachan, datachannelToken, _ref36$self2$practice, practiceSessionDatachannelToken, isJoined, dataChannelTokenType, isPracticeSession, currentToken, locusToken, finalToken, dataChannelUrl;
6617
+ var _ref37, _ref37$url, url, _ref37$info, _ref37$info2, _ref37$info2$datachan, datachannelUrl, _ref37$info2$practice, practiceSessionDatachannelUrl, _ref37$self, _ref37$self2, _ref37$self2$datachan, datachannelToken, _ref37$self2$practice, practiceSessionDatachannelToken, isJoined, dataChannelTokenType, isPracticeSession, currentToken, locusToken, finalToken, dataChannelUrl;
6609
6618
  return _regenerator.default.wrap(function (_context18) {
6610
6619
  while (1) switch (_context18.prev = _context18.next) {
6611
6620
  case 0:
6612
6621
  // @ts-ignore - Fix type
6613
- _ref36 = this.locusInfo || {}, _ref36$url = _ref36.url, url = _ref36$url === void 0 ? undefined : _ref36$url, _ref36$info = _ref36.info, _ref36$info2 = _ref36$info === void 0 ? {} : _ref36$info, _ref36$info2$datachan = _ref36$info2.datachannelUrl, datachannelUrl = _ref36$info2$datachan === void 0 ? undefined : _ref36$info2$datachan, _ref36$info2$practice = _ref36$info2.practiceSessionDatachannelUrl, practiceSessionDatachannelUrl = _ref36$info2$practice === void 0 ? undefined : _ref36$info2$practice, _ref36$self = _ref36.self, _ref36$self2 = _ref36$self === void 0 ? {} : _ref36$self, _ref36$self2$datachan = _ref36$self2.datachannelToken, datachannelToken = _ref36$self2$datachan === void 0 ? undefined : _ref36$self2$datachan, _ref36$self2$practice = _ref36$self2.practiceSessionDatachannelToken, practiceSessionDatachannelToken = _ref36$self2$practice === void 0 ? undefined : _ref36$self2$practice;
6622
+ _ref37 = this.locusInfo || {}, _ref37$url = _ref37.url, url = _ref37$url === void 0 ? undefined : _ref37$url, _ref37$info = _ref37.info, _ref37$info2 = _ref37$info === void 0 ? {} : _ref37$info, _ref37$info2$datachan = _ref37$info2.datachannelUrl, datachannelUrl = _ref37$info2$datachan === void 0 ? undefined : _ref37$info2$datachan, _ref37$info2$practice = _ref37$info2.practiceSessionDatachannelUrl, practiceSessionDatachannelUrl = _ref37$info2$practice === void 0 ? undefined : _ref37$info2$practice, _ref37$self = _ref37.self, _ref37$self2 = _ref37$self === void 0 ? {} : _ref37$self, _ref37$self2$datachan = _ref37$self2.datachannelToken, datachannelToken = _ref37$self2$datachan === void 0 ? undefined : _ref37$self2$datachan, _ref37$self2$practice = _ref37$self2.practiceSessionDatachannelToken, practiceSessionDatachannelToken = _ref37$self2$practice === void 0 ? undefined : _ref37$self2$practice;
6614
6623
  isJoined = this.isJoined();
6615
6624
  dataChannelTokenType = this.getDataChannelTokenType();
6616
6625
  isPracticeSession = dataChannelTokenType === _internalPluginLlm.DataChannelTokenType.PracticeSession; // @ts-ignore
@@ -9208,12 +9217,12 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
9208
9217
  */
9209
9218
  }, {
9210
9219
  key: "extendMeeting",
9211
- value: function extendMeeting(_ref38) {
9212
- var meetingPolicyUrl = _ref38.meetingPolicyUrl,
9213
- meetingInstanceId = _ref38.meetingInstanceId,
9214
- participantId = _ref38.participantId,
9215
- _ref38$extensionMinut = _ref38.extensionMinutes,
9216
- extensionMinutes = _ref38$extensionMinut === void 0 ? 30 : _ref38$extensionMinut;
9220
+ value: function extendMeeting(_ref39) {
9221
+ var meetingPolicyUrl = _ref39.meetingPolicyUrl,
9222
+ meetingInstanceId = _ref39.meetingInstanceId,
9223
+ participantId = _ref39.participantId,
9224
+ _ref39$extensionMinut = _ref39.extensionMinutes,
9225
+ extensionMinutes = _ref39$extensionMinut === void 0 ? 30 : _ref39$extensionMinut;
9217
9226
  if (!meetingInstanceId || !participantId) {
9218
9227
  return _promise.default.reject(new Error('Missing meetingInstanceId or participantId'));
9219
9228
  }
@@ -9827,17 +9836,17 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
9827
9836
  }, {
9828
9837
  key: "setStage",
9829
9838
  value: function setStage() {
9830
- var _ref39 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
9831
- _ref39$activeSpeakerP = _ref39.activeSpeakerProportion,
9832
- activeSpeakerProportion = _ref39$activeSpeakerP === void 0 ? 0.5 : _ref39$activeSpeakerP,
9833
- customBackground = _ref39.customBackground,
9834
- customLogo = _ref39.customLogo,
9835
- customNameLabel = _ref39.customNameLabel,
9836
- importantParticipants = _ref39.importantParticipants,
9837
- _ref39$lockAttendeeVi = _ref39.lockAttendeeViewOnStage,
9838
- lockAttendeeViewOnStage = _ref39$lockAttendeeVi === void 0 ? false : _ref39$lockAttendeeVi,
9839
- _ref39$showActiveSpea = _ref39.showActiveSpeaker,
9840
- showActiveSpeaker = _ref39$showActiveSpea === void 0 ? false : _ref39$showActiveSpea;
9839
+ var _ref40 = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {},
9840
+ _ref40$activeSpeakerP = _ref40.activeSpeakerProportion,
9841
+ activeSpeakerProportion = _ref40$activeSpeakerP === void 0 ? 0.5 : _ref40$activeSpeakerP,
9842
+ customBackground = _ref40.customBackground,
9843
+ customLogo = _ref40.customLogo,
9844
+ customNameLabel = _ref40.customNameLabel,
9845
+ importantParticipants = _ref40.importantParticipants,
9846
+ _ref40$lockAttendeeVi = _ref40.lockAttendeeViewOnStage,
9847
+ lockAttendeeViewOnStage = _ref40$lockAttendeeVi === void 0 ? false : _ref40$lockAttendeeVi,
9848
+ _ref40$showActiveSpea = _ref40.showActiveSpeaker,
9849
+ showActiveSpeaker = _ref40$showActiveSpea === void 0 ? false : _ref40$showActiveSpea;
9841
9850
  var videoLayout = {
9842
9851
  overrideDefault: true,
9843
9852
  lockAttendeeViewOnStageOnly: lockAttendeeViewOnStage,