@webex/plugin-meetings 3.8.0-next.51 → 3.8.0-next.52
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/index.js
CHANGED
@@ -1046,7 +1046,7 @@ var Breakouts = _webexCore.WebexPlugin.extend({
|
|
1046
1046
|
this.trigger(_constants.BREAKOUTS.EVENTS.ASK_RETURN_TO_MAIN);
|
1047
1047
|
}
|
1048
1048
|
},
|
1049
|
-
version: "3.8.0-next.
|
1049
|
+
version: "3.8.0-next.52"
|
1050
1050
|
});
|
1051
1051
|
var _default = exports.default = Breakouts;
|
1052
1052
|
//# sourceMappingURL=index.js.map
|
@@ -373,7 +373,7 @@ var SimultaneousInterpretation = _webexCore.WebexPlugin.extend({
|
|
373
373
|
throw error;
|
374
374
|
});
|
375
375
|
},
|
376
|
-
version: "3.8.0-next.
|
376
|
+
version: "3.8.0-next.52"
|
377
377
|
});
|
378
378
|
var _default = exports.default = SimultaneousInterpretation;
|
379
379
|
//# 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: "3.8.0-next.
|
21
|
+
version: "3.8.0-next.52"
|
22
22
|
});
|
23
23
|
var _default = exports.default = SILanguage;
|
24
24
|
//# sourceMappingURL=siLanguage.js.map
|
package/dist/webinar/index.js
CHANGED
package/package.json
CHANGED
@@ -43,7 +43,7 @@
|
|
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.0-next.
|
46
|
+
"@webex/plugin-meetings": "3.8.0-next.52",
|
47
47
|
"@webex/plugin-rooms": "3.8.0-next.19",
|
48
48
|
"@webex/test-helper-chai": "3.8.0-next.15",
|
49
49
|
"@webex/test-helper-mocha": "3.8.0-next.15",
|
@@ -71,8 +71,8 @@
|
|
71
71
|
"@webex/internal-plugin-metrics": "3.8.0-next.15",
|
72
72
|
"@webex/internal-plugin-support": "3.8.0-next.19",
|
73
73
|
"@webex/internal-plugin-user": "3.8.0-next.15",
|
74
|
-
"@webex/internal-plugin-voicea": "3.8.0-next.
|
75
|
-
"@webex/media-helpers": "3.8.0-next.
|
74
|
+
"@webex/internal-plugin-voicea": "3.8.0-next.52",
|
75
|
+
"@webex/media-helpers": "3.8.0-next.17",
|
76
76
|
"@webex/plugin-people": "3.8.0-next.17",
|
77
77
|
"@webex/plugin-rooms": "3.8.0-next.19",
|
78
78
|
"@webex/web-capabilities": "^1.4.0",
|
@@ -92,5 +92,5 @@
|
|
92
92
|
"//": [
|
93
93
|
"TODO: upgrade jwt-decode when moving to node 18"
|
94
94
|
],
|
95
|
-
"version": "3.8.0-next.
|
95
|
+
"version": "3.8.0-next.52"
|
96
96
|
}
|
@@ -649,6 +649,7 @@ describe('plugin-meetings', () => {
|
|
649
649
|
quality: 'LOW',
|
650
650
|
authToken: 'fake_token',
|
651
651
|
mirror: false,
|
652
|
+
canvasResolutionScaling: 1
|
652
653
|
});
|
653
654
|
assert.exists(result.enable);
|
654
655
|
assert.exists(result.disable);
|
@@ -664,6 +665,7 @@ describe('plugin-meetings', () => {
|
|
664
665
|
quality: 'HIGH',
|
665
666
|
blurStrength: 'STRONG',
|
666
667
|
bgImageUrl: 'https://test.webex.com/landscape.5a535788.jpg',
|
668
|
+
canvasResolutionScaling: 1
|
667
669
|
};
|
668
670
|
|
669
671
|
const result = await webex.meetings.createVirtualBackgroundEffect(effectOptions);
|
@@ -698,7 +700,6 @@ describe('plugin-meetings', () => {
|
|
698
700
|
audioContext: {},
|
699
701
|
authToken: 'fake_token',
|
700
702
|
mode: 'WORKLET',
|
701
|
-
env: 'prod',
|
702
703
|
avoidSimd: false,
|
703
704
|
});
|
704
705
|
assert.exists(result.enable);
|