@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.
- package/dist/breakouts/breakout.js +1 -1
- package/dist/breakouts/index.js +1 -1
- package/dist/interpretation/index.js +1 -1
- package/dist/interpretation/siLanguage.js +1 -1
- package/dist/webinar/index.js +1 -1
- package/package.json +21 -22
- package/test/integration/spec/journey.js +2 -2
- package/test/integration/spec/space-meeting.js +1 -1
- package/test/unit/spec/metrics/index.js +1 -2
package/dist/breakouts/index.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
21
|
+
version: "2.60.1-next.17"
|
|
22
22
|
});
|
|
23
23
|
var _default = exports.default = SILanguage;
|
|
24
24
|
//# sourceMappingURL=siLanguage.js.map
|
package/dist/webinar/index.js
CHANGED
|
@@ -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.
|
|
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.
|
|
48
|
-
"@webex/plugin-rooms": "2.60.1-next.
|
|
49
|
-
"@webex/test-helper-chai": "2.60.1-next.
|
|
50
|
-
"@webex/test-helper-mocha": "2.60.1-next.
|
|
51
|
-
"@webex/test-helper-mock-webex": "2.60.1-next.
|
|
52
|
-
"@webex/test-helper-retry": "2.60.1-next.
|
|
53
|
-
"@webex/test-helper-test-users": "2.60.1-next.
|
|
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.
|
|
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.
|
|
68
|
-
"@webex/internal-plugin-device": "2.60.1-next.
|
|
69
|
-
"@webex/internal-plugin-llm": "2.60.1-next.
|
|
70
|
-
"@webex/internal-plugin-mercury": "2.60.1-next.
|
|
71
|
-
"@webex/internal-plugin-metrics": "2.60.1-next.
|
|
72
|
-
"@webex/internal-plugin-support": "2.60.1-next.
|
|
73
|
-
"@webex/internal-plugin-user": "2.60.1-next.
|
|
74
|
-
"@webex/internal-plugin-voicea": "2.60.1-next.
|
|
75
|
-
"@webex/media-helpers": "3.0.0-next.
|
|
76
|
-
"@webex/plugin-people": "2.60.1-next.
|
|
77
|
-
"@webex/plugin-rooms": "2.60.1-next.
|
|
78
|
-
"@webex/webex-core": "2.60.1-next.
|
|
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.
|
|
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([
|
|
@@ -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
|
-
|
|
16
|
+
describe('Meeting metrics', () => {
|
|
18
17
|
let webex, mockSubmitMetric, sandbox;
|
|
19
18
|
|
|
20
19
|
beforeEach(() => {
|