@webex/plugin-meetings 3.0.0-beta.7 → 3.0.0-beta.9

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.
Files changed (204) hide show
  1. package/dist/common/browser-detection.js.map +1 -1
  2. package/dist/common/collection.js.map +1 -1
  3. package/dist/common/config.js.map +1 -1
  4. package/dist/common/errors/captcha-error.js +7 -0
  5. package/dist/common/errors/captcha-error.js.map +1 -1
  6. package/dist/common/errors/intent-to-join.js +8 -0
  7. package/dist/common/errors/intent-to-join.js.map +1 -1
  8. package/dist/common/errors/join-meeting.js +8 -0
  9. package/dist/common/errors/join-meeting.js.map +1 -1
  10. package/dist/common/errors/media.js +7 -0
  11. package/dist/common/errors/media.js.map +1 -1
  12. package/dist/common/errors/parameter.js.map +1 -1
  13. package/dist/common/errors/password-error.js +7 -0
  14. package/dist/common/errors/password-error.js.map +1 -1
  15. package/dist/common/errors/permission.js +7 -0
  16. package/dist/common/errors/permission.js.map +1 -1
  17. package/dist/common/errors/reconnection-in-progress.js.map +1 -1
  18. package/dist/common/errors/reconnection.js +7 -0
  19. package/dist/common/errors/reconnection.js.map +1 -1
  20. package/dist/common/errors/stats.js +7 -0
  21. package/dist/common/errors/stats.js.map +1 -1
  22. package/dist/common/errors/webex-errors.js.map +1 -1
  23. package/dist/common/errors/webex-meetings-error.js +5 -2
  24. package/dist/common/errors/webex-meetings-error.js.map +1 -1
  25. package/dist/common/events/events-scope.js.map +1 -1
  26. package/dist/common/events/events.js.map +1 -1
  27. package/dist/common/events/trigger-proxy.js.map +1 -1
  28. package/dist/common/events/util.js.map +1 -1
  29. package/dist/common/logs/logger-config.js.map +1 -1
  30. package/dist/common/logs/logger-proxy.js.map +1 -1
  31. package/dist/common/logs/request.js +3 -0
  32. package/dist/common/logs/request.js.map +1 -1
  33. package/dist/common/queue.js.map +1 -1
  34. package/dist/config.js.map +1 -1
  35. package/dist/constants.js.map +1 -1
  36. package/dist/locus-info/controlsUtils.js.map +1 -1
  37. package/dist/locus-info/embeddedAppsUtils.js.map +1 -1
  38. package/dist/locus-info/fullState.js.map +1 -1
  39. package/dist/locus-info/hostUtils.js.map +1 -1
  40. package/dist/locus-info/index.js +43 -5
  41. package/dist/locus-info/index.js.map +1 -1
  42. package/dist/locus-info/infoUtils.js.map +1 -1
  43. package/dist/locus-info/mediaSharesUtils.js.map +1 -1
  44. package/dist/locus-info/parser.js +12 -3
  45. package/dist/locus-info/parser.js.map +1 -1
  46. package/dist/locus-info/selfUtils.js.map +1 -1
  47. package/dist/media/index.js.map +1 -1
  48. package/dist/media/properties.js +12 -0
  49. package/dist/media/properties.js.map +1 -1
  50. package/dist/media/util.js.map +1 -1
  51. package/dist/mediaQualityMetrics/config.js.map +1 -1
  52. package/dist/meeting/effectsState.js +8 -1
  53. package/dist/meeting/effectsState.js.map +1 -1
  54. package/dist/meeting/index.js +173 -50
  55. package/dist/meeting/index.js.map +1 -1
  56. package/dist/meeting/muteState.js +6 -0
  57. package/dist/meeting/muteState.js.map +1 -1
  58. package/dist/meeting/request.js +54 -24
  59. package/dist/meeting/request.js.map +1 -1
  60. package/dist/meeting/state.js.map +1 -1
  61. package/dist/meeting/util.js.map +1 -1
  62. package/dist/meeting-info/collection.js +4 -1
  63. package/dist/meeting-info/collection.js.map +1 -1
  64. package/dist/meeting-info/index.js +5 -0
  65. package/dist/meeting-info/index.js.map +1 -1
  66. package/dist/meeting-info/meeting-info-v2.js +14 -2
  67. package/dist/meeting-info/meeting-info-v2.js.map +1 -1
  68. package/dist/meeting-info/request.js +3 -0
  69. package/dist/meeting-info/request.js.map +1 -1
  70. package/dist/meeting-info/util.js.map +1 -1
  71. package/dist/meeting-info/utilv2.js.map +1 -1
  72. package/dist/meetings/collection.js +4 -1
  73. package/dist/meetings/collection.js.map +1 -1
  74. package/dist/meetings/index.js +72 -20
  75. package/dist/meetings/index.js.map +1 -1
  76. package/dist/meetings/request.js +4 -0
  77. package/dist/meetings/request.js.map +1 -1
  78. package/dist/meetings/util.js.map +1 -1
  79. package/dist/member/index.js +30 -7
  80. package/dist/member/index.js.map +1 -1
  81. package/dist/member/util.js +2 -1
  82. package/dist/member/util.js.map +1 -1
  83. package/dist/members/collection.js +1 -0
  84. package/dist/members/collection.js.map +1 -1
  85. package/dist/members/index.js +14 -1
  86. package/dist/members/index.js.map +1 -1
  87. package/dist/members/request.js +19 -9
  88. package/dist/members/request.js.map +1 -1
  89. package/dist/members/util.js.map +1 -1
  90. package/dist/metrics/config.js.map +1 -1
  91. package/dist/metrics/constants.js.map +1 -1
  92. package/dist/metrics/index.js +8 -0
  93. package/dist/metrics/index.js.map +1 -1
  94. package/dist/networkQualityMonitor/index.js +10 -2
  95. package/dist/networkQualityMonitor/index.js.map +1 -1
  96. package/dist/personal-meeting-room/index.js +11 -0
  97. package/dist/personal-meeting-room/index.js.map +1 -1
  98. package/dist/personal-meeting-room/request.js +2 -1
  99. package/dist/personal-meeting-room/request.js.map +1 -1
  100. package/dist/personal-meeting-room/util.js.map +1 -1
  101. package/dist/reachability/index.js +17 -7
  102. package/dist/reachability/index.js.map +1 -1
  103. package/dist/reachability/request.js +1 -0
  104. package/dist/reachability/request.js.map +1 -1
  105. package/dist/reconnection-manager/index.js +21 -2
  106. package/dist/reconnection-manager/index.js.map +1 -1
  107. package/dist/roap/index.js +23 -13
  108. package/dist/roap/index.js.map +1 -1
  109. package/dist/roap/request.js +5 -2
  110. package/dist/roap/request.js.map +1 -1
  111. package/dist/roap/turnDiscovery.js +9 -1
  112. package/dist/roap/turnDiscovery.js.map +1 -1
  113. package/dist/statsAnalyzer/global.js.map +1 -1
  114. package/dist/statsAnalyzer/index.js +19 -1
  115. package/dist/statsAnalyzer/index.js.map +1 -1
  116. package/dist/statsAnalyzer/mqaUtil.js +9 -3
  117. package/dist/statsAnalyzer/mqaUtil.js.map +1 -1
  118. package/dist/transcription/index.js +10 -3
  119. package/dist/transcription/index.js.map +1 -1
  120. package/package.json +17 -18
  121. package/src/common/{browser-detection.js → browser-detection.ts} +1 -1
  122. package/src/common/collection.ts +6 -6
  123. package/src/common/{config.js → config.ts} +1 -1
  124. package/src/common/errors/{captcha-error.js → captcha-error.ts} +5 -1
  125. package/src/common/errors/{intent-to-join.js → intent-to-join.ts} +6 -1
  126. package/src/common/errors/{join-meeting.js → join-meeting.ts} +6 -1
  127. package/src/common/errors/{media.js → media.ts} +5 -1
  128. package/src/common/errors/parameter.ts +3 -2
  129. package/src/common/errors/{password-error.js → password-error.ts} +5 -1
  130. package/src/common/errors/{permission.js → permission.ts} +5 -1
  131. package/src/common/errors/{reconnection-in-progress.js → reconnection-in-progress.ts} +0 -0
  132. package/src/common/errors/{reconnection.js → reconnection.ts} +5 -1
  133. package/src/common/errors/{stats.js → stats.ts} +5 -1
  134. package/src/common/errors/{webex-errors.js → webex-errors.ts} +1 -2
  135. package/src/common/errors/{webex-meetings-error.js → webex-meetings-error.ts} +3 -1
  136. package/src/common/events/{events-scope.js → events-scope.ts} +1 -1
  137. package/src/common/events/{events.js → events.ts} +0 -0
  138. package/src/common/events/{trigger-proxy.js → trigger-proxy.ts} +1 -2
  139. package/src/common/events/{util.js → util.ts} +1 -1
  140. package/src/common/logs/{logger-config.js → logger-config.ts} +1 -2
  141. package/src/common/logs/{logger-proxy.js → logger-proxy.ts} +1 -1
  142. package/src/common/logs/{request.js → request.ts} +12 -2
  143. package/src/common/queue.ts +1 -2
  144. package/src/{config.js → config.ts} +1 -0
  145. package/src/constants.ts +2 -1
  146. package/src/locus-info/{controlsUtils.js → controlsUtils.ts} +4 -4
  147. package/src/locus-info/{embeddedAppsUtils.js → embeddedAppsUtils.ts} +5 -6
  148. package/src/locus-info/{fullState.js → fullState.ts} +1 -1
  149. package/src/locus-info/{hostUtils.js → hostUtils.ts} +5 -5
  150. package/src/locus-info/{index.js → index.ts} +67 -32
  151. package/src/locus-info/{infoUtils.js → infoUtils.ts} +3 -4
  152. package/src/locus-info/{mediaSharesUtils.js → mediaSharesUtils.ts} +13 -13
  153. package/src/locus-info/{parser.js → parser.ts} +22 -12
  154. package/src/locus-info/{selfUtils.js → selfUtils.ts} +17 -19
  155. package/src/media/{index.js → index.ts} +62 -16
  156. package/src/media/{properties.js → properties.ts} +16 -4
  157. package/src/media/{util.js → util.ts} +1 -1
  158. package/src/mediaQualityMetrics/{config.js → config.ts} +1 -1
  159. package/src/meeting/{effectsState.js → effectsState.ts} +12 -6
  160. package/src/meeting/{index.js → index.ts} +341 -156
  161. package/src/meeting/{muteState.js → muteState.ts} +16 -11
  162. package/src/meeting/{request.js → request.ts} +124 -36
  163. package/src/meeting/{state.js → state.ts} +6 -6
  164. package/src/meeting/{util.js → util.ts} +4 -4
  165. package/src/meeting-info/{collection.js → collection.ts} +4 -1
  166. package/src/meeting-info/{index.js → index.ts} +10 -6
  167. package/src/meeting-info/{meeting-info-v2.js → meeting-info-v2.ts} +28 -10
  168. package/src/meeting-info/{request.js → request.ts} +6 -2
  169. package/src/meeting-info/{util.js → util.ts} +6 -5
  170. package/src/meeting-info/{utilv2.js → utilv2.ts} +8 -7
  171. package/src/meetings/{collection.js → collection.ts} +5 -2
  172. package/src/meetings/{index.js → index.ts} +88 -21
  173. package/src/meetings/{request.js → request.ts} +6 -1
  174. package/src/meetings/{util.js → util.ts} +5 -3
  175. package/src/member/{index.js → index.ts} +46 -15
  176. package/src/member/{util.js → util.ts} +17 -16
  177. package/src/members/{collection.js → collection.ts} +2 -1
  178. package/src/members/{index.js → index.ts} +46 -26
  179. package/src/members/{request.js → request.ts} +16 -5
  180. package/src/members/{util.js → util.ts} +7 -7
  181. package/src/metrics/{config.js → config.ts} +0 -2
  182. package/src/metrics/{constants.js → constants.ts} +0 -0
  183. package/src/metrics/{index.js → index.ts} +27 -8
  184. package/src/networkQualityMonitor/{index.js → index.ts} +18 -3
  185. package/src/personal-meeting-room/{index.js → index.ts} +17 -4
  186. package/src/personal-meeting-room/{request.js → request.ts} +3 -1
  187. package/src/personal-meeting-room/{util.js → util.ts} +1 -1
  188. package/src/reachability/{index.js → index.ts} +28 -17
  189. package/src/reachability/request.ts +4 -2
  190. package/src/reconnection-manager/{index.js → index.ts} +41 -12
  191. package/src/roap/{index.js → index.ts} +27 -18
  192. package/src/roap/{request.js → request.ts} +14 -2
  193. package/src/roap/turnDiscovery.ts +14 -5
  194. package/src/statsAnalyzer/{global.js → global.ts} +0 -0
  195. package/src/statsAnalyzer/{index.js → index.ts} +36 -17
  196. package/src/statsAnalyzer/{mqaUtil.js → mqaUtil.ts} +6 -1
  197. package/src/transcription/{index.js → index.ts} +16 -11
  198. package/test/integration/spec/space-meeting.js +1 -2
  199. package/test/unit/spec/meeting/index.js +26 -14
  200. package/test/unit/spec/reconnection-manager/index.js +1 -0
  201. package/dist/peer-connection-manager/util.js +0 -124
  202. package/dist/peer-connection-manager/util.js.map +0 -1
  203. package/src/peer-connection-manager/util.ts +0 -117
  204. package/test/unit/spec/peerconnection-manager/utils.test-fixtures.ts +0 -389
