@webex/plugin-meetings 3.0.0-beta.308 → 3.0.0-beta.309
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/breakout.js +1 -1
- package/dist/breakouts/index.js +1 -1
- package/dist/interpretation/index.js +1 -1
- package/dist/interpretation/siLanguage.js +1 -1
- package/dist/meeting/index.js +3 -4
- package/dist/meeting/index.js.map +1 -1
- package/dist/webinar/index.js +1 -1
- package/package.json +19 -19
- package/src/meeting/index.ts +12 -12
- package/test/unit/spec/meeting/index.js +3 -3
package/dist/breakouts/index.js
CHANGED
|
@@ -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.
|
|
1044
|
+
version: "3.0.0-beta.309"
|
|
1045
1045
|
});
|
|
1046
1046
|
var _default = Breakouts;
|
|
1047
1047
|
exports.default = _default;
|
package/dist/meeting/index.js
CHANGED
|
@@ -4836,7 +4836,8 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
4836
4836
|
name: 'client.call.initiated',
|
|
4837
4837
|
payload: {
|
|
4838
4838
|
trigger: 'user-interaction',
|
|
4839
|
-
isRoapCallEnabled: true
|
|
4839
|
+
isRoapCallEnabled: true,
|
|
4840
|
+
pstnAudioType: options === null || options === void 0 ? void 0 : options.pstnAudioType
|
|
4840
4841
|
},
|
|
4841
4842
|
options: {
|
|
4842
4843
|
meetingId: this.id
|
|
@@ -6604,9 +6605,7 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
6604
6605
|
uri: whiteboard.url
|
|
6605
6606
|
}).catch(function (error) {
|
|
6606
6607
|
_loggerProxy.default.logger.error('Meeting:index#stopWhiteboardShare --> Error ', error);
|
|
6607
|
-
_metrics.default.sendBehavioralMetric(
|
|
6608
|
-
// @ts-ignore - check if STOP_WHITEBOARD_SHARE_FAILURE exists
|
|
6609
|
-
_constants2.default.STOP_WHITEBOARD_SHARE_FAILURE, {
|
|
6608
|
+
_metrics.default.sendBehavioralMetric(_constants2.default.MEETING_STOP_WHITEBOARD_SHARE_FAILURE, {
|
|
6610
6609
|
correlation_id: _this45.correlationId,
|
|
6611
6610
|
locus_id: _this45.locusUrl.split('/').pop(),
|
|
6612
6611
|
reason: error.message,
|