@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.
@@ -209,7 +209,7 @@ var Breakout = _webexCore.WebexPlugin.extend({
209
209
  sessionId: this.sessionId
210
210
  });
211
211
  },
212
- version: "3.0.0-beta.190"
212
+ version: "3.0.0-beta.191"
213
213
  });
214
214
  var _default = Breakout;
215
215
  exports.default = _default;
@@ -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.190"
1044
+ version: "3.0.0-beta.191"
1045
1045
  });
1046
1046
  var _default = Breakouts;
1047
1047
  exports.default = _default;
@@ -359,7 +359,7 @@ var SimultaneousInterpretation = _webexCore.WebexPlugin.extend({
359
359
  throw error;
360
360
  });
361
361
  },
362
- version: "3.0.0-beta.190"
362
+ version: "3.0.0-beta.191"
363
363
  });
364
364
  var _default = SimultaneousInterpretation;
365
365
  exports.default = _default;
@@ -18,7 +18,7 @@ var SILanguage = _webexCore.WebexPlugin.extend({
18
18
  languageCode: 'number',
19
19
  languageName: 'string'
20
20
  },
21
- version: "3.0.0-beta.190"
21
+ version: "3.0.0-beta.191"
22
22
  });
23
23
  var _default = SILanguage;
24
24
  exports.default = _default;
@@ -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 = 19;
4321
+ _context10.next = 20;
4319
4322
  break;
4320
- case 15:
4321
- _context10.prev = 15;
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 19:
4332
+ case 20:
4330
4333
  case "end":
4331
4334
  return _context10.stop();
4332
4335
  }
4333
- }, _callee10, this, [[1, 15]]);
4336
+ }, _callee10, this, [[1, 16]]);
4334
4337
  }));
4335
4338
  function receiveTranscription() {
4336
4339
  return _receiveTranscription.apply(this, arguments);