@webex/plugin-meetings 3.0.0-next.6 → 3.0.0-next.7
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 +3 -3
- package/dist/member/member.types.d.ts +0 -11
- package/dist/member/member.types.js +0 -17
- package/dist/member/member.types.js.map +0 -1
- package/src/member/member.types.ts +0 -13
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-next.
|
|
1044
|
+
version: "3.0.0-next.7"
|
|
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.0.0-next.
|
|
376
|
+
version: "3.0.0-next.7"
|
|
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.0.0-next.
|
|
65
|
+
version: "3.0.0-next.7"
|
|
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.0.0-next.
|
|
46
|
+
"@webex/plugin-meetings": "3.0.0-next.7",
|
|
47
47
|
"@webex/plugin-rooms": "3.0.0-next.2",
|
|
48
48
|
"@webex/test-helper-chai": "3.0.0-next.2",
|
|
49
49
|
"@webex/test-helper-mocha": "3.0.0-next.2",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@webex/internal-plugin-metrics": "3.0.0-next.2",
|
|
71
71
|
"@webex/internal-plugin-support": "3.0.0-next.2",
|
|
72
72
|
"@webex/internal-plugin-user": "3.0.0-next.2",
|
|
73
|
-
"@webex/internal-plugin-voicea": "3.0.0-next.
|
|
73
|
+
"@webex/internal-plugin-voicea": "3.0.0-next.7",
|
|
74
74
|
"@webex/media-helpers": "3.0.1-next.2",
|
|
75
75
|
"@webex/plugin-people": "3.0.0-next.2",
|
|
76
76
|
"@webex/plugin-rooms": "3.0.0-next.2",
|
|
@@ -91,5 +91,5 @@
|
|
|
91
91
|
"//": [
|
|
92
92
|
"TODO: upgrade jwt-decode when moving to node 18"
|
|
93
93
|
],
|
|
94
|
-
"version": "3.0.0-next.
|
|
94
|
+
"version": "3.0.0-next.7"
|
|
95
95
|
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _Object$defineProperty = require("@babel/runtime-corejs2/core-js/object/define-property");
|
|
4
|
-
_Object$defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports.MediaStatus = void 0;
|
|
8
|
-
// values are inherited from locus so don't update these
|
|
9
|
-
var MediaStatus = exports.MediaStatus = /*#__PURE__*/function (MediaStatus) {
|
|
10
|
-
MediaStatus["RECVONLY"] = "RECVONLY";
|
|
11
|
-
MediaStatus["SENDONLY"] = "SENDONLY";
|
|
12
|
-
MediaStatus["SENDRECV"] = "SENDRECV";
|
|
13
|
-
MediaStatus["INACTIVE"] = "INACTIVE";
|
|
14
|
-
MediaStatus["UNKNOWN"] = "UNKNOWN";
|
|
15
|
-
return MediaStatus;
|
|
16
|
-
}({}); // participant has not added media in the meeting
|
|
17
|
-
//# sourceMappingURL=member.types.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["MediaStatus","exports"],"sources":["member.types.ts"],"sourcesContent":["// values are inherited from locus so don't update these\nexport enum MediaStatus {\n RECVONLY = 'RECVONLY', // participant only receiving and not sending\n SENDONLY = 'SENDONLY', // participant only sending and not receiving\n SENDRECV = 'SENDRECV', // participant both sending and receiving\n INACTIVE = 'INACTIVE', // participant is not connected to media source\n UNKNOWN = 'UNKNOWN', // participant has not added media in the meeting\n}\n\nexport interface IMediaStatus {\n audio: MediaStatus;\n video: MediaStatus;\n}\n"],"mappings":";;;;;;;AAAA;AAAA,IACYA,WAAW,GAAAC,OAAA,CAAAD,WAAA,0BAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAXA,WAAW;EAAA,OAAXA,WAAW;AAAA,OAKA"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
// values are inherited from locus so don't update these
|
|
2
|
-
export enum MediaStatus {
|
|
3
|
-
RECVONLY = 'RECVONLY', // participant only receiving and not sending
|
|
4
|
-
SENDONLY = 'SENDONLY', // participant only sending and not receiving
|
|
5
|
-
SENDRECV = 'SENDRECV', // participant both sending and receiving
|
|
6
|
-
INACTIVE = 'INACTIVE', // participant is not connected to media source
|
|
7
|
-
UNKNOWN = 'UNKNOWN', // participant has not added media in the meeting
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export interface IMediaStatus {
|
|
11
|
-
audio: MediaStatus;
|
|
12
|
-
video: MediaStatus;
|
|
13
|
-
}
|