@webex/plugin-meetings 3.0.0-beta.391 → 3.0.0-beta.392
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/config.js +1 -0
- package/dist/config.js.map +1 -1
- package/dist/constants.js +16 -7
- package/dist/constants.js.map +1 -1
- package/dist/interpretation/index.js +1 -1
- package/dist/interpretation/siLanguage.js +1 -1
- package/dist/meeting/index.js +738 -616
- package/dist/meeting/index.js.map +1 -1
- package/dist/meeting/util.js +4 -1
- package/dist/meeting/util.js.map +1 -1
- package/dist/meeting/voicea-meeting.js +172 -0
- package/dist/meeting/voicea-meeting.js.map +1 -0
- package/dist/meeting-info/meeting-info-v2.js +9 -6
- package/dist/meeting-info/meeting-info-v2.js.map +1 -1
- package/dist/meeting-info/util.js +7 -6
- package/dist/meeting-info/util.js.map +1 -1
- package/dist/meeting-info/utilv2.js +8 -4
- package/dist/meeting-info/utilv2.js.map +1 -1
- package/dist/member/index.js +0 -1
- package/dist/member/index.js.map +1 -1
- package/dist/types/constants.d.ts +8 -2
- package/dist/types/meeting/index.d.ts +56 -12
- package/dist/types/meeting/voicea-meeting.d.ts +16 -0
- package/dist/webinar/index.js +1 -1
- package/package.json +20 -20
- package/src/config.ts +2 -4
- package/src/constants.ts +11 -2
- package/src/meeting/index.ts +320 -157
- package/src/meeting/util.ts +5 -1
- package/src/meeting/voicea-meeting.ts +122 -0
- package/src/meeting-info/meeting-info-v2.ts +5 -11
- package/src/meeting-info/util.ts +12 -9
- package/src/meeting-info/utilv2.ts +24 -14
- package/src/member/index.ts +0 -1
- package/test/integration/spec/journey.js +2 -2
- package/test/unit/spec/breakouts/breakout.ts +2 -1
- package/test/unit/spec/breakouts/index.ts +7 -4
- package/test/unit/spec/locus-info/index.js +27 -18
- package/test/unit/spec/locus-info/selfUtils.js +6 -11
- package/test/unit/spec/media/index.ts +5 -0
- package/test/unit/spec/meeting/index.js +315 -87
- package/test/unit/spec/meeting/utils.js +52 -10
- package/test/unit/spec/meeting/voicea-meeting.ts +266 -0
- package/test/unit/spec/meeting-info/meetinginfov2.js +20 -15
- package/test/unit/spec/meetings/index.js +78 -10
- package/test/unit/spec/metrics/index.js +1 -2
- package/test/unit/spec/multistream/mediaRequestManager.ts +1 -0
- package/test/unit/spec/recording-controller/index.js +0 -1
- package/test/unit/spec/roap/turnDiscovery.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/plugin-meetings",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.392",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Cisco EULA (https://www.cisco.com/c/en/us/products/end-user-license-agreement.html)",
|
|
6
6
|
"contributors": [
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@peculiar/webcrypto": "^1.4.3",
|
|
36
|
-
"@webex/plugin-meetings": "3.0.0-beta.
|
|
37
|
-
"@webex/test-helper-chai": "3.0.0-beta.
|
|
38
|
-
"@webex/test-helper-mocha": "3.0.0-beta.
|
|
39
|
-
"@webex/test-helper-mock-webex": "3.0.0-beta.
|
|
40
|
-
"@webex/test-helper-retry": "3.0.0-beta.
|
|
41
|
-
"@webex/test-helper-test-users": "3.0.0-beta.
|
|
36
|
+
"@webex/plugin-meetings": "3.0.0-beta.392",
|
|
37
|
+
"@webex/test-helper-chai": "3.0.0-beta.392",
|
|
38
|
+
"@webex/test-helper-mocha": "3.0.0-beta.392",
|
|
39
|
+
"@webex/test-helper-mock-webex": "3.0.0-beta.392",
|
|
40
|
+
"@webex/test-helper-retry": "3.0.0-beta.392",
|
|
41
|
+
"@webex/test-helper-test-users": "3.0.0-beta.392",
|
|
42
42
|
"chai": "^4.3.4",
|
|
43
43
|
"chai-as-promised": "^7.1.1",
|
|
44
44
|
"jsdom-global": "3.0.2",
|
|
@@ -47,19 +47,19 @@
|
|
|
47
47
|
"typescript": "^4.7.4"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@webex/common": "3.0.0-beta.
|
|
50
|
+
"@webex/common": "3.0.0-beta.392",
|
|
51
51
|
"@webex/internal-media-core": "2.2.9",
|
|
52
|
-
"@webex/internal-plugin-conversation": "3.0.0-beta.
|
|
53
|
-
"@webex/internal-plugin-device": "3.0.0-beta.
|
|
54
|
-
"@webex/internal-plugin-llm": "3.0.0-beta.
|
|
55
|
-
"@webex/internal-plugin-mercury": "3.0.0-beta.
|
|
56
|
-
"@webex/internal-plugin-metrics": "3.0.0-beta.
|
|
57
|
-
"@webex/internal-plugin-support": "3.0.0-beta.
|
|
58
|
-
"@webex/internal-plugin-user": "3.0.0-beta.
|
|
59
|
-
"@webex/media-helpers": "3.0.0-beta.
|
|
60
|
-
"@webex/plugin-people": "3.0.0-beta.
|
|
61
|
-
"@webex/plugin-rooms": "3.0.0-beta.
|
|
62
|
-
"@webex/webex-core": "3.0.0-beta.
|
|
52
|
+
"@webex/internal-plugin-conversation": "3.0.0-beta.392",
|
|
53
|
+
"@webex/internal-plugin-device": "3.0.0-beta.392",
|
|
54
|
+
"@webex/internal-plugin-llm": "3.0.0-beta.392",
|
|
55
|
+
"@webex/internal-plugin-mercury": "3.0.0-beta.392",
|
|
56
|
+
"@webex/internal-plugin-metrics": "3.0.0-beta.392",
|
|
57
|
+
"@webex/internal-plugin-support": "3.0.0-beta.392",
|
|
58
|
+
"@webex/internal-plugin-user": "3.0.0-beta.392",
|
|
59
|
+
"@webex/media-helpers": "3.0.0-beta.392",
|
|
60
|
+
"@webex/plugin-people": "3.0.0-beta.392",
|
|
61
|
+
"@webex/plugin-rooms": "3.0.0-beta.392",
|
|
62
|
+
"@webex/webex-core": "3.0.0-beta.392",
|
|
63
63
|
"ampersand-collection": "^2.0.2",
|
|
64
64
|
"bowser": "^2.11.0",
|
|
65
65
|
"btoa": "^1.2.1",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"global": "^4.4.0",
|
|
68
68
|
"ip-anonymize": "^0.1.0",
|
|
69
69
|
"javascript-state-machine": "^3.1.0",
|
|
70
|
-
"
|
|
70
|
+
"jwt-decode": "3.1.2",
|
|
71
71
|
"lodash": "^4.17.21",
|
|
72
72
|
"sdp-transform": "^2.12.0",
|
|
73
73
|
"uuid": "^3.3.2",
|
package/src/config.ts
CHANGED
package/src/constants.ts
CHANGED
|
@@ -48,6 +48,8 @@ export const MEETINGINFO = 'meetingInfo';
|
|
|
48
48
|
export const MEET = 'meet';
|
|
49
49
|
export const MEET_M = 'm';
|
|
50
50
|
export const MEDIA = 'media';
|
|
51
|
+
export const MEET_CO = 'co';
|
|
52
|
+
export const MEET_CISCO = 'cisco';
|
|
51
53
|
|
|
52
54
|
export const OFFLINE = 'offline';
|
|
53
55
|
export const ONLINE = 'online';
|
|
@@ -70,6 +72,8 @@ export const TYPE = 'type';
|
|
|
70
72
|
export const VIDEO = 'video';
|
|
71
73
|
export const VIDEO_STATUS = 'videoStatus';
|
|
72
74
|
|
|
75
|
+
export const LANGUAGE_ENGLISH = 'en';
|
|
76
|
+
|
|
73
77
|
// *********** UPPERCASE ONLY STRINGS ************
|
|
74
78
|
// Please alphabetize
|
|
75
79
|
export const _ANSWER_ = 'ANSWER';
|
|
@@ -298,8 +302,6 @@ export const EVENT_TRIGGERS = {
|
|
|
298
302
|
MEETING_MEDIA_REMOTE_STARTED: 'meeting:media:remote:start',
|
|
299
303
|
MEETING_STARTED_RECORDING: 'meeting:recording:started',
|
|
300
304
|
MEETING_STOPPED_RECORDING: 'meeting:recording:stopped',
|
|
301
|
-
MEETING_STARTED_RECEIVING_TRANSCRIPTION: 'meeting:receiveTranscription:started',
|
|
302
|
-
MEETING_STOPPED_RECEIVING_TRANSCRIPTION: 'meeting:receiveTranscription:stopped',
|
|
303
305
|
MEETING_RECEIVE_REACTIONS: 'meeting:receiveReactions',
|
|
304
306
|
MEETING_PAUSED_RECORDING: 'meeting:recording:paused',
|
|
305
307
|
MEETING_RESUMED_RECORDING: 'meeting:recording:resumed',
|
|
@@ -374,6 +376,12 @@ export const EVENT_TRIGGERS = {
|
|
|
374
376
|
// Locus URL changed
|
|
375
377
|
MEETING_LOCUS_URL_UPDATE: 'meeting:locus:locusUrl:update',
|
|
376
378
|
MEETING_STREAM_PUBLISH_STATE_CHANGED: 'meeting:streamPublishStateChanged',
|
|
379
|
+
|
|
380
|
+
MEETING_TRANSCRIPTION_CONNECTED: 'meeting:transcription:connected',
|
|
381
|
+
MEETING_STARTED_RECEIVING_TRANSCRIPTION: 'meeting:receiveTranscription:started',
|
|
382
|
+
MEETING_STOPPED_RECEIVING_TRANSCRIPTION: 'meeting:receiveTranscription:stopped',
|
|
383
|
+
|
|
384
|
+
MEETING_CAPTION_RECEIVED: 'meeting:caption-received',
|
|
377
385
|
};
|
|
378
386
|
|
|
379
387
|
export const EVENT_TYPES = {
|
|
@@ -964,6 +972,7 @@ export const SELF_ROLES = {
|
|
|
964
972
|
COHOST: 'COHOST',
|
|
965
973
|
MODERATOR: 'MODERATOR',
|
|
966
974
|
ATTENDEE: 'ATTENDEE',
|
|
975
|
+
PRESENTER: 'PRESENTER',
|
|
967
976
|
};
|
|
968
977
|
|
|
969
978
|
export const MEETING_STATE = {
|