@webex/plugin-meetings 3.3.1-next.3 → 3.3.1-next.4
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
|
@@ -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: "3.3.1-next.
|
|
1044
|
+
version: "3.3.1-next.4"
|
|
1045
1045
|
});
|
|
1046
1046
|
var _default = exports.default = Breakouts;
|
|
1047
1047
|
//# sourceMappingURL=index.js.map
|
|
@@ -373,7 +373,7 @@ var SimultaneousInterpretation = _webexCore.WebexPlugin.extend({
|
|
|
373
373
|
throw error;
|
|
374
374
|
});
|
|
375
375
|
},
|
|
376
|
-
version: "3.3.1-next.
|
|
376
|
+
version: "3.3.1-next.4"
|
|
377
377
|
});
|
|
378
378
|
var _default = exports.default = SimultaneousInterpretation;
|
|
379
379
|
//# sourceMappingURL=index.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: "3.3.1-next.
|
|
65
|
+
version: "3.3.1-next.4"
|
|
66
66
|
});
|
|
67
67
|
var _default = exports.default = Webinar;
|
|
68
68
|
//# sourceMappingURL=index.js.map
|
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.3.1-next.
|
|
46
|
+
"@webex/plugin-meetings": "3.3.1-next.4",
|
|
47
47
|
"@webex/plugin-rooms": "3.3.1-next.2",
|
|
48
48
|
"@webex/test-helper-chai": "3.3.1-next.1",
|
|
49
49
|
"@webex/test-helper-mocha": "3.3.1-next.1",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@webex/common": "3.3.1-next.1",
|
|
65
|
-
"@webex/internal-media-core": "2.5.
|
|
65
|
+
"@webex/internal-media-core": "2.5.3",
|
|
66
66
|
"@webex/internal-plugin-conversation": "3.3.1-next.2",
|
|
67
67
|
"@webex/internal-plugin-device": "3.3.1-next.1",
|
|
68
68
|
"@webex/internal-plugin-llm": "3.3.1-next.2",
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"@webex/internal-plugin-metrics": "3.3.1-next.1",
|
|
71
71
|
"@webex/internal-plugin-support": "3.3.1-next.2",
|
|
72
72
|
"@webex/internal-plugin-user": "3.3.1-next.1",
|
|
73
|
-
"@webex/internal-plugin-voicea": "3.3.1-next.
|
|
74
|
-
"@webex/media-helpers": "3.3.1-next.
|
|
73
|
+
"@webex/internal-plugin-voicea": "3.3.1-next.4",
|
|
74
|
+
"@webex/media-helpers": "3.3.1-next.3",
|
|
75
75
|
"@webex/plugin-people": "3.3.1-next.2",
|
|
76
76
|
"@webex/plugin-rooms": "3.3.1-next.2",
|
|
77
77
|
"@webex/webex-core": "3.3.1-next.1",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"//": [
|
|
92
92
|
"TODO: upgrade jwt-decode when moving to node 18"
|
|
93
93
|
],
|
|
94
|
-
"version": "3.3.1-next.
|
|
94
|
+
"version": "3.3.1-next.4"
|
|
95
95
|
}
|