@webex/plugin-meetings 3.0.0-beta.82 → 3.0.0-beta.83

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.82"
174
+ version: "3.0.0-beta.83"
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.82"
839
+ version: "3.0.0-beta.83"
840
840
  });
841
841
  var _default = Breakouts;
842
842
  exports.default = _default;
@@ -5054,7 +5054,8 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
5054
5054
  _metrics.default.sendBehavioralMetric(_constants2.default.ADD_MEDIA_SUCCESS, {
5055
5055
  correlation_id: _this40.correlationId,
5056
5056
  locus_id: _this40.locusUrl.split('/').pop(),
5057
- connectionType: connectionType
5057
+ connectionType: connectionType,
5058
+ isMultistream: _this40.isMultistream
5058
5059
  });
5059
5060
  }).catch(function (error) {
5060
5061
  // Clean up stats analyzer, peer connection, and turn off listeners
@@ -5073,7 +5074,8 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
5073
5074
  stack: error.stack,
5074
5075
  code: error.code,
5075
5076
  turnDiscoverySkippedReason: turnDiscoverySkippedReason,
5076
- turnServerUsed: turnServerUsed
5077
+ turnServerUsed: turnServerUsed,
5078
+ isMultistream: _this40.isMultistream
5077
5079
  });
5078
5080
 
5079
5081
  // Upload logs on error while adding media