@webex/plugin-meetings 3.0.0-beta.75 → 3.0.0-beta.76

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.
@@ -171,7 +171,7 @@ var Breakout = _webexCore.WebexPlugin.extend({
171
171
  sessionId: this.sessionId
172
172
  });
173
173
  },
174
- version: "3.0.0-beta.75"
174
+ version: "3.0.0-beta.76"
175
175
  });
176
176
  var _default = Breakout;
177
177
  exports.default = _default;
@@ -836,7 +836,7 @@ var Breakouts = _webexCore.WebexPlugin.extend({
836
836
  body: body
837
837
  });
838
838
  },
839
- version: "3.0.0-beta.75"
839
+ version: "3.0.0-beta.76"
840
840
  });
841
841
  var _default = Breakouts;
842
842
  exports.default = _default;
@@ -4987,8 +4987,11 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
4987
4987
  if (_this40.config.stats.enableStatsAnalyzer) {
4988
4988
  // @ts-ignore - config coming from registerPlugin
4989
4989
  _this40.networkQualityMonitor = new _networkQualityMonitor.default(_this40.config.stats);
4990
+ _this40.statsAnalyzer = new _statsAnalyzer.StatsAnalyzer(
4990
4991
  // @ts-ignore - config coming from registerPlugin
4991
- _this40.statsAnalyzer = new _statsAnalyzer.StatsAnalyzer(_this40.config.stats, _this40.networkQualityMonitor);
4992
+ _this40.config.stats, function (ssrc) {
4993
+ return _this40.receiveSlotManager.findReceiveSlotBySsrc(ssrc);
4994
+ }, _this40.networkQualityMonitor);
4992
4995
  _this40.setupStatsAnalyzerEventHandlers();
4993
4996
  _this40.networkQualityMonitor.on(_constants.EVENT_TRIGGERS.NETWORK_QUALITY, _this40.sendNetworkQualityEvent.bind(_this40));
4994
4997
  }