@webex/plugin-meetings 2.60.1-next.16 → 2.60.1-next.17

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: "2.60.1-next.16"
212
+ version: "2.60.1-next.17"
213
213
  });
214
214
  var _default = exports.default = Breakout;
215
215
  //# sourceMappingURL=breakout.js.map
@@ -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: "2.60.1-next.16"
1044
+ version: "2.60.1-next.17"
1045
1045
  });
1046
1046
  var _default = exports.default = Breakouts;
1047
1047
  //# sourceMappingURL=index.js.map
@@ -359,7 +359,7 @@ var SimultaneousInterpretation = _webexCore.WebexPlugin.extend({
359
359
  throw error;
360
360
  });
361
361
  },
362
- version: "2.60.1-next.16"
362
+ version: "2.60.1-next.17"
363
363
  });
364
364
  var _default = exports.default = SimultaneousInterpretation;
365
365
  //# sourceMappingURL=index.js.map
@@ -18,7 +18,7 @@ var SILanguage = _webexCore.WebexPlugin.extend({
18
18
  languageCode: 'number',
19
19
  languageName: 'string'
20
20
  },
21
- version: "2.60.1-next.16"
21
+ version: "2.60.1-next.17"
22
22
  });
23
23
  var _default = exports.default = SILanguage;
24
24
  //# sourceMappingURL=siLanguage.js.map
@@ -62,7 +62,7 @@ var Webinar = _webexCore.WebexPlugin.extend({
62
62
  updateCanManageWebcast: function updateCanManageWebcast(canManageWebcast) {
63
63
  this.set('canManageWebcast', canManageWebcast);
64
64
  },
65
- version: "2.60.1-next.16"
65
+ version: "2.60.1-next.17"
66
66
  });
67
67
  var _default = exports.default = Webinar;
68
68
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -33,7 +33,6 @@
33
33
  "deploy:npm": "yarn npm publish",
34
34
  "test:broken": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
35
35
  "test:browser": "webex-legacy-tools test --integration --runner karma",
36
- "test:integration:broken": "webex-legacy-tools test --integration --runner mocha",
37
36
  "test:style": "eslint ./src/**/*.*",
38
37
  "test:unit": "webex-legacy-tools test --unit --runner mocha"
39
38
  },
@@ -44,13 +43,13 @@
44
43
  "@webex/eslint-config-legacy": "0.0.0",
45
44
  "@webex/jest-config-legacy": "0.0.0",
46
45
  "@webex/legacy-tools": "0.0.0",
47
- "@webex/plugin-meetings": "2.60.1-next.16",
48
- "@webex/plugin-rooms": "2.60.1-next.10",
49
- "@webex/test-helper-chai": "2.60.1-next.10",
50
- "@webex/test-helper-mocha": "2.60.1-next.10",
51
- "@webex/test-helper-mock-webex": "2.60.1-next.10",
52
- "@webex/test-helper-retry": "2.60.1-next.10",
53
- "@webex/test-helper-test-users": "2.60.1-next.10",
46
+ "@webex/plugin-meetings": "2.60.1-next.17",
47
+ "@webex/plugin-rooms": "2.60.1-next.11",
48
+ "@webex/test-helper-chai": "2.60.1-next.11",
49
+ "@webex/test-helper-mocha": "2.60.1-next.11",
50
+ "@webex/test-helper-mock-webex": "2.60.1-next.11",
51
+ "@webex/test-helper-retry": "2.60.1-next.11",
52
+ "@webex/test-helper-test-users": "2.60.1-next.11",
54
53
  "chai": "^4.3.4",
55
54
  "chai-as-promised": "^7.1.1",
56
55
  "eslint": "^8.24.0",
@@ -62,20 +61,20 @@
62
61
  "typescript": "^4.7.4"
63
62
  },
