@webex/plugin-meetings 2.58.1 → 2.59.1
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/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/meeting/index.js
CHANGED
|
@@ -3752,6 +3752,9 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
3752
3752
|
// @ts-ignore - fix type
|
|
3753
3753
|
this.webex.sessionId, this.members);
|
|
3754
3754
|
_loggerProxy.default.logger.info("Meeting:index#receiveTranscription -->\n opened LLM web socket connection successfully.");
|
|
3755
|
+
if (!this.inMeetingActions.isClosedCaptionActive) {
|
|
3756
|
+
_loggerProxy.default.logger.error("Meeting:index#receiveTranscription --> Transcription cannot be started until a licensed user enables it");
|
|
3757
|
+
}
|
|
3755
3758
|
|
|
3756
3759
|
// retrieve and pass the payload
|
|
3757
3760
|
this.transcription.subscribe(function (payload) {
|
|
@@ -3763,10 +3766,10 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
3763
3766
|
this.monitorTranscriptionSocketConnection();
|
|
3764
3767
|
// @ts-ignore - fix type
|
|
3765
3768
|
this.transcription.connect(this.webex.credentials.supertoken.access_token);
|
|
3766
|
-
_context2.next =
|
|
3769
|
+
_context2.next = 20;
|
|
3767
3770
|
break;
|
|
3768
|
-
case
|
|
3769
|
-
_context2.prev =
|
|
3771
|
+
case 16:
|
|
3772
|
+
_context2.prev = 16;
|
|
3770
3773
|
_context2.t0 = _context2["catch"](1);
|
|
3771
3774
|
_loggerProxy.default.logger.error("Meeting:index#receiveTranscription --> ".concat(_context2.t0));
|
|
3772
3775
|
_metrics.default.sendBehavioralMetric(_constants2.default.RECEIVE_TRANSCRIPTION_FAILURE, {
|
|
@@ -3774,11 +3777,11 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
3774
3777
|
reason: _context2.t0.message,
|
|
3775
3778
|
stack: _context2.t0.stack
|
|
3776
3779
|
});
|
|
3777
|
-
case
|
|
3780
|
+
case 20:
|
|
3778
3781
|
case "end":
|
|
3779
3782
|
return _context2.stop();
|
|
3780
3783
|
}
|
|
3781
|
-
}, _callee2, this, [[1,
|
|
3784
|
+
}, _callee2, this, [[1, 16]]);
|
|
3782
3785
|
}));
|
|
3783
3786
|
function receiveTranscription() {
|
|
3784
3787
|
return _receiveTranscription.apply(this, arguments);
|