@webex/plugin-meetings 3.0.0-beta.266 → 3.0.0-beta.268
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/meeting/index.js +1 -1
- package/dist/meeting/index.js.map +1 -1
- package/dist/types/meeting/index.d.ts +2 -2
- package/package.json +19 -19
- package/src/meeting/index.ts +2 -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: "3.0.0-beta.
|
|
1044
|
+
version: "3.0.0-beta.268"
|
|
1045
1045
|
});
|
|
1046
1046
|
var _default = Breakouts;
|
|
1047
1047
|
exports.default = _default;
|
package/dist/meeting/index.js
CHANGED
|
@@ -4119,7 +4119,7 @@ var Meeting = /*#__PURE__*/function (_StatelessWebexPlugin) {
|
|
|
4119
4119
|
* Convenience method to set the correlation id for the Meeting
|
|
4120
4120
|
* @param {String} id correlation id to set on the class
|
|
4121
4121
|
* @returns {undefined}
|
|
4122
|
-
* @
|
|
4122
|
+
* @public
|
|
4123
4123
|
* @memberof Meeting
|
|
4124
4124
|
*/
|
|
4125
4125
|
}, {
|