64
63
  "dependencies": {
65
- "@webex/common": "2.60.1-next.10",
64
+ "@webex/common": "2.60.1-next.11",
66
65
  "@webex/internal-media-core": "2.2.7",
67
- "@webex/internal-plugin-conversation": "2.60.1-next.10",
68
- "@webex/internal-plugin-device": "2.60.1-next.10",
69
- "@webex/internal-plugin-llm": "2.60.1-next.10",
70
- "@webex/internal-plugin-mercury": "2.60.1-next.10",
71
- "@webex/internal-plugin-metrics": "2.60.1-next.10",
72
- "@webex/internal-plugin-support": "2.60.1-next.10",
73
- "@webex/internal-plugin-user": "2.60.1-next.10",
74
- "@webex/internal-plugin-voicea": "2.60.1-next.16",
75
- "@webex/media-helpers": "3.0.0-next.30",
76
- "@webex/plugin-people": "2.60.1-next.10",
77
- "@webex/plugin-rooms": "2.60.1-next.10",
78
- "@webex/webex-core": "2.60.1-next.10",
66
+ "@webex/internal-plugin-conversation": "2.60.1-next.11",
67
+ "@webex/internal-plugin-device": "2.60.1-next.11",
68
+ "@webex/internal-plugin-llm": "2.60.1-next.11",
69
+ "@webex/internal-plugin-mercury": "2.60.1-next.11",
70
+ "@webex/internal-plugin-metrics": "2.60.1-next.11",
71
+ "@webex/internal-plugin-support": "2.60.1-next.11",
72
+ "@webex/internal-plugin-user": "2.60.1-next.11",
73
+ "@webex/internal-plugin-voicea": "2.60.1-next.17",
74
+ "@webex/media-helpers": "3.0.0-next.31",
75
+ "@webex/plugin-people": "2.60.1-next.11",
76
+ "@webex/plugin-rooms": "2.60.1-next.11",
77
+ "@webex/webex-core": "2.60.1-next.11",
79
78
  "ampersand-collection": "^2.0.2",
80
79
  "bowser": "^2.11.0",
81
80
  "btoa": "^1.2.1",
@@ -92,5 +91,5 @@
92
91
  "//": [
93
92
  "TODO: upgrade jwt-decode when moving to node 18"
94
93
  ],
95
- "version": "2.60.1-next.16"
94
+ "version": "2.60.1-next.17"
96
95
  }
@@ -239,7 +239,7 @@ skipInNode(describe)('plugin-meetings', () => {
239
239
 
240
240
  // Enabled when config.enableUnifiedMeetings = true
241
241
  xdescribe('Conversation URL', () => {
242
- describe('Successful 1:1 meeting', () => {
242
+ describe('Successful 1:1 meeting', () => {
243
243
  it('Fetch meeting information with a conversation URL for a 1:1 space', async () => {
244
244
  assert.equal(Object.keys(bob.webex.meetings.getAllMeetings()), 0);
245
245
  assert.equal(Object.keys(chris.webex.meetings.getAllMeetings()), 0);
@@ -871,7 +871,7 @@ skipInNode(describe)('plugin-meetings', () => {
871
871
  assert.equal(bob.meeting.shareStatus, 'whiteboard_share_active');
872
872
  }));
873
873
 
874
- it('alice adds chris as guest to 1:1 meeting', () =>
874
+ it('alice adds chris as guest to 1:1 meeting', async() =>
875
875
  Promise.all([
876
876
  testUtils.delayedPromise(alice.meeting.invite({emailAddress: chris.emailAddress})),
877
877
  testUtils.waitForEvents([
@@ -34,7 +34,7 @@ skipInNode(describe)('plugin-meetings', () => {
34
34
  describe('space-meeting', () => {
35
35
  let space = null;
36
36
 
37
- before(() =>
37
+ before(async () =>
38
38
  webexTestUsers
39
39
  .generateTestUsers({
40
40
  count: 4,
@@ -5,7 +5,6 @@ import 'jsdom-global/register';
5
5
  import sinon from 'sinon';
6
6
  import Metrics from '@webex/internal-plugin-metrics';
7
7
  import MockWebex from '@webex/test-helper-mock-webex';
8
- import {browserOnly} from '@webex/test-helper-mocha';
9
8
  import {assert} from '@webex/test-helper-chai';
10
9
 
11
10
  import metrics from '@webex/plugin-meetings/src/metrics';
@@ -14,7 +13,7 @@ import metrics from '@webex/plugin-meetings/src/metrics';
14
13
  * Meeting can only run in a browser, so we can only send metrics for
15
14
  * browser usage.
16
15
  */
17
- browserOnly(describe)('Meeting metrics', () => {
16
+ describe('Meeting metrics', () => {
18
17
  let webex, mockSubmitMetric, sandbox;
19
18
 
20
19
  beforeEach(() => {