@webex/plugin-meetings 3.0.0-beta.190 → 3.0.0-beta.191
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 +8 -5
- package/dist/meeting/index.js.map +1 -1
- package/package.json +19 -19
- package/src/meeting/index.ts +6 -0
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.191"
|
|
1045
1045
|
});
|
|
1046
1046
|
var _default = Breakouts;
|
|
1047
1047
|
exports.default = _default;
|
package/dist/meeting/index.js
CHANGED
|
@@ -4304,6 +4304,9 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
4304
4304
|
// @ts-ignore - fix type
|
|
4305
4305
|
this.webex.sessionId, this.members);
|
|
4306
4306
|
_loggerProxy.default.logger.info("Meeting:index#receiveTranscription -->\n opened LLM web socket connection successfully.");
|
|
4307
|
+
if (!this.inMeetingActions.isClosedCaptionActive) {
|
|
4308
|
+
_loggerProxy.default.logger.error("Meeting:index#receiveTranscription --> Transcription cannot be started until a licensed user enables it");
|
|
4309
|
+
}
|
|
4307
4310
|
|
|
4308
4311
|
// retrieve and pass the payload
|
|
4309
4312
|
this.transcription.subscribe(function (payload) {
|
|
@@ -4315,10 +4318,10 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
4315
4318
|
this.monitorTranscriptionSocketConnection();
|
|
4316
4319
|
// @ts-ignore - fix type
|
|
4317
4320
|
this.transcription.connect(this.webex.credentials.supertoken.access_token);
|
|
4318
|
-
_context10.next =
|
|
4321
|
+
_context10.next = 20;
|
|
4319
4322
|
break;
|
|
4320
|
-
case
|
|
4321
|
-
_context10.prev =
|
|
4323
|
+
case 16:
|
|
4324
|
+
_context10.prev = 16;
|
|
4322
4325
|
_context10.t0 = _context10["catch"](1);
|
|
4323
4326
|
_loggerProxy.default.logger.error("Meeting:index#receiveTranscription --> ".concat(_context10.t0));
|
|
4324
4327
|
_metrics.default.sendBehavioralMetric(_constants2.default.RECEIVE_TRANSCRIPTION_FAILURE, {
|
|
@@ -4326,11 +4329,11 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
4326
4329
|
reason: _context10.t0.message,
|
|
4327
4330
|
stack: _context10.t0.stack
|
|
4328
4331
|
});
|
|
4329
|
-
case
|
|
4332
|
+
case 20:
|
|
4330
4333
|
case "end":
|
|
4331
4334
|
return _context10.stop();
|
|
4332
4335
|
}
|
|
4333
|
-
}, _callee10, this, [[1,
|
|
4336
|
+
}, _callee10, this, [[1, 16]]);
|
|
4334
4337
|
}));
|
|
4335
4338
|
function receiveTranscription() {
|
|
4336
4339
|
return _receiveTranscription.apply(this, arguments);
|