@webex/plugin-meetings 3.8.1-next.2 → 3.8.1-next.3

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.
@@ -458,7 +458,7 @@ var Webinar = _webexCore.WebexPlugin.extend({
458
458
  }, _callee7);
459
459
  }))();
460
460
  },
461
- version: "3.8.1-next.2"
461
+ version: "3.8.1-next.3"
462
462
  });
463
463
  var _default = exports.default = Webinar;
464
464
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -43,13 +43,13 @@
43
43
  "@webex/eslint-config-legacy": "0.0.0",
44
44
  "@webex/jest-config-legacy": "0.0.0",
45
45
  "@webex/legacy-tools": "0.0.0",
46
- "@webex/plugin-meetings": "3.8.1-next.2",
47
- "@webex/plugin-rooms": "3.8.0-next.29",
48
- "@webex/test-helper-chai": "3.8.0-next.24",
49
- "@webex/test-helper-mocha": "3.8.0-next.24",
50
- "@webex/test-helper-mock-webex": "3.8.0-next.24",
51
- "@webex/test-helper-retry": "3.8.0-next.24",
52
- "@webex/test-helper-test-users": "3.8.0-next.24",
46
+ "@webex/plugin-meetings": "3.8.1-next.3",
47
+ "@webex/plugin-rooms": "3.8.0-next.30",
48
+ "@webex/test-helper-chai": "3.8.1-next.1",
49
+ "@webex/test-helper-mocha": "3.8.1-next.1",
50
+ "@webex/test-helper-mock-webex": "3.8.1-next.1",
51
+ "@webex/test-helper-retry": "3.8.1-next.1",
52
+ "@webex/test-helper-test-users": "3.8.1-next.1",
53
53
  "chai": "^4.3.4",
54
54
  "chai-as-promised": "^7.1.1",
55
55
  "eslint": "^8.24.0",
@@ -61,23 +61,23 @@
61
61
  "typescript": "^4.7.4"
62
62
  },
63
63
  "dependencies": {
64
- "@webex/common": "3.8.0-next.24",
64
+ "@webex/common": "3.8.1-next.1",
65
65
  "@webex/event-dictionary-ts": "^1.0.1753",
66
66
  "@webex/internal-media-core": "2.17.1",
67
- "@webex/internal-plugin-conversation": "3.8.0-next.29",
68
- "@webex/internal-plugin-device": "3.8.0-next.24",
69
- "@webex/internal-plugin-llm": "3.8.0-next.27",
70
- "@webex/internal-plugin-mercury": "3.8.0-next.26",
71
- "@webex/internal-plugin-metrics": "3.8.0-next.24",
72
- "@webex/internal-plugin-support": "3.8.0-next.29",
73
- "@webex/internal-plugin-user": "3.8.0-next.24",
74
- "@webex/internal-plugin-voicea": "3.8.1-next.2",
75
- "@webex/media-helpers": "3.8.0-next.30",
76
- "@webex/plugin-people": "3.8.0-next.26",
77
- "@webex/plugin-rooms": "3.8.0-next.29",
67
+ "@webex/internal-plugin-conversation": "3.8.1-next.1",
68
+ "@webex/internal-plugin-device": "3.8.1-next.1",
69
+ "@webex/internal-plugin-llm": "3.8.1-next.1",
70
+ "@webex/internal-plugin-mercury": "3.8.1-next.1",
71
+ "@webex/internal-plugin-metrics": "3.8.1-next.1",
72
+ "@webex/internal-plugin-support": "3.8.1-next.1",
73
+ "@webex/internal-plugin-user": "3.8.1-next.1",
74
+ "@webex/internal-plugin-voicea": "3.8.1-next.3",
75
+ "@webex/media-helpers": "3.8.1-next.1",
76
+ "@webex/plugin-people": "3.8.1-next.1",
77
+ "@webex/plugin-rooms": "3.8.0-next.30",
78
78
  "@webex/ts-sdp": "^1.8.1",
79
79
  "@webex/web-capabilities": "^1.4.0",
80
- "@webex/webex-core": "3.8.0-next.24",
80
+ "@webex/webex-core": "3.8.1-next.1",
81
81
  "ampersand-collection": "^2.0.2",
82
82
  "bowser": "^2.11.0",
83
83
  "btoa": "^1.2.1",
@@ -93,5 +93,5 @@
93
93
  "//": [
94
94
  "TODO: upgrade jwt-decode when moving to node 18"
95
95
  ],
96
- "version": "3.8.1-next.2"
96
+ "version": "3.8.1-next.3"
97
97
  }
@@ -4915,11 +4915,6 @@ export default class Meeting extends StatelessWebexPlugin {
4915
4915
 
4916
4916
  // Only send restore event when it was disconnected before and for connected later
4917
4917
  if (!this.hasWebsocketConnected) {
4918
- // @ts-ignore
4919
- this.webex.internal.newMetrics.submitClientEvent({
4920
- name: 'client.mercury.connection.restored',
4921
- options: {meetingId: this.id},
4922
- });
4923
4918
  Metrics.sendBehavioralMetric(BEHAVIORAL_METRICS.MERCURY_CONNECTION_RESTORED, {
4924
4919
  correlation_id: this.correlationId,
4925
4920
  });
@@ -4930,11 +4925,6 @@ export default class Meeting extends StatelessWebexPlugin {
4930
4925
  // @ts-ignore
4931
4926
  this.webex.internal.mercury.on(OFFLINE, () => {
4932
4927
  LoggerProxy.logger.error('Meeting:index#setMercuryListener --> Web socket offline');
4933
- // @ts-ignore
4934
- this.webex.internal.newMetrics.submitClientEvent({
4935
- name: 'client.mercury.connection.lost',
4936
- options: {meetingId: this.id},
4937
- });
4938
4928
  Metrics.sendBehavioralMetric(BEHAVIORAL_METRICS.MERCURY_CONNECTION_FAILURE, {
4939
4929
  correlation_id: this.correlationId,
4940
4930
  });