@webex/plugin-meetings 3.0.0-beta.1 → 3.0.0-beta.11
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/common/browser-detection.js.map +1 -1
- package/dist/common/collection.js.map +1 -1
- package/dist/common/config.js.map +1 -1
- package/dist/common/errors/captcha-error.js +7 -0
- package/dist/common/errors/captcha-error.js.map +1 -1
- package/dist/common/errors/intent-to-join.js +8 -0
- package/dist/common/errors/intent-to-join.js.map +1 -1
- package/dist/common/errors/join-meeting.js +8 -0
- package/dist/common/errors/join-meeting.js.map +1 -1
- package/dist/common/errors/media.js +7 -0
- package/dist/common/errors/media.js.map +1 -1
- package/dist/common/errors/parameter.js.map +1 -1
- package/dist/common/errors/password-error.js +7 -0
- package/dist/common/errors/password-error.js.map +1 -1
- package/dist/common/errors/permission.js +7 -0
- package/dist/common/errors/permission.js.map +1 -1
- package/dist/common/errors/reconnection-in-progress.js.map +1 -1
- package/dist/common/errors/reconnection.js +7 -0
- package/dist/common/errors/reconnection.js.map +1 -1
- package/dist/common/errors/stats.js +7 -0
- package/dist/common/errors/stats.js.map +1 -1
- package/dist/common/errors/webex-errors.js +5 -29
- package/dist/common/errors/webex-errors.js.map +1 -1
- package/dist/common/errors/webex-meetings-error.js +5 -2
- package/dist/common/errors/webex-meetings-error.js.map +1 -1
- package/dist/common/events/events-scope.js.map +1 -1
- package/dist/common/events/events.js.map +1 -1
- package/dist/common/events/trigger-proxy.js.map +1 -1
- package/dist/common/events/util.js.map +1 -1
- package/dist/common/logs/logger-config.js.map +1 -1
- package/dist/common/logs/logger-proxy.js.map +1 -1
- package/dist/common/logs/request.js +3 -0
- package/dist/common/logs/request.js.map +1 -1
- package/dist/common/queue.js.map +1 -1
- package/dist/config.js +1 -0
- package/dist/config.js.map +1 -1
- package/dist/constants.js +15 -74
- package/dist/constants.js.map +1 -1
- package/dist/locus-info/controlsUtils.js.map +1 -1
- package/dist/locus-info/embeddedAppsUtils.js.map +1 -1
- package/dist/locus-info/fullState.js.map +1 -1
- package/dist/locus-info/hostUtils.js.map +1 -1
- package/dist/locus-info/index.js +43 -5
- package/dist/locus-info/index.js.map +1 -1
- package/dist/locus-info/infoUtils.js +4 -0
- package/dist/locus-info/infoUtils.js.map +1 -1
- package/dist/locus-info/mediaSharesUtils.js.map +1 -1
- package/dist/locus-info/parser.js +12 -3
- package/dist/locus-info/parser.js.map +1 -1
- package/dist/locus-info/selfUtils.js.map +1 -1
- package/dist/media/index.js +71 -210
- package/dist/media/index.js.map +1 -1
- package/dist/media/internal-media-core-wrapper.js +22 -0
- package/dist/media/internal-media-core-wrapper.js.map +1 -0
- package/dist/media/properties.js +32 -25
- package/dist/media/properties.js.map +1 -1
- package/dist/media/util.js +0 -27
- package/dist/media/util.js.map +1 -1
- package/dist/mediaQualityMetrics/config.js.map +1 -1
- package/dist/meeting/effectsState.js +8 -1
- package/dist/meeting/effectsState.js.map +1 -1
- package/dist/meeting/index.js +1146 -602
- package/dist/meeting/index.js.map +1 -1
- package/dist/meeting/muteState.js +6 -0
- package/dist/meeting/muteState.js.map +1 -1
- package/dist/meeting/request.js +83 -24
- package/dist/meeting/request.js.map +1 -1
- package/dist/meeting/state.js.map +1 -1
- package/dist/meeting/util.js +5 -44
- package/dist/meeting/util.js.map +1 -1
- package/dist/meeting-info/collection.js +4 -1
- package/dist/meeting-info/collection.js.map +1 -1
- package/dist/meeting-info/index.js +5 -0
- package/dist/meeting-info/index.js.map +1 -1
- package/dist/meeting-info/meeting-info-v2.js +14 -2
- package/dist/meeting-info/meeting-info-v2.js.map +1 -1
- package/dist/meeting-info/request.js +3 -0
- package/dist/meeting-info/request.js.map +1 -1
- package/dist/meeting-info/util.js.map +1 -1
- package/dist/meeting-info/utilv2.js.map +1 -1
- package/dist/meetings/collection.js +4 -1
- package/dist/meetings/collection.js.map +1 -1
- package/dist/meetings/index.js +136 -25
- package/dist/meetings/index.js.map +1 -1
- package/dist/meetings/request.js +4 -0
- package/dist/meetings/request.js.map +1 -1
- package/dist/meetings/util.js +24 -1
- package/dist/meetings/util.js.map +1 -1
- package/dist/member/index.js +30 -7
- package/dist/member/index.js.map +1 -1
- package/dist/member/util.js +2 -1
- package/dist/member/util.js.map +1 -1
- package/dist/members/collection.js +1 -0
- package/dist/members/collection.js.map +1 -1
- package/dist/members/index.js +82 -1
- package/dist/members/index.js.map +1 -1
- package/dist/members/request.js +19 -9
- package/dist/members/request.js.map +1 -1
- package/dist/members/util.js.map +1 -1
- package/dist/metrics/config.js.map +1 -1
- package/dist/metrics/constants.js.map +1 -1
- package/dist/metrics/index.js +8 -0
- package/dist/metrics/index.js.map +1 -1
- package/dist/multistream/mediaRequestManager.js +133 -0
- package/dist/multistream/mediaRequestManager.js.map +1 -0
- package/dist/multistream/multistreamMedia.js +116 -0
- package/dist/multistream/multistreamMedia.js.map +1 -0
- package/dist/multistream/receiveSlot.js +209 -0
- package/dist/multistream/receiveSlot.js.map +1 -0
- package/dist/multistream/receiveSlotManager.js +195 -0
- package/dist/multistream/receiveSlotManager.js.map +1 -0
- package/dist/multistream/remoteMedia.js +289 -0
- package/dist/multistream/remoteMedia.js.map +1 -0
- package/dist/multistream/remoteMediaGroup.js +243 -0
- package/dist/multistream/remoteMediaGroup.js.map +1 -0
- package/dist/multistream/remoteMediaManager.js +1113 -0
- package/dist/multistream/remoteMediaManager.js.map +1 -0
- package/dist/networkQualityMonitor/index.js +10 -2
- package/dist/networkQualityMonitor/index.js.map +1 -1
- package/dist/personal-meeting-room/index.js +11 -0
- package/dist/personal-meeting-room/index.js.map +1 -1
- package/dist/personal-meeting-room/request.js +2 -1
- package/dist/personal-meeting-room/request.js.map +1 -1
- package/dist/personal-meeting-room/util.js.map +1 -1
- package/dist/reachability/index.js +17 -7
- package/dist/reachability/index.js.map +1 -1
- package/dist/reachability/request.js +1 -0
- package/dist/reachability/request.js.map +1 -1
- package/dist/reactions/reactions.js +111 -0
- package/dist/reactions/reactions.js.map +1 -0
- package/dist/reactions/reactions.type.js +40 -0
- package/dist/reactions/reactions.type.js.map +1 -0
- package/dist/reconnection-manager/index.js +130 -132
- package/dist/reconnection-manager/index.js.map +1 -1
- package/dist/roap/index.js +58 -231
- package/dist/roap/index.js.map +1 -1
- package/dist/roap/request.js +7 -116
- package/dist/roap/request.js.map +1 -1
- package/dist/roap/turnDiscovery.js +20 -6
- package/dist/roap/turnDiscovery.js.map +1 -1
- package/dist/statsAnalyzer/global.js +2 -0
- package/dist/statsAnalyzer/global.js.map +1 -1
- package/dist/statsAnalyzer/index.js +58 -37
- package/dist/statsAnalyzer/index.js.map +1 -1
- package/dist/statsAnalyzer/mqaUtil.js +9 -3
- package/dist/statsAnalyzer/mqaUtil.js.map +1 -1
- package/dist/transcription/index.js +10 -3
- package/dist/transcription/index.js.map +1 -1
- package/package.json +21 -20
- package/src/common/{browser-detection.js → browser-detection.ts} +1 -1
- package/src/common/collection.ts +6 -6
- package/src/common/{config.js → config.ts} +1 -1
- package/src/common/errors/{captcha-error.js → captcha-error.ts} +5 -1
- package/src/common/errors/{intent-to-join.js → intent-to-join.ts} +6 -1
- package/src/common/errors/{join-meeting.js → join-meeting.ts} +6 -1
- package/src/common/errors/{media.js → media.ts} +5 -1
- package/src/common/errors/parameter.ts +3 -2
- package/src/common/errors/{password-error.js → password-error.ts} +5 -1
- package/src/common/errors/{permission.js → permission.ts} +5 -1
- package/src/common/errors/{reconnection-in-progress.js → reconnection-in-progress.ts} +0 -0
- package/src/common/errors/{reconnection.js → reconnection.ts} +5 -1
- package/src/common/errors/{stats.js → stats.ts} +5 -1
- package/src/common/errors/{webex-errors.js → webex-errors.ts} +1 -20
- package/src/common/errors/{webex-meetings-error.js → webex-meetings-error.ts} +3 -1
- package/src/common/events/{events-scope.js → events-scope.ts} +1 -1
- package/src/common/events/{events.js → events.ts} +0 -0
- package/src/common/events/{trigger-proxy.js → trigger-proxy.ts} +1 -2
- package/src/common/events/{util.js → util.ts} +1 -1
- package/src/common/logs/{logger-config.js → logger-config.ts} +1 -2
- package/src/common/logs/{logger-proxy.js → logger-proxy.ts} +1 -1
- package/src/common/logs/{request.js → request.ts} +12 -2
- package/src/common/queue.ts +1 -2
- package/src/{config.js → config.ts} +2 -0
- package/src/constants.ts +139 -179
- package/src/locus-info/{controlsUtils.js → controlsUtils.ts} +4 -4
- package/src/locus-info/{embeddedAppsUtils.js → embeddedAppsUtils.ts} +5 -6
- package/src/locus-info/{fullState.js → fullState.ts} +1 -1
- package/src/locus-info/{hostUtils.js → hostUtils.ts} +5 -5
- package/src/locus-info/{index.js → index.ts} +67 -32
- package/src/locus-info/{infoUtils.js → infoUtils.ts} +7 -4
- package/src/locus-info/{mediaSharesUtils.js → mediaSharesUtils.ts} +13 -13
- package/src/locus-info/{parser.js → parser.ts} +22 -12
- package/src/locus-info/{selfUtils.js → selfUtils.ts} +17 -19
- package/src/media/{index.js → index.ts} +130 -205
- package/src/media/internal-media-core-wrapper.ts +9 -0
- package/src/media/{properties.js → properties.ts} +35 -29
- package/src/media/util.ts +16 -0
- package/src/mediaQualityMetrics/{config.js → config.ts} +1 -1
- package/src/meeting/{effectsState.js → effectsState.ts} +12 -6
- package/src/meeting/{index.js → index.ts} +993 -474
- package/src/meeting/{muteState.js → muteState.ts} +16 -11
- package/src/meeting/{request.js → request.ts} +148 -36
- package/src/meeting/{state.js → state.ts} +6 -6
- package/src/meeting/{util.js → util.ts} +9 -51
- package/src/meeting-info/{collection.js → collection.ts} +4 -1
- package/src/meeting-info/{index.js → index.ts} +10 -6
- package/src/meeting-info/{meeting-info-v2.js → meeting-info-v2.ts} +28 -10
- package/src/meeting-info/{request.js → request.ts} +6 -2
- package/src/meeting-info/{util.js → util.ts} +6 -5
- package/src/meeting-info/{utilv2.js → utilv2.ts} +8 -7
- package/src/meetings/{collection.js → collection.ts} +5 -2
- package/src/meetings/{index.js → index.ts} +118 -22
- package/src/meetings/{request.js → request.ts} +6 -1
- package/src/meetings/{util.js → util.ts} +28 -5
- package/src/member/{index.js → index.ts} +46 -15
- package/src/member/{util.js → util.ts} +17 -16
- package/src/members/{collection.js → collection.ts} +2 -1
- package/src/members/{index.js → index.ts} +94 -26
- package/src/members/{request.js → request.ts} +16 -5
- package/src/members/{util.js → util.ts} +7 -7
- package/src/metrics/{config.js → config.ts} +0 -2
- package/src/metrics/{constants.js → constants.ts} +0 -0
- package/src/metrics/{index.js → index.ts} +27 -8
- package/src/multistream/mediaRequestManager.ts +166 -0
- package/src/multistream/multistreamMedia.ts +92 -0
- package/src/multistream/receiveSlot.ts +141 -0
- package/src/multistream/receiveSlotManager.ts +142 -0
- package/src/multistream/remoteMedia.ts +228 -0
- package/src/multistream/remoteMediaGroup.ts +224 -0
- package/src/multistream/remoteMediaManager.ts +911 -0
- package/src/networkQualityMonitor/{index.js → index.ts} +18 -3
- package/src/personal-meeting-room/{index.js → index.ts} +17 -4
- package/src/personal-meeting-room/{request.js → request.ts} +3 -1
- package/src/personal-meeting-room/{util.js → util.ts} +1 -1
- package/src/reachability/{index.js → index.ts} +28 -17
- package/src/reachability/request.ts +4 -2
- package/src/reactions/reactions.ts +104 -0
- package/src/reactions/reactions.type.ts +36 -0
- package/src/reconnection-manager/{index.js → index.ts} +81 -65
- package/src/roap/index.ts +229 -0
- package/src/roap/{request.js → request.ts} +15 -74
- package/src/roap/turnDiscovery.ts +26 -11
- package/src/statsAnalyzer/{global.js → global.ts} +2 -0
- package/src/statsAnalyzer/{index.js → index.ts} +66 -61
- package/src/statsAnalyzer/{mqaUtil.js → mqaUtil.ts} +6 -1
- package/src/transcription/{index.js → index.ts} +16 -11
- package/test/integration/spec/journey.js +1 -1
- package/test/integration/spec/space-meeting.js +1 -2
- package/test/unit/spec/locus-info/infoUtils.js +17 -1
- package/test/unit/spec/media/index.ts +207 -0
- package/test/unit/spec/media/properties.ts +73 -82
- package/test/unit/spec/meeting/effectsState.js +1 -3
- package/test/unit/spec/meeting/index.js +672 -245
- package/test/unit/spec/meeting/muteState.js +7 -0
- package/test/unit/spec/meeting/request.js +25 -1
- package/test/unit/spec/meeting/utils.js +63 -2
- package/test/unit/spec/meetings/index.js +0 -4
- package/test/unit/spec/members/index.js +164 -2
- package/test/unit/spec/multistream/mediaRequestManager.ts +515 -0
- package/test/unit/spec/multistream/receiveSlot.ts +104 -0
- package/test/unit/spec/multistream/receiveSlotManager.ts +173 -0
- package/test/unit/spec/multistream/remoteMedia.ts +225 -0
- package/test/unit/spec/multistream/remoteMediaGroup.ts +396 -0
- package/test/unit/spec/multistream/remoteMediaManager.ts +1309 -0
- package/test/unit/spec/reconnection-manager/index.js +68 -2
- package/test/unit/spec/roap/index.ts +63 -35
- package/test/unit/spec/stats-analyzer/index.js +19 -22
- package/dist/peer-connection-manager/index.js +0 -794
- package/dist/peer-connection-manager/index.js.map +0 -1
- package/dist/peer-connection-manager/util.js +0 -124
- package/dist/peer-connection-manager/util.js.map +0 -1
- package/dist/roap/collection.js +0 -73
- package/dist/roap/collection.js.map +0 -1
- package/dist/roap/handler.js +0 -337
- package/dist/roap/handler.js.map +0 -1
- package/dist/roap/state.js +0 -164
- package/dist/roap/state.js.map +0 -1
- package/dist/roap/util.js +0 -102
- package/dist/roap/util.js.map +0 -1
- package/src/media/util.js +0 -38
- package/src/peer-connection-manager/index.js +0 -723
- package/src/peer-connection-manager/util.ts +0 -117
- package/src/roap/collection.js +0 -63
- package/src/roap/handler.js +0 -252
- package/src/roap/index.js +0 -380
- package/src/roap/state.js +0 -149
- package/src/roap/util.js +0 -93
- package/test/unit/spec/peerconnection-manager/index.js +0 -188
- package/test/unit/spec/peerconnection-manager/utils.js +0 -48
- package/test/unit/spec/peerconnection-manager/utils.test-fixtures.ts +0 -389
- package/test/unit/spec/roap/util.js +0 -30
|
@@ -18,6 +18,13 @@ import {EVENT_TRIGGERS, STATS} from '../constants';
|
|
|
18
18
|
* @extends {EventsScope}
|
|
19
19
|
*/
|
|
20
20
|
export default class NetworkQualityMonitor extends EventsScope {
|
|
21
|
+
config: any;
|
|
22
|
+
frequencyTypes: any;
|
|
23
|
+
indicatorTypes: any;
|
|
24
|
+
mediaType: any;
|
|
25
|
+
networkQualityScore: any;
|
|
26
|
+
networkQualityStatus: any;
|
|
27
|
+
|
|
21
28
|
/**
|
|
22
29
|
* Creates a new instance of NetworkQualityMonitor
|
|
23
30
|
* @constructor
|
|
@@ -29,7 +36,7 @@ export default class NetworkQualityMonitor extends EventsScope {
|
|
|
29
36
|
* @property {Object} networkQualityStatus - hash object based on indicatorTypes and frequencyTypes
|
|
30
37
|
* @property {string} mediaType - audio|video
|
|
31
38
|
*/
|
|
32
|
-
constructor(config) {
|
|
39
|
+
constructor(config: any) {
|
|
33
40
|
super();
|
|
34
41
|
this.config = config;
|
|
35
42
|
this.indicatorTypes = Object.freeze({
|
|
@@ -96,7 +103,15 @@ export default class NetworkQualityMonitor extends EventsScope {
|
|
|
96
103
|
* @public
|
|
97
104
|
* @memberof NetworkQualityMonitor
|
|
98
105
|
*/
|
|
99
|
-
determineUplinkNetworkQuality({
|
|
106
|
+
public determineUplinkNetworkQuality({
|
|
107
|
+
mediaType,
|
|
108
|
+
remoteRtpResults,
|
|
109
|
+
statsAnalyzerCurrentStats,
|
|
110
|
+
}: {
|
|
111
|
+
mediaType: string;
|
|
112
|
+
remoteRtpResults: any;
|
|
113
|
+
statsAnalyzerCurrentStats: object;
|
|
114
|
+
}) {
|
|
100
115
|
const roundTripTimeInMilliseconds = remoteRtpResults.roundTripTime * 1000;
|
|
101
116
|
const jitterInMilliseconds = remoteRtpResults.jitter * 1000;
|
|
102
117
|
const {currentPacketLossRatio} = statsAnalyzerCurrentStats[mediaType].send;
|
|
@@ -157,7 +172,7 @@ export default class NetworkQualityMonitor extends EventsScope {
|
|
|
157
172
|
* @param {(number|undefined)} value
|
|
158
173
|
* @returns {(number|null)}
|
|
159
174
|
*/
|
|
160
|
-
const determineIfUndefined = (value) => (typeof value === 'undefined' ? null : value);
|
|
175
|
+
const determineIfUndefined = (value: number | undefined) => (typeof value === 'undefined' ? null : value);
|
|
161
176
|
|
|
162
177
|
/**
|
|
163
178
|
* Values for some browsers specifically Safari will be undefined we explicitly set to null
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-ignore
|
|
1
2
|
import {StatelessWebexPlugin} from '@webex/webex-core';
|
|
2
3
|
|
|
3
4
|
import {MEETINGS, _PERSONAL_ROOM_} from '../constants';
|
|
@@ -10,6 +11,16 @@ import PersonalMeetingRoomRequest from './request';
|
|
|
10
11
|
* @class PersonalMeetingRoom
|
|
11
12
|
*/
|
|
12
13
|
export default class PersonalMeetingRoom extends StatelessWebexPlugin {
|
|
14
|
+
link: any;
|
|
15
|
+
meetingInfo: any;
|
|
16
|
+
name: any;
|
|
17
|
+
personalMeetingRoomRequest: any;
|
|
18
|
+
pmr: any;
|
|
19
|
+
sipUri: any;
|
|
20
|
+
userId: any;
|
|
21
|
+
meetingLink: any;
|
|
22
|
+
number: any;
|
|
23
|
+
|
|
13
24
|
namespace = MEETINGS;
|
|
14
25
|
|
|
15
26
|
/**
|
|
@@ -17,7 +28,7 @@ export default class PersonalMeetingRoom extends StatelessWebexPlugin {
|
|
|
17
28
|
* @param {Object} attrs
|
|
18
29
|
* @param {Object} options
|
|
19
30
|
*/
|
|
20
|
-
constructor(attrs, options) {
|
|
31
|
+
constructor(attrs: any, options: any) {
|
|
21
32
|
super({}, options);
|
|
22
33
|
/**
|
|
23
34
|
* The pmr server object
|
|
@@ -74,6 +85,7 @@ export default class PersonalMeetingRoom extends StatelessWebexPlugin {
|
|
|
74
85
|
* @private
|
|
75
86
|
* @memberof PersonalMeetingRoom
|
|
76
87
|
*/
|
|
88
|
+
// @ts-ignore
|
|
77
89
|
this.personalMeetingRoomRequest = new PersonalMeetingRoomRequest({}, options);
|
|
78
90
|
}
|
|
79
91
|
|
|
@@ -86,8 +98,9 @@ export default class PersonalMeetingRoom extends StatelessWebexPlugin {
|
|
|
86
98
|
* @public
|
|
87
99
|
* @memberof PersonalMeetingRoom
|
|
88
100
|
*/
|
|
89
|
-
claim(link, pin, preferred = true) {
|
|
101
|
+
public claim(link: string, pin: string, preferred: boolean = true) {
|
|
90
102
|
const options = {
|
|
103
|
+
// @ts-ignore
|
|
91
104
|
userId: this.webex.internal.device.userId,
|
|
92
105
|
passcode: pin,
|
|
93
106
|
meetingAddress: link,
|
|
@@ -112,7 +125,7 @@ export default class PersonalMeetingRoom extends StatelessWebexPlugin {
|
|
|
112
125
|
* @private
|
|
113
126
|
* @memberof PersonalMeetingRoom
|
|
114
127
|
*/
|
|
115
|
-
set(body) {
|
|
128
|
+
private set(body: any) {
|
|
116
129
|
this.pmr = body;
|
|
117
130
|
this.sipUri = body.sipMeetingUri;
|
|
118
131
|
this.meetingLink = body.webExMeetingLink || body.meetingLink;
|
|
@@ -128,7 +141,7 @@ export default class PersonalMeetingRoom extends StatelessWebexPlugin {
|
|
|
128
141
|
* @public
|
|
129
142
|
* @memberof PersonalMeetingRoom
|
|
130
143
|
*/
|
|
131
|
-
get() {
|
|
144
|
+
public get() {
|
|
132
145
|
const options = {
|
|
133
146
|
type: _PERSONAL_ROOM_
|
|
134
147
|
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// @ts-ignore
|
|
1
2
|
import {StatelessWebexPlugin} from '@webex/webex-core';
|
|
2
3
|
|
|
3
4
|
import {MEETINGS} from '../constants';
|
|
@@ -18,7 +19,7 @@ export default class PersonalMeetingRoomRequest extends StatelessWebexPlugin {
|
|
|
18
19
|
* @returns {Promise} returns a promise that resolves/rejects the result of the request
|
|
19
20
|
* @memberof PersonalMeetingRoomRequest
|
|
20
21
|
*/
|
|
21
|
-
claimPmr(options) {
|
|
22
|
+
claimPmr(options: any) {
|
|
22
23
|
if (!options || !options.userId || !options.passcode || !options.meetingAddress || !options.preferred) {
|
|
23
24
|
throw new ParameterError('Claiming a PMR should be done with userId, passcode, preferred, and meetingAddress in options.');
|
|
24
25
|
}
|
|
@@ -34,6 +35,7 @@ export default class PersonalMeetingRoomRequest extends StatelessWebexPlugin {
|
|
|
34
35
|
}
|
|
35
36
|
const request = PersonalMeetingRoomUtil.getClaimedRequestParams(validLink, validPin, options);
|
|
36
37
|
|
|
38
|
+
// @ts-ignore
|
|
37
39
|
return this.request(request);
|
|
38
40
|
}
|
|
39
41
|
}
|
|
@@ -23,12 +23,16 @@ const VIDEO_MESH_TIMEOUT = 1000;
|
|
|
23
23
|
* @export
|
|
24
24
|
*/
|
|
25
25
|
export default class Reachability {
|
|
26
|
+
webex: object;
|
|
27
|
+
reachabilityRequest: any;
|
|
28
|
+
clusterLatencyResults: any;
|
|
29
|
+
|
|
26
30
|
/**
|
|
27
31
|
* Creates an instance of Reachability.
|
|
28
32
|
* @param {object} webex
|
|
29
33
|
* @memberof Reachability
|
|
30
34
|
*/
|
|
31
|
-
constructor(webex) {
|
|
35
|
+
constructor(webex: object) {
|
|
32
36
|
this.webex = webex;
|
|
33
37
|
|
|
34
38
|
/**
|
|
@@ -58,7 +62,7 @@ export default class Reachability {
|
|
|
58
62
|
* @async
|
|
59
63
|
* @memberof Reachability
|
|
60
64
|
*/
|
|
61
|
-
async gatherReachability() {
|
|
65
|
+
public async gatherReachability() {
|
|
62
66
|
this.setup();
|
|
63
67
|
|
|
64
68
|
// Remove stored reachability results to ensure no stale data
|
|
@@ -105,7 +109,7 @@ export default class Reachability {
|
|
|
105
109
|
try {
|
|
106
110
|
const reachabilityResults = JSON.parse(reachabilityData);
|
|
107
111
|
|
|
108
|
-
reachable = Object.values(reachabilityResults).some((result) => result.udp?.reachable === 'true' || result.tcp?.reachable === 'true');
|
|
112
|
+
reachable = Object.values(reachabilityResults).some((result: any) => result.udp?.reachable === 'true' || result.tcp?.reachable === 'true');
|
|
109
113
|
}
|
|
110
114
|
catch (e) {
|
|
111
115
|
LoggerProxy.logger.error(`Roap:request#attachReachabilityData --> Error in parsing reachability data: ${e}`);
|
|
@@ -123,7 +127,7 @@ export default class Reachability {
|
|
|
123
127
|
* @private
|
|
124
128
|
* @memberof Reachability
|
|
125
129
|
*/
|
|
126
|
-
buildPeerConnectionConfig(cluster) {
|
|
130
|
+
private buildPeerConnectionConfig(cluster: any) {
|
|
127
131
|
const iceServers = _.uniq([
|
|
128
132
|
...cluster.udp,
|
|
129
133
|
...cluster.tcp
|
|
@@ -150,12 +154,13 @@ export default class Reachability {
|
|
|
150
154
|
* @private
|
|
151
155
|
* @memberof Reachability
|
|
152
156
|
*/
|
|
153
|
-
createPeerConnection(cluster) {
|
|
157
|
+
private createPeerConnection(cluster: any) {
|
|
154
158
|
const {key, config} = cluster;
|
|
155
159
|
|
|
156
160
|
try {
|
|
157
161
|
const peerConnection = new window.RTCPeerConnection(config);
|
|
158
162
|
|
|
163
|
+
// @ts-ignore
|
|
159
164
|
peerConnection.key = key;
|
|
160
165
|
|
|
161
166
|
return peerConnection;
|
|
@@ -175,7 +180,7 @@ export default class Reachability {
|
|
|
175
180
|
* @private
|
|
176
181
|
* @memberof Reachability
|
|
177
182
|
*/
|
|
178
|
-
getElapsedTime(peerConnection) {
|
|
183
|
+
private getElapsedTime(peerConnection: any) {
|
|
179
184
|
const startTime = peerConnection.begin;
|
|
180
185
|
|
|
181
186
|
delete peerConnection.begin;
|
|
@@ -191,8 +196,8 @@ export default class Reachability {
|
|
|
191
196
|
* @private
|
|
192
197
|
* @memberof Reachability
|
|
193
198
|
*/
|
|
194
|
-
getLocalSDPForClusters(clusterList) {
|
|
195
|
-
let clusters = [...Object.keys(clusterList)];
|
|
199
|
+
private getLocalSDPForClusters(clusterList: object) {
|
|
200
|
+
let clusters: any[] = [...Object.keys(clusterList)];
|
|
196
201
|
|
|
197
202
|
clusters = clusters.map(async (key) => {
|
|
198
203
|
const cluster = clusterList[key];
|
|
@@ -200,6 +205,7 @@ export default class Reachability {
|
|
|
200
205
|
const peerConnection = this.createPeerConnection({key, config});
|
|
201
206
|
const description = await peerConnection.createOffer({offerToReceiveAudio: true});
|
|
202
207
|
|
|
208
|
+
// @ts-ignore
|
|
203
209
|
peerConnection.begin = Date.now();
|
|
204
210
|
peerConnection.setLocalDescription(description);
|
|
205
211
|
|
|
@@ -226,7 +232,7 @@ export default class Reachability {
|
|
|
226
232
|
* @private
|
|
227
233
|
* @memberof Reachability
|
|
228
234
|
*/
|
|
229
|
-
getUnreachablClusters() {
|
|
235
|
+
private getUnreachablClusters() {
|
|
230
236
|
const unreachableList = [];
|
|
231
237
|
const clusters = this.clusterLatencyResults;
|
|
232
238
|
|
|
@@ -250,13 +256,14 @@ export default class Reachability {
|
|
|
250
256
|
* @private
|
|
251
257
|
* @memberof Reachability
|
|
252
258
|
*/
|
|
253
|
-
handleIceGatheringStateChange(peerConnection) {
|
|
259
|
+
private handleIceGatheringStateChange(peerConnection: RTCPeerConnection) {
|
|
254
260
|
peerConnection.onicegatheringstatechange = () => {
|
|
255
261
|
const {COMPLETE} = ICE_GATHERING_STATE;
|
|
256
262
|
|
|
257
263
|
if (peerConnection.iceConnectionState === COMPLETE) {
|
|
258
264
|
const elapsed = this.getElapsedTime(peerConnection);
|
|
259
265
|
|
|
266
|
+
// @ts-ignore
|
|
260
267
|
LoggerProxy.logger.log(`Reachability:index#onIceGatheringStateChange --> Successfully pinged ${peerConnection.key}:`, elapsed);
|
|
261
268
|
this.setLatencyAndClose(peerConnection, elapsed);
|
|
262
269
|
}
|
|
@@ -272,13 +279,14 @@ export default class Reachability {
|
|
|
272
279
|
* @private
|
|
273
280
|
* @memberof Reachability
|
|
274
281
|
*/
|
|
275
|
-
handleOnIceCandidate(peerConnection) {
|
|
282
|
+
private handleOnIceCandidate(peerConnection: RTCPeerConnection) {
|
|
276
283
|
peerConnection.onicecandidate = (e) => {
|
|
277
284
|
const SERVER_REFLEXIVE = 'srflx';
|
|
278
285
|
|
|
279
286
|
if (e.candidate && String(e.candidate.type).toLowerCase() === SERVER_REFLEXIVE) {
|
|
280
287
|
const elapsed = this.getElapsedTime(peerConnection);
|
|
281
288
|
|
|
289
|
+
// @ts-ignore
|
|
282
290
|
LoggerProxy.logger.log(`Reachability:index#onIceCandidate --> Successfully pinged ${peerConnection.key}:`, elapsed);
|
|
283
291
|
this.setLatencyAndClose(peerConnection, elapsed);
|
|
284
292
|
}
|
|
@@ -294,7 +302,7 @@ export default class Reachability {
|
|
|
294
302
|
* @param {number} timeout
|
|
295
303
|
* @returns {Promise}
|
|
296
304
|
*/
|
|
297
|
-
iceGatheringState(peerConnection, timeout) {
|
|
305
|
+
private iceGatheringState(peerConnection: RTCPeerConnection, timeout: number) {
|
|
298
306
|
const ELAPSED = 'elapsed';
|
|
299
307
|
|
|
300
308
|
return new Promise((resolve) => {
|
|
@@ -311,6 +319,7 @@ export default class Reachability {
|
|
|
311
319
|
set: (target, property, value) => {
|
|
312
320
|
// only intercept elapsed property
|
|
313
321
|
if (property === ELAPSED) {
|
|
322
|
+
// @ts-ignore
|
|
314
323
|
resolve({clusterId: peerConnection.key, elapsed: value});
|
|
315
324
|
|
|
316
325
|
return true;
|
|
@@ -345,7 +354,7 @@ export default class Reachability {
|
|
|
345
354
|
* @private
|
|
346
355
|
* @memberof Reachability
|
|
347
356
|
*/
|
|
348
|
-
logUnreachableClusters() {
|
|
357
|
+
private logUnreachableClusters() {
|
|
349
358
|
const list = this.getUnreachablClusters();
|
|
350
359
|
|
|
351
360
|
list.forEach((cluster) => {
|
|
@@ -361,7 +370,7 @@ export default class Reachability {
|
|
|
361
370
|
* @private
|
|
362
371
|
* @memberof Reachability
|
|
363
372
|
*/
|
|
364
|
-
parseIceResultsToReachabilityResults(iceResults) {
|
|
373
|
+
private parseIceResultsToReachabilityResults(iceResults: Array<any>) {
|
|
365
374
|
const reachabilityMap = {};
|
|
366
375
|
|
|
367
376
|
iceResults.forEach(({clusterId, elapsed}) => {
|
|
@@ -394,7 +403,7 @@ export default class Reachability {
|
|
|
394
403
|
* @private
|
|
395
404
|
* @memberof Reachability
|
|
396
405
|
*/
|
|
397
|
-
performReachabilityCheck(clusterList) {
|
|
406
|
+
private performReachabilityCheck(clusterList: object) {
|
|
398
407
|
if (!clusterList || !Object.keys(clusterList).length) {
|
|
399
408
|
return Promise.resolve({});
|
|
400
409
|
}
|
|
@@ -427,10 +436,11 @@ export default class Reachability {
|
|
|
427
436
|
* @private
|
|
428
437
|
* @memberof Reachability
|
|
429
438
|
*/
|
|
430
|
-
setLatencyAndClose(peerConnection, elapsed) {
|
|
439
|
+
private setLatencyAndClose(peerConnection: RTCPeerConnection, elapsed: number) {
|
|
431
440
|
const REACHABLE = 'reachable';
|
|
432
441
|
const UNREACHABLE = 'unreachable';
|
|
433
442
|
const {CLOSED} = CONNECTION_STATE;
|
|
443
|
+
// @ts-ignore
|
|
434
444
|
const {key} = peerConnection;
|
|
435
445
|
const resultKey = elapsed === null ? UNREACHABLE : REACHABLE;
|
|
436
446
|
const intialState = {[REACHABLE]: 0, [UNREACHABLE]: 0};
|
|
@@ -448,6 +458,7 @@ export default class Reachability {
|
|
|
448
458
|
// an event other than onIceCandidate
|
|
449
459
|
peerConnection.onicecandidate = null;
|
|
450
460
|
peerConnection.close();
|
|
461
|
+
// @ts-ignore
|
|
451
462
|
peerConnection.elapsed = elapsed;
|
|
452
463
|
}
|
|
453
464
|
|
|
@@ -458,7 +469,7 @@ export default class Reachability {
|
|
|
458
469
|
* @private
|
|
459
470
|
* @memberof Reachability
|
|
460
471
|
*/
|
|
461
|
-
setup() {
|
|
472
|
+
private setup() {
|
|
462
473
|
this.clusterLatencyResults = {};
|
|
463
474
|
}
|
|
464
475
|
}
|
|
@@ -20,12 +20,14 @@ export type ClusterList = {
|
|
|
20
20
|
* @class ReachabilityRequest
|
|
21
21
|
*/
|
|
22
22
|
class ReachabilityRequest {
|
|
23
|
+
webex: any;
|
|
24
|
+
|
|
23
25
|
/**
|
|
24
26
|
* Creates an instance of ReachabilityRequest.
|
|
25
27
|
* @param {object} webex
|
|
26
28
|
* @memberof ReachabilityRequest
|
|
27
29
|
*/
|
|
28
|
-
constructor(webex) {
|
|
30
|
+
constructor(webex: object) {
|
|
29
31
|
this.webex = webex;
|
|
30
32
|
}
|
|
31
33
|
|
|
@@ -58,7 +60,7 @@ class ReachabilityRequest {
|
|
|
58
60
|
* @param {Object} localSDPList localSDPs for the cluster
|
|
59
61
|
* @returns {Object}
|
|
60
62
|
*/
|
|
61
|
-
remoteSDPForClusters = (localSDPList) => this.webex.request({
|
|
63
|
+
remoteSDPForClusters = (localSDPList: object) => this.webex.request({
|
|
62
64
|
method: HTTP_VERBS.POST,
|
|
63
65
|
shouldRefreshAccessToken: false,
|
|
64
66
|
api: API.CALLIOPEDISCOVERY,
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import {Reaction, ReactionType, SkinTone, SkinToneType} from './reactions.type';
|
|
2
|
+
|
|
3
|
+
const Reactions: Record<ReactionType, Reaction> = {
|
|
4
|
+
smile: {
|
|
5
|
+
type: 'smile',
|
|
6
|
+
codepoints: '1F642',
|
|
7
|
+
shortcodes: ':slightly_smiling_face:'
|
|
8
|
+
},
|
|
9
|
+
sad: {
|
|
10
|
+
type: 'sad',
|
|
11
|
+
codepoints: '1F625',
|
|
12
|
+
shortcodes: ':sad_but_relieved_face:',
|
|
13
|
+
},
|
|
14
|
+
wow: {
|
|
15
|
+
type: 'wow',
|
|
16
|
+
codepoints: '1F62E',
|
|
17
|
+
shortcodes: ':open_mouth:',
|
|
18
|
+
},
|
|
19
|
+
haha: {
|
|
20
|
+
type: 'haha',
|
|
21
|
+
codepoints: '1F603',
|
|
22
|
+
shortcodes: ':smiley:'
|
|
23
|
+
},
|
|
24
|
+
celebrate: {
|
|
25
|
+
type: 'celebrate',
|
|
26
|
+
codepoints: '1F389',
|
|
27
|
+
shortcodes: ':party_popper:',
|
|
28
|
+
},
|
|
29
|
+
clap: {
|
|
30
|
+
type: 'clap',
|
|
31
|
+
codepoints: '1F44F',
|
|
32
|
+
shortcodes: ':clap:',
|
|
33
|
+
},
|
|
34
|
+
thumbs_up: {
|
|
35
|
+
type: 'thumb_up',
|
|
36
|
+
codepoints: '1F44D',
|
|
37
|
+
shortcodes: ':thumbsup:',
|
|
38
|
+
},
|
|
39
|
+
thumbs_down: {
|
|
40
|
+
type: 'thumb_down',
|
|
41
|
+
codepoints: '1F44E',
|
|
42
|
+
shortcodes: ':thumbsdown:',
|
|
43
|
+
},
|
|
44
|
+
heart: {
|
|
45
|
+
type: 'heart',
|
|
46
|
+
codepoints: '2764',
|
|
47
|
+
shortcodes: ':heart:',
|
|
48
|
+
},
|
|
49
|
+
fire: {
|
|
50
|
+
type: 'fire',
|
|
51
|
+
codepoints: '1F525',
|
|
52
|
+
shortcodes: ':fire:',
|
|
53
|
+
},
|
|
54
|
+
prayer: {
|
|
55
|
+
type: 'prayer',
|
|
56
|
+
codepoints: '1F64F',
|
|
57
|
+
shortcodes: ':pray:',
|
|
58
|
+
},
|
|
59
|
+
speed_up: {
|
|
60
|
+
type: 'speed_up',
|
|
61
|
+
codepoints: '1F407',
|
|
62
|
+
shortcodes: ':rabbit:',
|
|
63
|
+
},
|
|
64
|
+
slow_down: {
|
|
65
|
+
type: 'slow_down',
|
|
66
|
+
codepoints: '1F422',
|
|
67
|
+
shortcodes: ':turtle:',
|
|
68
|
+
}
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
const SkinTones: Record<SkinToneType, SkinTone> = {
|
|
72
|
+
normal: {
|
|
73
|
+
type: 'normal_skin_tone',
|
|
74
|
+
codepoints: '',
|
|
75
|
+
shortcodes: '',
|
|
76
|
+
},
|
|
77
|
+
light: {
|
|
78
|
+
type: 'light_skin_tone',
|
|
79
|
+
codepoints: '1F3FB',
|
|
80
|
+
shortcodes: ':skin-tone-2:',
|
|
81
|
+
},
|
|
82
|
+
medium_light: {
|
|
83
|
+
type: 'medium_light_skin_tone',
|
|
84
|
+
codepoints: '1F3FC',
|
|
85
|
+
shortcodes: ':skin-tone-3:',
|
|
86
|
+
},
|
|
87
|
+
medium: {
|
|
88
|
+
type: 'medium_skin_tone',
|
|
89
|
+
codepoints: '1F3FD',
|
|
90
|
+
shortcodes: ':skin-tone-4:',
|
|
91
|
+
},
|
|
92
|
+
medium_dark: {
|
|
93
|
+
type: 'medium_dark_skin_tone',
|
|
94
|
+
codepoints: '1F3FE',
|
|
95
|
+
shortcodes: ':skin-tone-5:',
|
|
96
|
+
},
|
|
97
|
+
dark: {
|
|
98
|
+
type: 'dark_skin_tone',
|
|
99
|
+
codepoints: '1F3FF',
|
|
100
|
+
shortcodes: ':skin-tone-6:',
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
export {Reactions, SkinTones};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
|
|
2
|
+
export type EmoticonData = {
|
|
3
|
+
type: string;
|
|
4
|
+
codepoints?: string;
|
|
5
|
+
shortcodes?: string;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export type SkinTone = EmoticonData;
|
|
9
|
+
export type Reaction = EmoticonData & {
|
|
10
|
+
tone?: SkinTone;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export enum ReactionType {
|
|
14
|
+
smile = 'smile',
|
|
15
|
+
sad = 'sad',
|
|
16
|
+
wow = 'wow',
|
|
17
|
+
haha = 'haha',
|
|
18
|
+
celebrate = 'celebrate',
|
|
19
|
+
clap = 'clap',
|
|
20
|
+
thumbs_up = 'thumbs_up',
|
|
21
|
+
thumbs_down = 'thumbs_down',
|
|
22
|
+
heart = 'heart',
|
|
23
|
+
fire = 'fire',
|
|
24
|
+
prayer = 'prayer',
|
|
25
|
+
speed_up = 'speed_up',
|
|
26
|
+
slow_down = 'slow_down',
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export enum SkinToneType {
|
|
30
|
+
normal = 'normal',
|
|
31
|
+
light = 'light',
|
|
32
|
+
medium_light = 'medium_light',
|
|
33
|
+
medium = 'medium',
|
|
34
|
+
medium_dark = 'medium_dark',
|
|
35
|
+
dark = 'dark',
|
|
36
|
+
}
|