@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.
package/dist/breakouts/index.js
CHANGED
package/dist/meeting/index.js
CHANGED
|
@@ -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
|