@webex/plugin-meetings 3.12.0-next.47 → 3.12.0-next.48

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.
@@ -3605,7 +3605,9 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
3605
3605
  this.locusInfo.on(_constants.LOCUSINFO.EVENTS.CONTROLS_RECORDING_UPDATED, function (_ref10) {
3606
3606
  var state = _ref10.state,
3607
3607
  modifiedBy = _ref10.modifiedBy,
3608
- lastModified = _ref10.lastModified;
3608
+ lastModified = _ref10.lastModified,
3609
+ modifiedByServiceAppName = _ref10.modifiedByServiceAppName,
3610
+ modifiedByServiceAppId = _ref10.modifiedByServiceAppId;
3609
3611
  var event;
3610
3612
  switch (state) {
3611
3613
  case _constants.RECORDING_STATE.RECORDING:
@@ -3629,7 +3631,9 @@ var Meeting = exports.default = /*#__PURE__*/function (_StatelessWebexPlugin) {
3629
3631
  _this12.recording = {
3630
3632
  state: state === _constants.RECORDING_STATE.RESUMED ? _constants.RECORDING_STATE.RECORDING : state,
3631
3633
  modifiedBy: modifiedBy,
3632
- lastModified: lastModified
3634
+ lastModified: lastModified,
3635
+ modifiedByServiceAppName: modifiedByServiceAppName,
3636
+ modifiedByServiceAppId: modifiedByServiceAppId
3633
3637
  };
3634
3638
  _triggerProxy.default.trigger(_this12, {
3635
3639
  file: 'meeting/index',