@webex/plugin-meetings 3.0.0-beta.379 → 3.0.0-beta.380

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.379"
212
+ version: "3.0.0-beta.380"
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.379"
1044
+ version: "3.0.0-beta.380"
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.379"
362
+ version: "3.0.0-beta.380"
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.379"
21
+ version: "3.0.0-beta.380"
22
22
  });
23
23
  var _default = SILanguage;
24
24
  exports.default = _default;
@@ -7682,7 +7682,7 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
7682
7682
  return this.updateTranscodedMediaConnection();
7683
7683
  case 21:
7684
7684
  if (!floorRequestNeeded) {
7685
- _context33.next = 26;
7685
+ _context33.next = 27;
7686
7686
  break;
7687
7687
  }
7688
7688
  this.localShareInstanceId = _uuid.default.v4();
@@ -7698,12 +7698,17 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
7698
7698
  meetingId: this.id
7699
7699
  }
7700
7700
  });
7701
+ this.statsAnalyzer.updateMediaStatus({
7702
+ expected: {
7703
+ sendShare: true
7704
+ }
7705
+ });
7701
7706
  // we're sending the http request to Locus to request the screen share floor
7702
7707
  // only after the SDP update, because that's how it's always been done for transcoded meetings
7703
7708
  // and also if sharing from the start, we need confluence to have been created
7704
- _context33.next = 26;
7709
+ _context33.next = 27;
7705
7710
  return this.enqueueScreenShareFloorRequest();
7706
- case 26:
7711
+ case 27:
7707
7712
  case "end":
7708
7713
  return _context33.stop();
7709
7714
  }
@@ -7766,6 +7771,12 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
7766
7771
  if (!this.mediaProperties.hasLocalShareStream()) {
7767
7772
  try {
7768
7773
  this.releaseScreenShareFloor(); // we ignore the returned promise here on purpose
7774
+
7775
+ this.statsAnalyzer.updateMediaStatus({
7776
+ expected: {
7777
+ sendShare: false
7778
+ }
7779
+ });
7769
7780
  } catch (e) {
7770
7781
  // nothing to do here, error is logged already inside releaseScreenShareFloor()
7771
7782
  }