@webex/plugin-meetings 3.0.0-beta.370 → 3.0.0-beta.371

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.
@@ -209,7 +209,7 @@ var Breakout = _webexCore.WebexPlugin.extend({
209
209
  sessionId: this.sessionId
210
210
  });
211
211
  },
212
- version: "3.0.0-beta.370"
212
+ version: "3.0.0-beta.371"
213
213
  });
214
214
  var _default = Breakout;
215
215
  exports.default = _default;
@@ -1041,7 +1041,7 @@ var Breakouts = _webexCore.WebexPlugin.extend({
1041
1041
  this.trigger(_constants.BREAKOUTS.EVENTS.ASK_RETURN_TO_MAIN);
1042
1042
  }
1043
1043
  },
1044
- version: "3.0.0-beta.370"
1044
+ version: "3.0.0-beta.371"
1045
1045
  });
1046
1046
  var _default = Breakouts;
1047
1047
  exports.default = _default;
@@ -359,7 +359,7 @@ var SimultaneousInterpretation = _webexCore.WebexPlugin.extend({
359
359
  throw error;
360
360
  });
361
361
  },
362
- version: "3.0.0-beta.370"
362
+ version: "3.0.0-beta.371"
363
363
  });
364
364
  var _default = SimultaneousInterpretation;
365
365
  exports.default = _default;
@@ -18,7 +18,7 @@ var SILanguage = _webexCore.WebexPlugin.extend({
18
18
  languageCode: 'number',
19
19
  languageName: 'string'
20
20
  },
21
- version: "3.0.0-beta.370"
21
+ version: "3.0.0-beta.371"
22
22
  });
23
23
  var _default = SILanguage;
24
24
  exports.default = _default;
@@ -6842,7 +6842,8 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
6842
6842
  personUrl: this.locusInfo.self.url,
6843
6843
  deviceUrl: this.deviceUrl,
6844
6844
  uri: content.url,
6845
- resourceUrl: this.resourceUrl
6845
+ resourceUrl: this.resourceUrl,
6846
+ shareInstanceId: this.localShareInstanceId
6846
6847
  }).then(function () {
6847
6848
  _this46.screenShareFloorState = ScreenShareFloorStatus.GRANTED;
6848
6849
  _metrics.default.sendBehavioralMetric(_constants2.default.MEETING_SHARE_SUCCESS, {
@@ -6941,7 +6942,8 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
6941
6942
  personUrl: this.locusInfo.self.url,
6942
6943
  deviceUrl: this.deviceUrl,
6943
6944
  uri: content.url,
6944
- resourceUrl: this.resourceUrl
6945
+ resourceUrl: this.resourceUrl,
6946
+ shareInstanceId: this.localShareInstanceId
6945
6947
  }).catch(function (error) {
6946
6948
  _loggerProxy.default.logger.error('Meeting:index#releaseScreenShareFloor --> Error ', error);
6947
6949
  _metrics.default.sendBehavioralMetric(_constants2.default.STOP_FLOOR_REQUEST_FAILURE, {