@webex/plugin-meetings 2.59.0 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/plugin-meetings",
3
- "version": "2.59.0",
3
+ "version": "2.59.1",
4
4
  "description": "",
5
5
  "license": "Cisco EULA (https://www.cisco.com/c/en/us/products/end-user-license-agreement.html)",
6
6
  "contributors": [
@@ -39,17 +39,17 @@
39
39
  "devDependencies": {
40
40
  "@babel/core": "^7.17.10",
41
41
  "@types/jsdom": "^21",
42
- "@webex/babel-config-legacy": "2.59.0",
43
- "@webex/eslint-config-legacy": "2.59.0",
44
- "@webex/jest-config-legacy": "2.59.0",
45
- "@webex/legacy-tools": "2.59.0",
46
- "@webex/plugin-meetings": "2.59.0",
47
- "@webex/plugin-rooms": "2.59.0",
48
- "@webex/test-helper-chai": "2.59.0",
49
- "@webex/test-helper-mocha": "2.59.0",
50
- "@webex/test-helper-mock-webex": "2.59.0",
51
- "@webex/test-helper-retry": "2.59.0",
52
- "@webex/test-helper-test-users": "2.59.0",
42
+ "@webex/babel-config-legacy": "2.59.1",
43
+ "@webex/eslint-config-legacy": "2.59.1",
44
+ "@webex/jest-config-legacy": "2.59.1",
45
+ "@webex/legacy-tools": "2.59.1",
46
+ "@webex/plugin-meetings": "2.59.1",
47
+ "@webex/plugin-rooms": "2.59.1",
48
+ "@webex/test-helper-chai": "2.59.1",
49
+ "@webex/test-helper-mocha": "2.59.1",
50
+ "@webex/test-helper-mock-webex": "2.59.1",
51
+ "@webex/test-helper-retry": "2.59.1",
52
+ "@webex/test-helper-test-users": "2.59.1",
53
53
  "chai": "^4.3.4",
54
54
  "chai-as-promised": "^7.1.1",
55
55
  "eslint": "^8.24.0",
@@ -60,15 +60,15 @@
60
60
  "typescript": "^4.7.4"
61
61
  },
62
62
  "dependencies": {
63
- "@webex/common": "2.59.0",
63
+ "@webex/common": "2.59.1",
64
64
  "@webex/internal-media-core": "0.0.7-beta",
65
- "@webex/internal-plugin-device": "2.59.0",
66
- "@webex/internal-plugin-metrics": "2.59.0",
67
- "@webex/internal-plugin-support": "2.59.0",
68
- "@webex/internal-plugin-user": "2.59.0",
69
- "@webex/plugin-people": "2.59.0",
65
+ "@webex/internal-plugin-device": "2.59.1",
66
+ "@webex/internal-plugin-metrics": "2.59.1",
67
+ "@webex/internal-plugin-support": "2.59.1",
68
+ "@webex/internal-plugin-user": "2.59.1",
69
+ "@webex/plugin-people": "2.59.1",
70
70
  "@webex/ts-sdp": "1.0.1",
71
- "@webex/webex-core": "2.59.0",
71
+ "@webex/webex-core": "2.59.1",
72
72
  "bowser": "^2.11.0",
73
73
  "btoa": "^1.2.1",
74
74
  "dotenv": "^4.0.0",
@@ -3760,6 +3760,12 @@ export default class Meeting extends StatelessWebexPlugin {
3760
3760
  opened LLM web socket connection successfully.`
3761
3761
  );
3762
3762
 
3763
+ if (!this.inMeetingActions.isClosedCaptionActive) {
3764
+ LoggerProxy.logger.error(
3765
+ `Meeting:index#receiveTranscription --> Transcription cannot be started until a licensed user enables it`
3766
+ );
3767
+ }
3768
+
3763
3769
  // retrieve and pass the payload
3764
3770
  this.transcription.subscribe((payload) => {
3765
3771
  Trigger.trigger(