@@ -18,6 +18,7 @@ import {
18
18
  } from './config';
19
19
 
20
20
  const OSMap = {
21
+ // @ts-ignore
21
22
  'Chrome OS': OS_NAME.chrome,
22
23
  macOS: OS_NAME.MAC,
23
24
  Windows: OS_NAME.WINDOWS,
@@ -76,6 +77,13 @@ const triggerTimers = ({event, meeting, data}) => {
76
77
  * @class Metrics
77
78
  */
78
79
  class Metrics {
80
+ static instance: Metrics;
81
+
82
+ _events: any;
83
+ keys: any;
84
+ meetingCollection: any;
85
+ webex: any;
86
+
79
87
  /**
80
88
  * Create Metrics Object
81
89
  * @constructor
@@ -125,7 +133,7 @@ class Metrics {
125
133
  *
126
134
  * @returns {void}
127
135
  */
128
- initialSetup(meetingCollection, webex) {
136
+ initialSetup(meetingCollection: object, webex: object) {
129
137
  this.meetingCollection = meetingCollection;
130
138
  this.webex = webex;
131
139
  }
@@ -139,7 +147,7 @@ class Metrics {
139
147
  * @param {object} options.event
140
148
  * @returns {object} null
141
149
  */
142
- postEvent(options) {
150
+ postEvent(options: { meeting?: any; meetingId?: string; data?: object; event?: any } | any) {
143
151
  const {meetingId, data = {}, event} = options;
144
152
  let {meeting} = options;
145
153
 
@@ -181,7 +189,7 @@ class Metrics {
181
189
  */
182
190
 
183
191
  initPayload(eventType, identifiers, options) {
184
- const payload = {
192
+ const payload: any = {
185
193
  eventId: uuid.v4(),
186
194
  version: 1,
187
195
  origin: {
@@ -252,7 +260,7 @@ class Metrics {
252
260
  * @private
253
261
  * @memberof Metrics
254
262
  */
255
- getOsName() {
263
+ private getOsName() {
256
264
  return OSMap[getOSName()] ?? OS_NAME.OTHERS;
257
265
  }
258
266
 
@@ -270,7 +278,18 @@ class Metrics {
270
278
  * @public
271
279
  * @memberof Metrics
272
280
  */
273
- initMediaPayload(eventType, identifiers, options = {}) {
281
+ public initMediaPayload(
282
+ eventType: string,
283
+ identifiers: {
284
+ correlationId: string;
285
+ locusUrl: string;
286
+ locusId: string;
287
+ },
288
+ options: {
289
+ intervalData: object;
290
+ clientType: string;
291
+ } | any = {}
292
+ ) {
274
293
  const {audioSetupDelay, videoSetupDelay, joinTimes} = options;
275
294
 
276
295
  const payload = {
@@ -329,7 +348,7 @@ class Metrics {
329
348
  * @returns {{showToUser: boolean, category: string, errorDescription: string,
330
349
  * errorCode: number, errorData: *, fatal: boolean, name: string}}
331
350
  */
332
- parseLocusError(err, showToUser) {
351
+ parseLocusError(err: any, showToUser: boolean) {
333
352
  let errorCode;
334
353
 
335
354
  if (err && err.statusCode && err.statusCode >= 500) {
@@ -447,7 +466,7 @@ class Metrics {
447
466
 
448
467
  generateErrorPayload(errorCode, shownToUser, name, err) {
449
468
  if (error.errors[errorCode]) {
450
- const errorPayload = {
469
+ const errorPayload: any = {
451
470
  shownToUser: shownToUser || false,
452
471
  category: error.errors[errorCode][2],
453
472
  errorDescription: error.errors[errorCode][0],
@@ -515,7 +534,7 @@ class Metrics {
515
534
  *
516
535
  * @returns {void}
517
536
  */
518
- sendBehavioralMetric(metricName, metricFields = {}, metricTags = {}) {
537
+ sendBehavioralMetric(metricName: string, metricFields: object = {}, metricTags: object = {}) {
519
538
  this.webex.internal.metrics.submitClientMetrics(metricName, {
520
539
  type: this.webex.config.metrics.type,
521
540
  fields: metricFields,
@@ -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({mediaType, remoteRtpResults, statsAnalyzerCurrentStats}) {
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
  }
@@ -9,7 +9,7 @@ import {
9
9
  WEBEX_DOT_COM
10
10
  } from '../constants';
11
11
 
12
- const PersonalMeetingRoomUtil = {};
12
+ const PersonalMeetingRoomUtil: any = {};
13
13
 
14
14
  PersonalMeetingRoomUtil.getClaimPmrLink = (pmrLink) => {
15
15
  let validator = VALID_PMR_ADDRESS.test(pmrLink);
@@ -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,
@@ -21,6 +21,7 @@ import ReconnectInProgress from '../common/errors/reconnection-in-progress';
21
21
  import {eventType, reconnection, errorObjects} from '../metrics/config';
22
22
  import Media from '../media';
23
23
  import Metrics from '../metrics';
24
+ import Meeting from '../meeting';
24
25
 
25
26
  /**
26
27
  * Used to indicate that the reconnect logic needs to be retried.
@@ -37,6 +38,8 @@ class NeedsRetryError extends Error {}
37
38
  * @extends {Error}
38
39
  */
39
40
  class NeedsRejoinError extends Error {
41
+ wasSharing: any;
42
+
40
43
  /**
41
44
  * Creates an instance of NeedsRejoinError.
42
45
  * @param {Object} params
@@ -44,7 +47,14 @@ class NeedsRejoinError extends Error {
44
47
  * @param {Error} params.error
45
48
  * @memberof NeedsRejoinError
46
49
  */
47
- constructor({wasSharing, error = new Error('Meeting needs to be rejoined')}) {
50
+ constructor({
51
+ wasSharing,
52
+ error = new Error('Meeting needs to be rejoined'),
53
+ }: {
54
+ wasSharing?: boolean;
55
+ error?: Error;
56
+ }) {
57
+ // @ts-ignore
48
58
  super(error);
49
59
 
50
60
  this.wasSharing = wasSharing;
@@ -56,10 +66,19 @@ class NeedsRejoinError extends Error {
56
66
  * @class ReconnectionManager
57
67
  */
58
68
  export default class ReconnectionManager {
69
+ autoRejoinEnabled: any;
70
+ iceState: any;
71
+ maxRejoinAttempts: any;
72
+ meeting: any;
73
+ rejoinAttempts: any;
74
+ shareStatus: any;
75
+ status: any;
76
+ tryCount: any;
77
+ webex: any;
59
78
  /**
60
79
  * @param {Meeting} meeting
61
80
  */
62
- constructor(meeting) {
81
+ constructor(meeting: Meeting) {
63
82
  /**
64
83
  * Stores ICE reconnection state data.
65
84
  *
@@ -72,6 +91,7 @@ export default class ReconnectionManager {
72
91
  disconnected: false,
73
92
  resolve: () => {},
74
93
  timer: undefined,
94
+ // @ts-ignore
75
95
  timeoutDuration: meeting.config.reconnection.iceReconnectionTimeout
76
96
  };
77
97
 
@@ -97,6 +117,7 @@ export default class ReconnectionManager {
97
117
  */
98
118
  // TODO : change this logic to not save the meeting instance
99
119
  // It gets complicated when meeting ends on remote side , We have a old meeting instance which is not up to date
120
+ // @ts-ignore
100
121
  this.webex = meeting.webex;
101
122
  /**
102
123
  * @instance
@@ -108,8 +129,10 @@ export default class ReconnectionManager {
108
129
  // try moving this to meetings collection
109
130
  this.meeting = meeting;
110
131
 
132
+ // @ts-ignore
111
133
  this.maxRejoinAttempts = meeting.config.reconnection.maxRejoinAttempts;
112
134
  this.rejoinAttempts = RECONNECTION.STATE.DEFAULT_TRY_COUNT;
135
+ // @ts-ignore
113
136
  this.autoRejoinEnabled = meeting.config.reconnection.autoRejoin;
114
137
 
115
138
 
@@ -140,7 +163,7 @@ export default class ReconnectionManager {
140
163
  * @public
141
164
  * @memberof ReconnectionManager
142
165
  */
143
- iceReconnected() {
166
+ public iceReconnected() {
144
167
  if (this.iceState.disconnected) {
145
168
  LoggerProxy.logger.log('ReconnectionManager:index#iceReconnected --> ice has reconnected');
146
169
 
@@ -160,13 +183,13 @@ export default class ReconnectionManager {
160
183
  * @public
161
184
  * @memberof ReconnectionManager
162
185
  */
163
- waitForIceReconnect() {
186
+ public waitForIceReconnect() {
164
187
  if (!this.iceState.disconnected) {
165
188
  LoggerProxy.logger.log('ReconnectionManager:index#waitForIceReconnect --> waiting for ice reconnect');
166
189
 
167
190
  this.iceState.disconnected = true;
168
191
 
169
- return new Promise((resolve, reject) => {
192
+ return new Promise<void>((resolve, reject) => {
170
193
  this.iceState.timer = setTimeout(() => {
171
194
  if (this.iceState.disconnected === false) {
172
195
  resolve();
@@ -190,7 +213,7 @@ export default class ReconnectionManager {
190
213
  * @public
191
214
  * @memberof ReconnectionManager
192
215
  */
193
- reset() {
216
+ public reset() {
194
217
  this.status = RECONNECTION.STATE.DEFAULT_STATUS;
195
218
  this.tryCount = RECONNECTION.STATE.DEFAULT_TRY_COUNT;
196
219
  this.rejoinAttempts = RECONNECTION.STATE.DEFAULT_TRY_COUNT;
@@ -201,7 +224,7 @@ export default class ReconnectionManager {
201
224
  * @public
202
225
  * @memberof ReconnectionManager
203
226
  */
204
- cleanUp() {
227
+ public cleanUp() {
205
228
  this.reset();
206
229
  this.meeting = null;
207
230
  }
@@ -222,7 +245,7 @@ export default class ReconnectionManager {
222
245
  * @private
223
246
  * @memberof ReconnectionManager
224
247
  */
225
- validate() {
248
+ private validate() {
226
249
  if (this.meeting.config.reconnection.enabled) {
227
250
  if (
228
251
  this.status === RECONNECTION.STATE.DEFAULT_STATUS ||
@@ -250,7 +273,13 @@ export default class ReconnectionManager {
250
273
  * @public
251
274
  * @memberof ReconnectionManager
252
275
  */
253
- async reconnect({networkDisconnect = false, networkRetry = false} = {}) {
276
+ public async reconnect({
277
+ networkDisconnect = false,
278
+ networkRetry = false,
279
+ }: {
280
+ networkDisconnect?: boolean;
281
+ networkRetry?: boolean;
282
+ } = {}) {
254
283
  LoggerProxy.logger.info(`ReconnectionManager:index#reconnect --> Reconnection start for meeting ${this.meeting.id}.`);
255
284
  // First, validate that we can reconnect, if not, it will throw an error
256
285
  try {
@@ -332,7 +361,7 @@ export default class ReconnectionManager {
332
361
  * @private
333
362
  * @memberof ReconnectionManager
334
363
  */
335
- async executeReconnection({networkDisconnect = false}) {
364
+ private async executeReconnection({ networkDisconnect = false }: { networkDisconnect?: boolean }) {
336
365
  this.status = RECONNECTION.STATE.IN_PROGRESS;
337
366
 
338
367
  LoggerProxy.logger.info('ReconnectionManager:index#executeReconnection --> Attempting to reconnect to meeting.');
@@ -402,7 +431,7 @@ export default class ReconnectionManager {
402
431
  * @param {boolean} wasSharing
403
432
  * @returns {Promise}
404
433
  */
405
- async rejoinMeeting(wasSharing = false) {
434
+ async rejoinMeeting(wasSharing: boolean = false) {
406
435
  try {
407
436
  LoggerProxy.logger.info('ReconnectionManager:index#rejoinMeeting --> attemping meeting rejoin');
408
437
 
@@ -489,7 +518,7 @@ export default class ReconnectionManager {
489
518
  * @private
490
519
  * @memberof ReconnectionManager
491
520
  */
492
- async reconnectMercuryWebSocket() {
521
+ private async reconnectMercuryWebSocket() {
493
522
  LoggerProxy.logger.info('ReconnectionManager:index#reconnectMercuryWebSocket --> Reconnecting websocket.');
494
523
  // First, attempt to disconnect if we think we are already connected.
495
524
  if (this.webex.internal.mercury.connected) {