@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.
Files changed (281) 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 +5 -29
  23. package/dist/common/errors/webex-errors.js.map +1 -1
  24. package/dist/common/errors/webex-meetings-error.js +5 -2
  25. package/dist/common/errors/webex-meetings-error.js.map +1 -1
  26. package/dist/common/events/events-scope.js.map +1 -1
  27. package/dist/common/events/events.js.map +1 -1
  28. package/dist/common/events/trigger-proxy.js.map +1 -1
  29. package/dist/common/events/util.js.map +1 -1
  30. package/dist/common/logs/logger-config.js.map +1 -1
  31. package/dist/common/logs/logger-proxy.js.map +1 -1
  32. package/dist/common/logs/request.js +3 -0
  33. package/dist/common/logs/request.js.map +1 -1
  34. package/dist/common/queue.js.map +1 -1
  35. package/dist/config.js +1 -0
  36. package/dist/config.js.map +1 -1
  37. package/dist/constants.js +15 -74
  38. package/dist/constants.js.map +1 -1
  39. package/dist/locus-info/controlsUtils.js.map +1 -1
  40. package/dist/locus-info/embeddedAppsUtils.js.map +1 -1
  41. package/dist/locus-info/fullState.js.map +1 -1
  42. package/dist/locus-info/hostUtils.js.map +1 -1
  43. package/dist/locus-info/index.js +43 -5
  44. package/dist/locus-info/index.js.map +1 -1
  45. package/dist/locus-info/infoUtils.js +4 -0
  46. package/dist/locus-info/infoUtils.js.map +1 -1
  47. package/dist/locus-info/mediaSharesUtils.js.map +1 -1
  48. package/dist/locus-info/parser.js +12 -3
  49. package/dist/locus-info/parser.js.map +1 -1
  50. package/dist/locus-info/selfUtils.js.map +1 -1
  51. package/dist/media/index.js +71 -210
  52. package/dist/media/index.js.map +1 -1
  53. package/dist/media/internal-media-core-wrapper.js +22 -0
  54. package/dist/media/internal-media-core-wrapper.js.map +1 -0
  55. package/dist/media/properties.js +32 -25
  56. package/dist/media/properties.js.map +1 -1
  57. package/dist/media/util.js +0 -27
  58. package/dist/media/util.js.map +1 -1
  59. package/dist/mediaQualityMetrics/config.js.map +1 -1
  60. package/dist/meeting/effectsState.js +8 -1
  61. package/dist/meeting/effectsState.js.map +1 -1
  62. package/dist/meeting/index.js +1146 -602
  63. package/dist/meeting/index.js.map +1 -1
  64. package/dist/meeting/muteState.js +6 -0
  65. package/dist/meeting/muteState.js.map +1 -1
  66. package/dist/meeting/request.js +83 -24
  67. package/dist/meeting/request.js.map +1 -1
  68. package/dist/meeting/state.js.map +1 -1
  69. package/dist/meeting/util.js +5 -44
  70. package/dist/meeting/util.js.map +1 -1
  71. package/dist/meeting-info/collection.js +4 -1
  72. package/dist/meeting-info/collection.js.map +1 -1
  73. package/dist/meeting-info/index.js +5 -0
  74. package/dist/meeting-info/index.js.map +1 -1
  75. package/dist/meeting-info/meeting-info-v2.js +14 -2
  76. package/dist/meeting-info/meeting-info-v2.js.map +1 -1
  77. package/dist/meeting-info/request.js +3 -0
  78. package/dist/meeting-info/request.js.map +1 -1
  79. package/dist/meeting-info/util.js.map +1 -1
  80. package/dist/meeting-info/utilv2.js.map +1 -1
  81. package/dist/meetings/collection.js +4 -1
  82. package/dist/meetings/collection.js.map +1 -1
  83. package/dist/meetings/index.js +136 -25
  84. package/dist/meetings/index.js.map +1 -1
  85. package/dist/meetings/request.js +4 -0
  86. package/dist/meetings/request.js.map +1 -1
  87. package/dist/meetings/util.js +24 -1
  88. package/dist/meetings/util.js.map +1 -1
  89. package/dist/member/index.js +30 -7
  90. package/dist/member/index.js.map +1 -1
  91. package/dist/member/util.js +2 -1
  92. package/dist/member/util.js.map +1 -1
  93. package/dist/members/collection.js +1 -0
  94. package/dist/members/collection.js.map +1 -1
  95. package/dist/members/index.js +82 -1
  96. package/dist/members/index.js.map +1 -1
  97. package/dist/members/request.js +19 -9
  98. package/dist/members/request.js.map +1 -1
  99. package/dist/members/util.js.map +1 -1
  100. package/dist/metrics/config.js.map +1 -1
  101. package/dist/metrics/constants.js.map +1 -1
  102. package/dist/metrics/index.js +8 -0
  103. package/dist/metrics/index.js.map +1 -1
  104. package/dist/multistream/mediaRequestManager.js +133 -0
  105. package/dist/multistream/mediaRequestManager.js.map +1 -0
  106. package/dist/multistream/multistreamMedia.js +116 -0
  107. package/dist/multistream/multistreamMedia.js.map +1 -0
  108. package/dist/multistream/receiveSlot.js +209 -0
  109. package/dist/multistream/receiveSlot.js.map +1 -0
  110. package/dist/multistream/receiveSlotManager.js +195 -0
  111. package/dist/multistream/receiveSlotManager.js.map +1 -0
  112. package/dist/multistream/remoteMedia.js +289 -0
  113. package/dist/multistream/remoteMedia.js.map +1 -0
  114. package/dist/multistream/remoteMediaGroup.js +243 -0
  115. package/dist/multistream/remoteMediaGroup.js.map +1 -0
  116. package/dist/multistream/remoteMediaManager.js +1113 -0
  117. package/dist/multistream/remoteMediaManager.js.map +1 -0
  118. package/dist/networkQualityMonitor/index.js +10 -2
  119. package/dist/networkQualityMonitor/index.js.map +1 -1
  120. package/dist/personal-meeting-room/index.js +11 -0
  121. package/dist/personal-meeting-room/index.js.map +1 -1
  122. package/dist/personal-meeting-room/request.js +2 -1
  123. package/dist/personal-meeting-room/request.js.map +1 -1
  124. package/dist/personal-meeting-room/util.js.map +1 -1
  125. package/dist/reachability/index.js +17 -7
  126. package/dist/reachability/index.js.map +1 -1
  127. package/dist/reachability/request.js +1 -0
  128. package/dist/reachability/request.js.map +1 -1
  129. package/dist/reactions/reactions.js +111 -0
  130. package/dist/reactions/reactions.js.map +1 -0
  131. package/dist/reactions/reactions.type.js +40 -0
  132. package/dist/reactions/reactions.type.js.map +1 -0
  133. package/dist/reconnection-manager/index.js +130 -132
  134. package/dist/reconnection-manager/index.js.map +1 -1
  135. package/dist/roap/index.js +58 -231
  136. package/dist/roap/index.js.map +1 -1
  137. package/dist/roap/request.js +7 -116
  138. package/dist/roap/request.js.map +1 -1
  139. package/dist/roap/turnDiscovery.js +20 -6
  140. package/dist/roap/turnDiscovery.js.map +1 -1
  141. package/dist/statsAnalyzer/global.js +2 -0
  142. package/dist/statsAnalyzer/global.js.map +1 -1
  143. package/dist/statsAnalyzer/index.js +58 -37
  144. package/dist/statsAnalyzer/index.js.map +1 -1
  145. package/dist/statsAnalyzer/mqaUtil.js +9 -3
  146. package/dist/statsAnalyzer/mqaUtil.js.map +1 -1
  147. package/dist/transcription/index.js +10 -3
  148. package/dist/transcription/index.js.map +1 -1
  149. package/package.json +21 -20
  150. package/src/common/{browser-detection.js → browser-detection.ts} +1 -1
  151. package/src/common/collection.ts +6 -6
  152. package/src/common/{config.js → config.ts} +1 -1
  153. package/src/common/errors/{captcha-error.js → captcha-error.ts} +5 -1
  154. package/src/common/errors/{intent-to-join.js → intent-to-join.ts} +6 -1
  155. package/src/common/errors/{join-meeting.js → join-meeting.ts} +6 -1
  156. package/src/common/errors/{media.js → media.ts} +5 -1
  157. package/src/common/errors/parameter.ts +3 -2
  158. package/src/common/errors/{password-error.js → password-error.ts} +5 -1
  159. package/src/common/errors/{permission.js → permission.ts} +5 -1
  160. package/src/common/errors/{reconnection-in-progress.js → reconnection-in-progress.ts} +0 -0
  161. package/src/common/errors/{reconnection.js → reconnection.ts} +5 -1
  162. package/src/common/errors/{stats.js → stats.ts} +5 -1
  163. package/src/common/errors/{webex-errors.js → webex-errors.ts} +1 -20
  164. package/src/common/errors/{webex-meetings-error.js → webex-meetings-error.ts} +3 -1
  165. package/src/common/events/{events-scope.js → events-scope.ts} +1 -1
  166. package/src/common/events/{events.js → events.ts} +0 -0
  167. package/src/common/events/{trigger-proxy.js → trigger-proxy.ts} +1 -2
  168. package/src/common/events/{util.js → util.ts} +1 -1
  169. package/src/common/logs/{logger-config.js → logger-config.ts} +1 -2
  170. package/src/common/logs/{logger-proxy.js → logger-proxy.ts} +1 -1
  171. package/src/common/logs/{request.js → request.ts} +12 -2
  172. package/src/common/queue.ts +1 -2
  173. package/src/{config.js → config.ts} +2 -0
  174. package/src/constants.ts +139 -179
  175. package/src/locus-info/{controlsUtils.js → controlsUtils.ts} +4 -4
  176. package/src/locus-info/{embeddedAppsUtils.js → embeddedAppsUtils.ts} +5 -6
  177. package/src/locus-info/{fullState.js → fullState.ts} +1 -1
  178. package/src/locus-info/{hostUtils.js → hostUtils.ts} +5 -5
  179. package/src/locus-info/{index.js → index.ts} +67 -32
  180. package/src/locus-info/{infoUtils.js → infoUtils.ts} +7 -4
  181. package/src/locus-info/{mediaSharesUtils.js → mediaSharesUtils.ts} +13 -13
  182. package/src/locus-info/{parser.js → parser.ts} +22 -12
  183. package/src/locus-info/{selfUtils.js → selfUtils.ts} +17 -19
  184. package/src/media/{index.js → index.ts} +130 -205
  185. package/src/media/internal-media-core-wrapper.ts +9 -0
  186. package/src/media/{properties.js → properties.ts} +35 -29
  187. package/src/media/util.ts +16 -0
  188. package/src/mediaQualityMetrics/{config.js → config.ts} +1 -1
  189. package/src/meeting/{effectsState.js → effectsState.ts} +12 -6
  190. package/src/meeting/{index.js → index.ts} +993 -474
  191. package/src/meeting/{muteState.js → muteState.ts} +16 -11
  192. package/src/meeting/{request.js → request.ts} +148 -36
  193. package/src/meeting/{state.js → state.ts} +6 -6
  194. package/src/meeting/{util.js → util.ts} +9 -51
  195. package/src/meeting-info/{collection.js → collection.ts} +4 -1
  196. package/src/meeting-info/{index.js → index.ts} +10 -6
  197. package/src/meeting-info/{meeting-info-v2.js → meeting-info-v2.ts} +28 -10
  198. package/src/meeting-info/{request.js → request.ts} +6 -2
  199. package/src/meeting-info/{util.js → util.ts} +6 -5
  200. package/src/meeting-info/{utilv2.js → utilv2.ts} +8 -7
  201. package/src/meetings/{collection.js → collection.ts} +5 -2
  202. package/src/meetings/{index.js → index.ts} +118 -22
  203. package/src/meetings/{request.js → request.ts} +6 -1
  204. package/src/meetings/{util.js → util.ts} +28 -5
  205. package/src/member/{index.js → index.ts} +46 -15
  206. package/src/member/{util.js → util.ts} +17 -16
  207. package/src/members/{collection.js → collection.ts} +2 -1
  208. package/src/members/{index.js → index.ts} +94 -26
  209. package/src/members/{request.js → request.ts} +16 -5
  210. package/src/members/{util.js → util.ts} +7 -7
  211. package/src/metrics/{config.js → config.ts} +0 -2
  212. package/src/metrics/{constants.js → constants.ts} +0 -0
  213. package/src/metrics/{index.js → index.ts} +27 -8
  214. package/src/multistream/mediaRequestManager.ts +166 -0
  215. package/src/multistream/multistreamMedia.ts +92 -0
  216. package/src/multistream/receiveSlot.ts +141 -0
  217. package/src/multistream/receiveSlotManager.ts +142 -0
  218. package/src/multistream/remoteMedia.ts +228 -0
  219. package/src/multistream/remoteMediaGroup.ts +224 -0
  220. package/src/multistream/remoteMediaManager.ts +911 -0
  221. package/src/networkQualityMonitor/{index.js → index.ts} +18 -3
  222. package/src/personal-meeting-room/{index.js → index.ts} +17 -4
  223. package/src/personal-meeting-room/{request.js → request.ts} +3 -1
  224. package/src/personal-meeting-room/{util.js → util.ts} +1 -1
  225. package/src/reachability/{index.js → index.ts} +28 -17
  226. package/src/reachability/request.ts +4 -2
  227. package/src/reactions/reactions.ts +104 -0
  228. package/src/reactions/reactions.type.ts +36 -0
  229. package/src/reconnection-manager/{index.js → index.ts} +81 -65
  230. package/src/roap/index.ts +229 -0
  231. package/src/roap/{request.js → request.ts} +15 -74
  232. package/src/roap/turnDiscovery.ts +26 -11
  233. package/src/statsAnalyzer/{global.js → global.ts} +2 -0
  234. package/src/statsAnalyzer/{index.js → index.ts} +66 -61
  235. package/src/statsAnalyzer/{mqaUtil.js → mqaUtil.ts} +6 -1
  236. package/src/transcription/{index.js → index.ts} +16 -11
  237. package/test/integration/spec/journey.js +1 -1
  238. package/test/integration/spec/space-meeting.js +1 -2
  239. package/test/unit/spec/locus-info/infoUtils.js +17 -1
  240. package/test/unit/spec/media/index.ts +207 -0
  241. package/test/unit/spec/media/properties.ts +73 -82
  242. package/test/unit/spec/meeting/effectsState.js +1 -3
  243. package/test/unit/spec/meeting/index.js +672 -245
  244. package/test/unit/spec/meeting/muteState.js +7 -0
  245. package/test/unit/spec/meeting/request.js +25 -1
  246. package/test/unit/spec/meeting/utils.js +63 -2
  247. package/test/unit/spec/meetings/index.js +0 -4
  248. package/test/unit/spec/members/index.js +164 -2
  249. package/test/unit/spec/multistream/mediaRequestManager.ts +515 -0
  250. package/test/unit/spec/multistream/receiveSlot.ts +104 -0
  251. package/test/unit/spec/multistream/receiveSlotManager.ts +173 -0
  252. package/test/unit/spec/multistream/remoteMedia.ts +225 -0
  253. package/test/unit/spec/multistream/remoteMediaGroup.ts +396 -0
  254. package/test/unit/spec/multistream/remoteMediaManager.ts +1309 -0
  255. package/test/unit/spec/reconnection-manager/index.js +68 -2
  256. package/test/unit/spec/roap/index.ts +63 -35
  257. package/test/unit/spec/stats-analyzer/index.js +19 -22
  258. package/dist/peer-connection-manager/index.js +0 -794
  259. package/dist/peer-connection-manager/index.js.map +0 -1
  260. package/dist/peer-connection-manager/util.js +0 -124
  261. package/dist/peer-connection-manager/util.js.map +0 -1
  262. package/dist/roap/collection.js +0 -73
  263. package/dist/roap/collection.js.map +0 -1
  264. package/dist/roap/handler.js +0 -337
  265. package/dist/roap/handler.js.map +0 -1
  266. package/dist/roap/state.js +0 -164
  267. package/dist/roap/state.js.map +0 -1
  268. package/dist/roap/util.js +0 -102
  269. package/dist/roap/util.js.map +0 -1
  270. package/src/media/util.js +0 -38
  271. package/src/peer-connection-manager/index.js +0 -723
  272. package/src/peer-connection-manager/util.ts +0 -117
  273. package/src/roap/collection.js +0 -63
  274. package/src/roap/handler.js +0 -252
  275. package/src/roap/index.js +0 -380
  276. package/src/roap/state.js +0 -149
  277. package/src/roap/util.js +0 -93
  278. package/test/unit/spec/peerconnection-manager/index.js +0 -188
  279. package/test/unit/spec/peerconnection-manager/utils.js +0 -48
  280. package/test/unit/spec/peerconnection-manager/utils.test-fixtures.ts +0 -389
  281. 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({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,
@@ -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
+ }