@webex/plugin-meetings 2.60.0-next.3 → 2.60.0-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/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.map +1 -1
- package/dist/webinar/index.js +1 -1
- package/package.json +2 -2
- package/src/meeting/index.ts +1 -1
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.0-next.
|
|
65
|
+
version: "2.60.0-next.4"
|
|
66
66
|
});
|
|
67
67
|
var _default = exports.default = Webinar;
|
|
68
68
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@webex/eslint-config-legacy": "^0.0.0",
|
|
45
45
|
"@webex/jest-config-legacy": "^0.0.0",
|
|
46
46
|
"@webex/legacy-tools": "^0.0.0",
|
|
47
|
-
"@webex/plugin-meetings": "^2.60.0-next.
|
|
47
|
+
"@webex/plugin-meetings": "^2.60.0-next.4",
|
|
48
48
|
"@webex/plugin-rooms": "^2.60.0-next.3",
|
|
49
49
|
"@webex/test-helper-chai": "^2.60.0-next.3",
|
|
50
50
|
"@webex/test-helper-mocha": "^2.60.0-next.3",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"uuid": "^3.3.2",
|
|
89
89
|
"webrtc-adapter": "^8.1.2"
|
|
90
90
|
},
|
|
91
|
-
"version": "2.60.0-next.
|
|
91
|
+
"version": "2.60.0-next.4"
|
|
92
92
|
}
|
package/src/meeting/index.ts
CHANGED
|
@@ -3818,7 +3818,7 @@ export default class Meeting extends StatelessWebexPlugin {
|
|
|
3818
3818
|
functionName: string;
|
|
3819
3819
|
isPublished: boolean;
|
|
3820
3820
|
mediaType: MediaType;
|
|
3821
|
-
stream:
|
|
3821
|
+
stream: LocalStream;
|
|
3822
3822
|
}) {
|
|
3823
3823
|
const {functionName, isPublished, mediaType, stream} = options;
|
|
3824
3824
|
Trigger.trigger(
|