@textrp/briij-js-sdk 41.0.0 → 42.0.0

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 (375) hide show
  1. package/CHANGELOG.md +14 -1
  2. package/LICENSE +177 -177
  3. package/README.md +47 -46
  4. package/lib/@types/AESEncryptedSecretStoragePayload.js.map +1 -1
  5. package/lib/@types/IIdentityServerProvider.js.map +1 -1
  6. package/lib/@types/PushRules.js +14 -14
  7. package/lib/@types/PushRules.js.map +1 -1
  8. package/lib/@types/another-json.d.js.map +1 -1
  9. package/lib/@types/auth.d.ts +19 -1
  10. package/lib/@types/auth.d.ts.map +1 -1
  11. package/lib/@types/auth.js +55 -54
  12. package/lib/@types/auth.js.map +1 -1
  13. package/lib/@types/beacon.js +100 -100
  14. package/lib/@types/beacon.js.map +1 -1
  15. package/lib/@types/common.js.map +1 -1
  16. package/lib/@types/crypto.js.map +1 -1
  17. package/lib/@types/event.d.ts +27 -0
  18. package/lib/@types/event.d.ts.map +1 -1
  19. package/lib/@types/event.js +105 -102
  20. package/lib/@types/event.js.map +1 -1
  21. package/lib/@types/events.js.map +1 -1
  22. package/lib/@types/extensible_events.js +53 -53
  23. package/lib/@types/extensible_events.js.map +1 -1
  24. package/lib/@types/local_notifications.js.map +1 -1
  25. package/lib/@types/location.js +41 -41
  26. package/lib/@types/location.js.map +1 -1
  27. package/lib/@types/matrix-sdk-crypto-wasm.d.js.map +1 -1
  28. package/lib/@types/media.js.map +1 -1
  29. package/lib/@types/membership.js +39 -39
  30. package/lib/@types/membership.js.map +1 -1
  31. package/lib/@types/partials.js +25 -25
  32. package/lib/@types/partials.js.map +1 -1
  33. package/lib/@types/polls.js +46 -46
  34. package/lib/@types/polls.js.map +1 -1
  35. package/lib/@types/read_receipts.js +14 -14
  36. package/lib/@types/read_receipts.js.map +1 -1
  37. package/lib/@types/registration.js.map +1 -1
  38. package/lib/@types/search.js +14 -14
  39. package/lib/@types/search.js.map +1 -1
  40. package/lib/@types/signed.js.map +1 -1
  41. package/lib/@types/spaces.js.map +1 -1
  42. package/lib/@types/state_events.js.map +1 -1
  43. package/lib/@types/synapse.js.map +1 -1
  44. package/lib/@types/sync.js +18 -18
  45. package/lib/@types/sync.js.map +1 -1
  46. package/lib/@types/threepids.js +14 -14
  47. package/lib/@types/threepids.js.map +1 -1
  48. package/lib/@types/topic.js +47 -47
  49. package/lib/@types/topic.js.map +1 -1
  50. package/lib/@types/uia.js.map +1 -1
  51. package/lib/NamespacedValue.js +20 -20
  52. package/lib/NamespacedValue.js.map +1 -1
  53. package/lib/ReEmitter.js +16 -16
  54. package/lib/ReEmitter.js.map +1 -1
  55. package/lib/base64.js +32 -32
  56. package/lib/base64.js.map +1 -1
  57. package/lib/briij.d.ts +3 -0
  58. package/lib/briij.d.ts.map +1 -1
  59. package/lib/briij.js +3 -0
  60. package/lib/briij.js.map +1 -1
  61. package/lib/client.d.ts +18 -1
  62. package/lib/client.d.ts.map +1 -1
  63. package/lib/client.js +166 -103
  64. package/lib/client.js.map +1 -1
  65. package/lib/common-crypto/key-passphrase.js +19 -19
  66. package/lib/common-crypto/key-passphrase.js.map +1 -1
  67. package/lib/content-helpers.js +57 -57
  68. package/lib/content-helpers.js.map +1 -1
  69. package/lib/content-repo.js +36 -36
  70. package/lib/content-repo.js.map +1 -1
  71. package/lib/crypto/store/base.js +69 -69
  72. package/lib/crypto/store/base.js.map +1 -1
  73. package/lib/crypto/store/indexeddb-crypto-store-backend.js +58 -58
  74. package/lib/crypto/store/indexeddb-crypto-store-backend.js.map +1 -1
  75. package/lib/crypto/store/indexeddb-crypto-store.js +193 -193
  76. package/lib/crypto/store/indexeddb-crypto-store.js.map +1 -1
  77. package/lib/crypto/store/localStorage-crypto-store.js +72 -72
  78. package/lib/crypto/store/localStorage-crypto-store.js.map +1 -1
  79. package/lib/crypto/store/memory-crypto-store.js +74 -74
  80. package/lib/crypto/store/memory-crypto-store.js.map +1 -1
  81. package/lib/crypto-api/CryptoEventHandlerMap.js.map +1 -1
  82. package/lib/crypto-api/key-passphrase.js +22 -22
  83. package/lib/crypto-api/key-passphrase.js.map +1 -1
  84. package/lib/crypto-api/keybackup.js.map +1 -1
  85. package/lib/crypto-api/recovery-key.js +20 -20
  86. package/lib/crypto-api/recovery-key.js.map +1 -1
  87. package/lib/digest.js +21 -21
  88. package/lib/digest.js.map +1 -1
  89. package/lib/extensible_events_v1/ExtensibleEvent.js +39 -39
  90. package/lib/extensible_events_v1/ExtensibleEvent.js.map +1 -1
  91. package/lib/extensible_events_v1/InvalidEventError.js +16 -16
  92. package/lib/extensible_events_v1/InvalidEventError.js.map +1 -1
  93. package/lib/extensible_events_v1/MessageEvent.js +39 -39
  94. package/lib/extensible_events_v1/MessageEvent.js.map +1 -1
  95. package/lib/extensible_events_v1/PollEndEvent.js +29 -29
  96. package/lib/extensible_events_v1/PollEndEvent.js.map +1 -1
  97. package/lib/extensible_events_v1/PollResponseEvent.js +39 -39
  98. package/lib/extensible_events_v1/PollResponseEvent.js.map +1 -1
  99. package/lib/extensible_events_v1/PollStartEvent.js +52 -52
  100. package/lib/extensible_events_v1/PollStartEvent.js.map +1 -1
  101. package/lib/extensible_events_v1/utilities.js +22 -22
  102. package/lib/extensible_events_v1/utilities.js.map +1 -1
  103. package/lib/feature.js +16 -16
  104. package/lib/feature.js.map +1 -1
  105. package/lib/http-api/method.js +14 -14
  106. package/lib/http-api/method.js.map +1 -1
  107. package/lib/http-api/prefix.js +26 -26
  108. package/lib/http-api/prefix.js.map +1 -1
  109. package/lib/indexeddb-helpers.js +21 -21
  110. package/lib/indexeddb-helpers.js.map +1 -1
  111. package/lib/indexeddb-worker.js +18 -18
  112. package/lib/indexeddb-worker.js.map +1 -1
  113. package/lib/matrixrtc/IKeyTransport.js +17 -17
  114. package/lib/matrixrtc/IKeyTransport.js.map +1 -1
  115. package/lib/matrixrtc/IMembershipManager.js +27 -27
  116. package/lib/matrixrtc/IMembershipManager.js.map +1 -1
  117. package/lib/matrixrtc/LivekitTransport.js +19 -19
  118. package/lib/matrixrtc/LivekitTransport.js.map +1 -1
  119. package/lib/matrixrtc/index.js +14 -14
  120. package/lib/matrixrtc/index.js.map +1 -1
  121. package/lib/matrixrtc/utils.js +27 -27
  122. package/lib/matrixrtc/utils.js.map +1 -1
  123. package/lib/models/ToDeviceMessage.js.map +1 -1
  124. package/lib/models/device.js +24 -24
  125. package/lib/models/device.js.map +1 -1
  126. package/lib/models/event-status.js +17 -17
  127. package/lib/models/event-status.js.map +1 -1
  128. package/lib/models/invites-ignorer-types.js +25 -25
  129. package/lib/models/invites-ignorer-types.js.map +1 -1
  130. package/lib/models/profile-keys.js +26 -26
  131. package/lib/models/profile-keys.js.map +1 -1
  132. package/lib/models/room-summary.js +26 -26
  133. package/lib/models/room-summary.js.map +1 -1
  134. package/lib/models/search-result.js +22 -22
  135. package/lib/models/search-result.js.map +1 -1
  136. package/lib/models/typed-event-emitter.js +122 -122
  137. package/lib/models/typed-event-emitter.js.map +1 -1
  138. package/lib/oidc/authorize.js +76 -76
  139. package/lib/oidc/authorize.js.map +1 -1
  140. package/lib/oidc/error.js +17 -17
  141. package/lib/oidc/error.js.map +1 -1
  142. package/lib/oidc/index.js +17 -17
  143. package/lib/oidc/index.js.map +1 -1
  144. package/lib/oidc/register.js +41 -41
  145. package/lib/oidc/register.js.map +1 -1
  146. package/lib/oidc/tokenRefresher.js +51 -51
  147. package/lib/oidc/tokenRefresher.js.map +1 -1
  148. package/lib/oidc/validate.js +59 -59
  149. package/lib/oidc/validate.js.map +1 -1
  150. package/lib/randomstring.js +35 -35
  151. package/lib/randomstring.js.map +1 -1
  152. package/lib/realtime-callbacks.js +39 -39
  153. package/lib/realtime-callbacks.js.map +1 -1
  154. package/lib/receipt-accumulator.js +44 -44
  155. package/lib/receipt-accumulator.js.map +1 -1
  156. package/lib/rendezvous/RendezvousChannel.js.map +1 -1
  157. package/lib/rendezvous/RendezvousCode.js.map +1 -1
  158. package/lib/rendezvous/RendezvousError.js +14 -14
  159. package/lib/rendezvous/RendezvousError.js.map +1 -1
  160. package/lib/rendezvous/RendezvousFailureReason.js +14 -14
  161. package/lib/rendezvous/RendezvousFailureReason.js.map +1 -1
  162. package/lib/rendezvous/RendezvousIntent.js +14 -14
  163. package/lib/rendezvous/RendezvousIntent.js.map +1 -1
  164. package/lib/rendezvous/RendezvousTransport.js.map +1 -1
  165. package/lib/rendezvous/channels/MSC4108SecureChannel.js +63 -63
  166. package/lib/rendezvous/channels/MSC4108SecureChannel.js.map +1 -1
  167. package/lib/rendezvous/channels/index.js +14 -14
  168. package/lib/rendezvous/channels/index.js.map +1 -1
  169. package/lib/rendezvous/index.js +14 -14
  170. package/lib/rendezvous/index.js.map +1 -1
  171. package/lib/rendezvous/transports/index.js +14 -14
  172. package/lib/rendezvous/transports/index.js.map +1 -1
  173. package/lib/rust-crypto/CrossSigningIdentity.js +29 -29
  174. package/lib/rust-crypto/CrossSigningIdentity.js.map +1 -1
  175. package/lib/rust-crypto/OutgoingRequestsManager.js +37 -37
  176. package/lib/rust-crypto/OutgoingRequestsManager.js.map +1 -1
  177. package/lib/rust-crypto/device-converter.js +30 -30
  178. package/lib/rust-crypto/device-converter.js.map +1 -1
  179. package/lib/rust-crypto/secret-storage.js +30 -30
  180. package/lib/rust-crypto/secret-storage.js.map +1 -1
  181. package/lib/service-types.js +14 -14
  182. package/lib/service-types.js.map +1 -1
  183. package/lib/store/local-storage-events-emitter.js +21 -21
  184. package/lib/store/local-storage-events-emitter.js.map +1 -1
  185. package/lib/sync-accumulator.js +50 -50
  186. package/lib/sync-accumulator.js.map +1 -1
  187. package/lib/thread-utils.js +20 -20
  188. package/lib/thread-utils.js.map +1 -1
  189. package/lib/types.js +34 -34
  190. package/lib/types.js.map +1 -1
  191. package/lib/utils/decryptAESSecretStorageItem.js +22 -22
  192. package/lib/utils/decryptAESSecretStorageItem.js.map +1 -1
  193. package/lib/utils/encryptAESSecretStorageItem.js +26 -26
  194. package/lib/utils/encryptAESSecretStorageItem.js.map +1 -1
  195. package/lib/utils/internal/deriveKeys.js +21 -21
  196. package/lib/utils/internal/deriveKeys.js.map +1 -1
  197. package/lib/utils/roomVersion.js +26 -26
  198. package/lib/utils/roomVersion.js.map +1 -1
  199. package/lib/version-support.js +26 -26
  200. package/lib/version-support.js.map +1 -1
  201. package/lib/webrtc/audioContext.js +24 -24
  202. package/lib/webrtc/audioContext.js.map +1 -1
  203. package/lib/webrtc/callEventTypes.js.map +1 -1
  204. package/lib/webrtc/stats/callFeedStatsReporter.js +14 -14
  205. package/lib/webrtc/stats/callFeedStatsReporter.js.map +1 -1
  206. package/lib/webrtc/stats/callStatsReportGatherer.js +14 -14
  207. package/lib/webrtc/stats/callStatsReportGatherer.js.map +1 -1
  208. package/lib/webrtc/stats/callStatsReportSummary.js.map +1 -1
  209. package/lib/webrtc/stats/connectionStats.js +14 -14
  210. package/lib/webrtc/stats/connectionStats.js.map +1 -1
  211. package/lib/webrtc/stats/connectionStatsBuilder.js +14 -14
  212. package/lib/webrtc/stats/connectionStatsBuilder.js.map +1 -1
  213. package/lib/webrtc/stats/connectionStatsReportBuilder.js +14 -14
  214. package/lib/webrtc/stats/connectionStatsReportBuilder.js.map +1 -1
  215. package/lib/webrtc/stats/groupCallStats.js +14 -14
  216. package/lib/webrtc/stats/groupCallStats.js.map +1 -1
  217. package/lib/webrtc/stats/media/mediaSsrcHandler.js +14 -14
  218. package/lib/webrtc/stats/media/mediaSsrcHandler.js.map +1 -1
  219. package/lib/webrtc/stats/media/mediaTrackHandler.js +14 -14
  220. package/lib/webrtc/stats/media/mediaTrackHandler.js.map +1 -1
  221. package/lib/webrtc/stats/media/mediaTrackStats.js +27 -27
  222. package/lib/webrtc/stats/media/mediaTrackStats.js.map +1 -1
  223. package/lib/webrtc/stats/media/mediaTrackStatsHandler.js +20 -20
  224. package/lib/webrtc/stats/media/mediaTrackStatsHandler.js.map +1 -1
  225. package/lib/webrtc/stats/statsReport.js +14 -14
  226. package/lib/webrtc/stats/statsReport.js.map +1 -1
  227. package/lib/webrtc/stats/statsReportEmitter.js +14 -14
  228. package/lib/webrtc/stats/statsReportEmitter.js.map +1 -1
  229. package/lib/webrtc/stats/trackStatsBuilder.js +4 -4
  230. package/lib/webrtc/stats/trackStatsBuilder.js.map +1 -1
  231. package/lib/webrtc/stats/transportStats.js.map +1 -1
  232. package/lib/webrtc/stats/transportStatsBuilder.js.map +1 -1
  233. package/lib/webrtc/stats/valueFormatter.js +11 -11
  234. package/lib/webrtc/stats/valueFormatter.js.map +1 -1
  235. package/lib/xrpl/identity.d.ts +28 -0
  236. package/lib/xrpl/identity.d.ts.map +1 -0
  237. package/lib/xrpl/identity.js +213 -0
  238. package/lib/xrpl/identity.js.map +1 -0
  239. package/lib/xrpl/trust.d.ts +8 -0
  240. package/lib/xrpl/trust.d.ts.map +1 -0
  241. package/lib/xrpl/trust.js +61 -0
  242. package/lib/xrpl/trust.js.map +1 -0
  243. package/lib/xrpl/verification.d.ts +26 -0
  244. package/lib/xrpl/verification.d.ts.map +1 -0
  245. package/lib/xrpl/verification.js +295 -0
  246. package/lib/xrpl/verification.js.map +1 -0
  247. package/package.json +128 -129
  248. package/src/@types/AESEncryptedSecretStoragePayload.ts +29 -29
  249. package/src/@types/IIdentityServerProvider.ts +24 -24
  250. package/src/@types/PushRules.ts +208 -208
  251. package/src/@types/another-json.d.ts +19 -19
  252. package/src/@types/auth.ts +280 -258
  253. package/src/@types/beacon.ts +140 -140
  254. package/src/@types/common.ts +24 -24
  255. package/src/@types/crypto.ts +71 -71
  256. package/src/@types/event.ts +476 -449
  257. package/src/@types/events.ts +119 -119
  258. package/src/@types/extensible_events.ts +147 -147
  259. package/src/@types/local_notifications.ts +19 -19
  260. package/src/@types/location.ts +92 -92
  261. package/src/@types/matrix-sdk-crypto-wasm.d.ts +39 -39
  262. package/src/@types/media.ts +245 -245
  263. package/src/@types/membership.ts +57 -57
  264. package/src/@types/partials.ts +103 -103
  265. package/src/@types/polls.ts +120 -120
  266. package/src/@types/read_receipts.ts +61 -61
  267. package/src/@types/registration.ts +102 -102
  268. package/src/@types/search.ts +119 -119
  269. package/src/@types/signed.ts +25 -25
  270. package/src/@types/spaces.ts +37 -37
  271. package/src/@types/state_events.ts +153 -153
  272. package/src/@types/synapse.ts +40 -40
  273. package/src/@types/sync.ts +27 -27
  274. package/src/@types/threepids.ts +29 -29
  275. package/src/@types/topic.ts +69 -69
  276. package/src/@types/uia.ts +24 -24
  277. package/src/NamespacedValue.ts +121 -121
  278. package/src/ReEmitter.ts +93 -93
  279. package/src/base64.ts +86 -86
  280. package/src/briij.ts +3 -0
  281. package/src/client.ts +90 -10
  282. package/src/common-crypto/README.md +4 -4
  283. package/src/common-crypto/key-passphrase.ts +43 -43
  284. package/src/content-helpers.ts +298 -298
  285. package/src/content-repo.ts +122 -122
  286. package/src/crypto/store/base.ts +388 -388
  287. package/src/crypto/store/indexeddb-crypto-store-backend.ts +655 -655
  288. package/src/crypto/store/indexeddb-crypto-store.ts +555 -555
  289. package/src/crypto/store/localStorage-crypto-store.ts +409 -409
  290. package/src/crypto/store/memory-crypto-store.ts +326 -326
  291. package/src/crypto-api/CryptoEventHandlerMap.ts +42 -42
  292. package/src/crypto-api/key-passphrase.ts +58 -58
  293. package/src/crypto-api/keybackup.ts +114 -114
  294. package/src/crypto-api/recovery-key.ts +69 -69
  295. package/src/digest.ts +34 -34
  296. package/src/extensible_events_v1/ExtensibleEvent.ts +58 -58
  297. package/src/extensible_events_v1/InvalidEventError.ts +24 -24
  298. package/src/extensible_events_v1/MessageEvent.ts +143 -143
  299. package/src/extensible_events_v1/PollEndEvent.ts +97 -97
  300. package/src/extensible_events_v1/PollResponseEvent.ts +148 -148
  301. package/src/extensible_events_v1/PollStartEvent.ts +207 -207
  302. package/src/extensible_events_v1/utilities.ts +35 -35
  303. package/src/feature.ts +88 -88
  304. package/src/http-api/method.ts +25 -25
  305. package/src/http-api/prefix.ts +48 -48
  306. package/src/indexeddb-helpers.ts +50 -50
  307. package/src/indexeddb-worker.ts +24 -24
  308. package/src/matrixrtc/IKeyTransport.ts +63 -63
  309. package/src/matrixrtc/IMembershipManager.ts +120 -120
  310. package/src/matrixrtc/LivekitTransport.ts +46 -46
  311. package/src/matrixrtc/index.ts +24 -24
  312. package/src/matrixrtc/utils.ts +71 -71
  313. package/src/models/ToDeviceMessage.ts +38 -38
  314. package/src/models/device.ts +85 -85
  315. package/src/models/event-status.ts +39 -39
  316. package/src/models/invites-ignorer-types.ts +58 -58
  317. package/src/models/profile-keys.ts +33 -33
  318. package/src/models/room-summary.ts +78 -78
  319. package/src/models/search-result.ts +57 -57
  320. package/src/models/typed-event-emitter.ts +246 -246
  321. package/src/oidc/authorize.ts +279 -279
  322. package/src/oidc/error.ts +33 -33
  323. package/src/oidc/index.ts +33 -33
  324. package/src/oidc/register.ts +163 -163
  325. package/src/oidc/tokenRefresher.ts +184 -184
  326. package/src/oidc/validate.ts +265 -265
  327. package/src/randomstring.ts +103 -103
  328. package/src/realtime-callbacks.ts +191 -191
  329. package/src/receipt-accumulator.ts +189 -189
  330. package/src/rendezvous/RendezvousChannel.ts +48 -48
  331. package/src/rendezvous/RendezvousCode.ts +25 -25
  332. package/src/rendezvous/RendezvousError.ts +26 -26
  333. package/src/rendezvous/RendezvousFailureReason.ts +49 -49
  334. package/src/rendezvous/RendezvousIntent.ts +20 -20
  335. package/src/rendezvous/RendezvousTransport.ts +58 -58
  336. package/src/rendezvous/channels/MSC4108SecureChannel.ts +270 -270
  337. package/src/rendezvous/channels/index.ts +17 -17
  338. package/src/rendezvous/index.ts +25 -25
  339. package/src/rendezvous/transports/index.ts +17 -17
  340. package/src/rust-crypto/CrossSigningIdentity.ts +195 -195
  341. package/src/rust-crypto/OutgoingRequestsManager.ts +170 -170
  342. package/src/rust-crypto/device-converter.ts +128 -128
  343. package/src/rust-crypto/secret-storage.ts +60 -60
  344. package/src/service-types.ts +20 -20
  345. package/src/store/local-storage-events-emitter.ts +46 -46
  346. package/src/sync-accumulator.ts +779 -779
  347. package/src/thread-utils.ts +31 -31
  348. package/src/types.ts +59 -59
  349. package/src/utils/decryptAESSecretStorageItem.ts +54 -54
  350. package/src/utils/encryptAESSecretStorageItem.ts +73 -73
  351. package/src/utils/internal/deriveKeys.ts +63 -63
  352. package/src/utils/roomVersion.ts +35 -35
  353. package/src/version-support.ts +50 -50
  354. package/src/webrtc/audioContext.ts +44 -44
  355. package/src/webrtc/callEventTypes.ts +101 -101
  356. package/src/webrtc/stats/callFeedStatsReporter.ts +91 -91
  357. package/src/webrtc/stats/callStatsReportGatherer.ts +219 -219
  358. package/src/webrtc/stats/callStatsReportSummary.ts +30 -30
  359. package/src/webrtc/stats/connectionStats.ts +47 -47
  360. package/src/webrtc/stats/connectionStatsBuilder.ts +28 -28
  361. package/src/webrtc/stats/connectionStatsReportBuilder.ts +140 -140
  362. package/src/webrtc/stats/groupCallStats.ts +93 -93
  363. package/src/webrtc/stats/media/mediaSsrcHandler.ts +57 -57
  364. package/src/webrtc/stats/media/mediaTrackHandler.ts +70 -70
  365. package/src/webrtc/stats/media/mediaTrackStats.ts +176 -176
  366. package/src/webrtc/stats/media/mediaTrackStatsHandler.ts +90 -90
  367. package/src/webrtc/stats/statsReport.ts +133 -133
  368. package/src/webrtc/stats/statsReportEmitter.ts +49 -49
  369. package/src/webrtc/stats/trackStatsBuilder.ts +207 -207
  370. package/src/webrtc/stats/transportStats.ts +26 -26
  371. package/src/webrtc/stats/transportStatsBuilder.ts +48 -48
  372. package/src/webrtc/stats/valueFormatter.ts +27 -27
  373. package/src/xrpl/identity.ts +245 -0
  374. package/src/xrpl/trust.ts +64 -0
  375. package/src/xrpl/verification.ts +284 -0
@@ -1 +1 @@
1
- {"version":3,"file":"callStatsReportGatherer.js","names":["ConnectionStats","ConnectionStatsBuilder","TransportStatsBuilder","MediaSsrcHandler","MediaTrackHandler","MediaTrackStatsHandler","TrackStatsBuilder","ConnectionStatsReportBuilder","ValueFormatter","logger","CallFeedStatsReporter","CallStatsReportGatherer","constructor","callId","opponentMemberId","pc","emitter","isFocus","arguments","length","undefined","_defineProperty","addEventListener","onSignalStateChange","bind","trackStats","processStats","groupCallId","localUserId","_this","_asyncToGenerator","summary","isFirstCollection","previousStatsReport","receivedMedia","receivedAudioMedia","receivedVideoMedia","audioTrackSummary","count","muted","maxPacketLoss","maxJitter","concealedAudio","totalAudio","videoTrackSummary","isActive","statsPromise","getStats","then","report","_this$connectionStats","_this$connectionStats2","currentStatsReport","result","processStatsReport","error","handleError","connectionStats","bitrate","download","audio","video","trackSummary","buildTrackSummary","Array","from","getTrack2stats","values","_objectSpread","catch","Promise","resolve","_this$currentStatsRep","byteSentStatsReport","Map","forEach","now","before","get","id","type","nominated","state","bandwidth","buildBandwidthReport","transport","buildReport","findTrack2Stats","buildPacketsLost","buildFramerateResolution","buildBitrateReceived","ts","findTransceiverByTrackId","trackId","setTrackStatsState","buildJitter","buildAudioConcealment","set","getNonNegativeValue","bytesSent","buildBitrateSend","buildCodec","kind","remoteSource","findLocalVideoTrackStats","calculateSimulcastFramerate","mediaTrackHandler","getActiveSimulcastStreams","emitByteSendReport","emitCallFeedReport","buildCallFeedReport","processAndEmitConnectionStatsReport","setActive","getActive","warn","concat","build","packetLoss","emitConnectionStatsReport","stopProcessingStats","signalingState","currentRemoteDescription","mediaSsrcHandler","parse","sdp","currentLocalDescription","setOpponentMemberId"],"sources":["../../../src/webrtc/stats/callStatsReportGatherer.ts"],"sourcesContent":["/*\r\nCopyright 2023 The Matrix.org Foundation C.I.C.\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n*/\r\n\r\nimport { ConnectionStats } from \"./connectionStats.ts\";\r\nimport { type StatsReportEmitter } from \"./statsReportEmitter.ts\";\r\nimport { type ByteSend, type ByteSentStatsReport, type TrackID } from \"./statsReport.ts\";\r\nimport { ConnectionStatsBuilder } from \"./connectionStatsBuilder.ts\";\r\nimport { TransportStatsBuilder } from \"./transportStatsBuilder.ts\";\r\nimport { MediaSsrcHandler } from \"./media/mediaSsrcHandler.ts\";\r\nimport { MediaTrackHandler } from \"./media/mediaTrackHandler.ts\";\r\nimport { MediaTrackStatsHandler } from \"./media/mediaTrackStatsHandler.ts\";\r\nimport { TrackStatsBuilder } from \"./trackStatsBuilder.ts\";\r\nimport { ConnectionStatsReportBuilder } from \"./connectionStatsReportBuilder.ts\";\r\nimport { ValueFormatter } from \"./valueFormatter.ts\";\r\nimport { type CallStatsReportSummary } from \"./callStatsReportSummary.ts\";\r\nimport { logger } from \"../../logger.ts\";\r\nimport { CallFeedStatsReporter } from \"./callFeedStatsReporter.ts\";\r\n\r\nexport class CallStatsReportGatherer {\r\n private isActive = true;\r\n private previousStatsReport: RTCStatsReport | undefined;\r\n private currentStatsReport: RTCStatsReport | undefined;\r\n private readonly connectionStats = new ConnectionStats();\r\n\r\n private readonly trackStats: MediaTrackStatsHandler;\r\n\r\n public constructor(\r\n public readonly callId: string,\r\n private opponentMemberId: string,\r\n private readonly pc: RTCPeerConnection,\r\n private readonly emitter: StatsReportEmitter,\r\n private readonly isFocus = true,\r\n ) {\r\n pc.addEventListener(\"signalingstatechange\", this.onSignalStateChange.bind(this));\r\n this.trackStats = new MediaTrackStatsHandler(new MediaSsrcHandler(), new MediaTrackHandler(pc));\r\n }\r\n\r\n public async processStats(groupCallId: string, localUserId: string): Promise<CallStatsReportSummary> {\r\n const summary = {\r\n isFirstCollection: this.previousStatsReport === undefined,\r\n receivedMedia: 0,\r\n receivedAudioMedia: 0,\r\n receivedVideoMedia: 0,\r\n audioTrackSummary: { count: 0, muted: 0, maxPacketLoss: 0, maxJitter: 0, concealedAudio: 0, totalAudio: 0 },\r\n videoTrackSummary: { count: 0, muted: 0, maxPacketLoss: 0, maxJitter: 0, concealedAudio: 0, totalAudio: 0 },\r\n } as CallStatsReportSummary;\r\n if (this.isActive) {\r\n const statsPromise = this.pc.getStats();\r\n if (typeof statsPromise?.then === \"function\") {\r\n return statsPromise\r\n .then((report) => {\r\n // @ts-ignore\r\n this.currentStatsReport = typeof report?.result === \"function\" ? report.result() : report;\r\n\r\n try {\r\n this.processStatsReport(groupCallId, localUserId);\r\n } catch (error) {\r\n this.handleError(error);\r\n return summary;\r\n }\r\n\r\n this.previousStatsReport = this.currentStatsReport;\r\n summary.receivedMedia = this.connectionStats.bitrate.download;\r\n summary.receivedAudioMedia = this.connectionStats.bitrate.audio?.download || 0;\r\n summary.receivedVideoMedia = this.connectionStats.bitrate.video?.download || 0;\r\n const trackSummary = TrackStatsBuilder.buildTrackSummary(\r\n Array.from(this.trackStats.getTrack2stats().values()),\r\n );\r\n return {\r\n ...summary,\r\n audioTrackSummary: trackSummary.audioTrackSummary,\r\n videoTrackSummary: trackSummary.videoTrackSummary,\r\n };\r\n })\r\n .catch((error) => {\r\n this.handleError(error);\r\n return summary;\r\n });\r\n }\r\n this.isActive = false;\r\n }\r\n return Promise.resolve(summary);\r\n }\r\n\r\n private processStatsReport(groupCallId: string, localUserId: string): void {\r\n const byteSentStatsReport: ByteSentStatsReport = new Map<TrackID, ByteSend>() as ByteSentStatsReport;\r\n byteSentStatsReport.callId = this.callId;\r\n byteSentStatsReport.opponentMemberId = this.opponentMemberId;\r\n\r\n this.currentStatsReport?.forEach((now) => {\r\n const before = this.previousStatsReport ? this.previousStatsReport.get(now.id) : null;\r\n // RTCIceCandidatePairStats - https://w3c.github.io/webrtc-stats/#candidatepair-dict*\r\n if (now.type === \"candidate-pair\" && now.nominated && now.state === \"succeeded\") {\r\n this.connectionStats.bandwidth = ConnectionStatsBuilder.buildBandwidthReport(now);\r\n this.connectionStats.transport = TransportStatsBuilder.buildReport(\r\n this.currentStatsReport,\r\n now,\r\n this.connectionStats.transport,\r\n this.isFocus,\r\n );\r\n\r\n // RTCReceivedRtpStreamStats\r\n // https://w3c.github.io/webrtc-stats/#receivedrtpstats-dict*\r\n // RTCSentRtpStreamStats\r\n // https://w3c.github.io/webrtc-stats/#sentrtpstats-dict*\r\n } else if (now.type === \"inbound-rtp\" || now.type === \"outbound-rtp\") {\r\n const trackStats = this.trackStats.findTrack2Stats(\r\n now,\r\n now.type === \"inbound-rtp\" ? \"remote\" : \"local\",\r\n );\r\n if (!trackStats) {\r\n return;\r\n }\r\n\r\n if (before) {\r\n TrackStatsBuilder.buildPacketsLost(trackStats, now, before);\r\n }\r\n\r\n // Get the resolution and framerate for only remote video sources here. For the local video sources,\r\n // 'track' stats will be used since they have the updated resolution based on the simulcast streams\r\n // currently being sent. Promise based getStats reports three 'outbound-rtp' streams and there will be\r\n // more calculations needed to determine what is the highest resolution stream sent by the client if the\r\n // 'outbound-rtp' stats are used.\r\n if (now.type === \"inbound-rtp\") {\r\n TrackStatsBuilder.buildFramerateResolution(trackStats, now);\r\n if (before) {\r\n TrackStatsBuilder.buildBitrateReceived(trackStats, now, before);\r\n }\r\n const ts = this.trackStats.findTransceiverByTrackId(trackStats.trackId);\r\n TrackStatsBuilder.setTrackStatsState(trackStats, ts);\r\n TrackStatsBuilder.buildJitter(trackStats, now);\r\n TrackStatsBuilder.buildAudioConcealment(trackStats, now);\r\n } else if (before) {\r\n byteSentStatsReport.set(trackStats.trackId, ValueFormatter.getNonNegativeValue(now.bytesSent));\r\n TrackStatsBuilder.buildBitrateSend(trackStats, now, before);\r\n }\r\n TrackStatsBuilder.buildCodec(this.currentStatsReport, trackStats, now);\r\n } else if (now.type === \"track\" && now.kind === \"video\" && !now.remoteSource) {\r\n const trackStats = this.trackStats.findLocalVideoTrackStats(now);\r\n if (!trackStats) {\r\n return;\r\n }\r\n TrackStatsBuilder.buildFramerateResolution(trackStats, now);\r\n TrackStatsBuilder.calculateSimulcastFramerate(\r\n trackStats,\r\n now,\r\n before,\r\n this.trackStats.mediaTrackHandler.getActiveSimulcastStreams(),\r\n );\r\n }\r\n });\r\n\r\n this.emitter.emitByteSendReport(byteSentStatsReport);\r\n this.emitter.emitCallFeedReport(\r\n CallFeedStatsReporter.buildCallFeedReport(this.callId, this.opponentMemberId, this.pc),\r\n );\r\n this.processAndEmitConnectionStatsReport();\r\n }\r\n\r\n public setActive(isActive: boolean): void {\r\n this.isActive = isActive;\r\n }\r\n\r\n public getActive(): boolean {\r\n return this.isActive;\r\n }\r\n\r\n private handleError(error: any): void {\r\n this.isActive = false;\r\n logger.warn(`CallStatsReportGatherer ${this.callId} processStatsReport fails and set to inactive ${error}`);\r\n }\r\n\r\n private processAndEmitConnectionStatsReport(): void {\r\n const report = ConnectionStatsReportBuilder.build(this.trackStats.getTrack2stats());\r\n report.callId = this.callId;\r\n report.opponentMemberId = this.opponentMemberId;\r\n\r\n this.connectionStats.bandwidth = report.bandwidth;\r\n this.connectionStats.bitrate = report.bitrate;\r\n this.connectionStats.packetLoss = report.packetLoss;\r\n\r\n this.emitter.emitConnectionStatsReport({\r\n ...report,\r\n transport: this.connectionStats.transport,\r\n });\r\n\r\n this.connectionStats.transport = [];\r\n }\r\n\r\n public stopProcessingStats(): void {}\r\n\r\n private onSignalStateChange(): void {\r\n if (this.pc.signalingState === \"stable\") {\r\n if (this.pc.currentRemoteDescription) {\r\n this.trackStats.mediaSsrcHandler.parse(this.pc.currentRemoteDescription.sdp, \"remote\");\r\n }\r\n if (this.pc.currentLocalDescription) {\r\n this.trackStats.mediaSsrcHandler.parse(this.pc.currentLocalDescription.sdp, \"local\");\r\n }\r\n }\r\n }\r\n\r\n public setOpponentMemberId(id: string): void {\r\n this.opponentMemberId = id;\r\n }\r\n}\r\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"callStatsReportGatherer.js","names":["ConnectionStats","ConnectionStatsBuilder","TransportStatsBuilder","MediaSsrcHandler","MediaTrackHandler","MediaTrackStatsHandler","TrackStatsBuilder","ConnectionStatsReportBuilder","ValueFormatter","logger","CallFeedStatsReporter","CallStatsReportGatherer","constructor","callId","opponentMemberId","pc","emitter","isFocus","arguments","length","undefined","_defineProperty","addEventListener","onSignalStateChange","bind","trackStats","processStats","groupCallId","localUserId","_this","_asyncToGenerator","summary","isFirstCollection","previousStatsReport","receivedMedia","receivedAudioMedia","receivedVideoMedia","audioTrackSummary","count","muted","maxPacketLoss","maxJitter","concealedAudio","totalAudio","videoTrackSummary","isActive","statsPromise","getStats","then","report","_this$connectionStats","_this$connectionStats2","currentStatsReport","result","processStatsReport","error","handleError","connectionStats","bitrate","download","audio","video","trackSummary","buildTrackSummary","Array","from","getTrack2stats","values","_objectSpread","catch","Promise","resolve","_this$currentStatsRep","byteSentStatsReport","Map","forEach","now","before","get","id","type","nominated","state","bandwidth","buildBandwidthReport","transport","buildReport","findTrack2Stats","buildPacketsLost","buildFramerateResolution","buildBitrateReceived","ts","findTransceiverByTrackId","trackId","setTrackStatsState","buildJitter","buildAudioConcealment","set","getNonNegativeValue","bytesSent","buildBitrateSend","buildCodec","kind","remoteSource","findLocalVideoTrackStats","calculateSimulcastFramerate","mediaTrackHandler","getActiveSimulcastStreams","emitByteSendReport","emitCallFeedReport","buildCallFeedReport","processAndEmitConnectionStatsReport","setActive","getActive","warn","concat","build","packetLoss","emitConnectionStatsReport","stopProcessingStats","signalingState","currentRemoteDescription","mediaSsrcHandler","parse","sdp","currentLocalDescription","setOpponentMemberId"],"sources":["../../../src/webrtc/stats/callStatsReportGatherer.ts"],"sourcesContent":["/*\nCopyright 2023 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\n\nimport { ConnectionStats } from \"./connectionStats.ts\";\nimport { type StatsReportEmitter } from \"./statsReportEmitter.ts\";\nimport { type ByteSend, type ByteSentStatsReport, type TrackID } from \"./statsReport.ts\";\nimport { ConnectionStatsBuilder } from \"./connectionStatsBuilder.ts\";\nimport { TransportStatsBuilder } from \"./transportStatsBuilder.ts\";\nimport { MediaSsrcHandler } from \"./media/mediaSsrcHandler.ts\";\nimport { MediaTrackHandler } from \"./media/mediaTrackHandler.ts\";\nimport { MediaTrackStatsHandler } from \"./media/mediaTrackStatsHandler.ts\";\nimport { TrackStatsBuilder } from \"./trackStatsBuilder.ts\";\nimport { ConnectionStatsReportBuilder } from \"./connectionStatsReportBuilder.ts\";\nimport { ValueFormatter } from \"./valueFormatter.ts\";\nimport { type CallStatsReportSummary } from \"./callStatsReportSummary.ts\";\nimport { logger } from \"../../logger.ts\";\nimport { CallFeedStatsReporter } from \"./callFeedStatsReporter.ts\";\n\nexport class CallStatsReportGatherer {\n private isActive = true;\n private previousStatsReport: RTCStatsReport | undefined;\n private currentStatsReport: RTCStatsReport | undefined;\n private readonly connectionStats = new ConnectionStats();\n\n private readonly trackStats: MediaTrackStatsHandler;\n\n public constructor(\n public readonly callId: string,\n private opponentMemberId: string,\n private readonly pc: RTCPeerConnection,\n private readonly emitter: StatsReportEmitter,\n private readonly isFocus = true,\n ) {\n pc.addEventListener(\"signalingstatechange\", this.onSignalStateChange.bind(this));\n this.trackStats = new MediaTrackStatsHandler(new MediaSsrcHandler(), new MediaTrackHandler(pc));\n }\n\n public async processStats(groupCallId: string, localUserId: string): Promise<CallStatsReportSummary> {\n const summary = {\n isFirstCollection: this.previousStatsReport === undefined,\n receivedMedia: 0,\n receivedAudioMedia: 0,\n receivedVideoMedia: 0,\n audioTrackSummary: { count: 0, muted: 0, maxPacketLoss: 0, maxJitter: 0, concealedAudio: 0, totalAudio: 0 },\n videoTrackSummary: { count: 0, muted: 0, maxPacketLoss: 0, maxJitter: 0, concealedAudio: 0, totalAudio: 0 },\n } as CallStatsReportSummary;\n if (this.isActive) {\n const statsPromise = this.pc.getStats();\n if (typeof statsPromise?.then === \"function\") {\n return statsPromise\n .then((report) => {\n // @ts-ignore\n this.currentStatsReport = typeof report?.result === \"function\" ? report.result() : report;\n\n try {\n this.processStatsReport(groupCallId, localUserId);\n } catch (error) {\n this.handleError(error);\n return summary;\n }\n\n this.previousStatsReport = this.currentStatsReport;\n summary.receivedMedia = this.connectionStats.bitrate.download;\n summary.receivedAudioMedia = this.connectionStats.bitrate.audio?.download || 0;\n summary.receivedVideoMedia = this.connectionStats.bitrate.video?.download || 0;\n const trackSummary = TrackStatsBuilder.buildTrackSummary(\n Array.from(this.trackStats.getTrack2stats().values()),\n );\n return {\n ...summary,\n audioTrackSummary: trackSummary.audioTrackSummary,\n videoTrackSummary: trackSummary.videoTrackSummary,\n };\n })\n .catch((error) => {\n this.handleError(error);\n return summary;\n });\n }\n this.isActive = false;\n }\n return Promise.resolve(summary);\n }\n\n private processStatsReport(groupCallId: string, localUserId: string): void {\n const byteSentStatsReport: ByteSentStatsReport = new Map<TrackID, ByteSend>() as ByteSentStatsReport;\n byteSentStatsReport.callId = this.callId;\n byteSentStatsReport.opponentMemberId = this.opponentMemberId;\n\n this.currentStatsReport?.forEach((now) => {\n const before = this.previousStatsReport ? this.previousStatsReport.get(now.id) : null;\n // RTCIceCandidatePairStats - https://w3c.github.io/webrtc-stats/#candidatepair-dict*\n if (now.type === \"candidate-pair\" && now.nominated && now.state === \"succeeded\") {\n this.connectionStats.bandwidth = ConnectionStatsBuilder.buildBandwidthReport(now);\n this.connectionStats.transport = TransportStatsBuilder.buildReport(\n this.currentStatsReport,\n now,\n this.connectionStats.transport,\n this.isFocus,\n );\n\n // RTCReceivedRtpStreamStats\n // https://w3c.github.io/webrtc-stats/#receivedrtpstats-dict*\n // RTCSentRtpStreamStats\n // https://w3c.github.io/webrtc-stats/#sentrtpstats-dict*\n } else if (now.type === \"inbound-rtp\" || now.type === \"outbound-rtp\") {\n const trackStats = this.trackStats.findTrack2Stats(\n now,\n now.type === \"inbound-rtp\" ? \"remote\" : \"local\",\n );\n if (!trackStats) {\n return;\n }\n\n if (before) {\n TrackStatsBuilder.buildPacketsLost(trackStats, now, before);\n }\n\n // Get the resolution and framerate for only remote video sources here. For the local video sources,\n // 'track' stats will be used since they have the updated resolution based on the simulcast streams\n // currently being sent. Promise based getStats reports three 'outbound-rtp' streams and there will be\n // more calculations needed to determine what is the highest resolution stream sent by the client if the\n // 'outbound-rtp' stats are used.\n if (now.type === \"inbound-rtp\") {\n TrackStatsBuilder.buildFramerateResolution(trackStats, now);\n if (before) {\n TrackStatsBuilder.buildBitrateReceived(trackStats, now, before);\n }\n const ts = this.trackStats.findTransceiverByTrackId(trackStats.trackId);\n TrackStatsBuilder.setTrackStatsState(trackStats, ts);\n TrackStatsBuilder.buildJitter(trackStats, now);\n TrackStatsBuilder.buildAudioConcealment(trackStats, now);\n } else if (before) {\n byteSentStatsReport.set(trackStats.trackId, ValueFormatter.getNonNegativeValue(now.bytesSent));\n TrackStatsBuilder.buildBitrateSend(trackStats, now, before);\n }\n TrackStatsBuilder.buildCodec(this.currentStatsReport, trackStats, now);\n } else if (now.type === \"track\" && now.kind === \"video\" && !now.remoteSource) {\n const trackStats = this.trackStats.findLocalVideoTrackStats(now);\n if (!trackStats) {\n return;\n }\n TrackStatsBuilder.buildFramerateResolution(trackStats, now);\n TrackStatsBuilder.calculateSimulcastFramerate(\n trackStats,\n now,\n before,\n this.trackStats.mediaTrackHandler.getActiveSimulcastStreams(),\n );\n }\n });\n\n this.emitter.emitByteSendReport(byteSentStatsReport);\n this.emitter.emitCallFeedReport(\n CallFeedStatsReporter.buildCallFeedReport(this.callId, this.opponentMemberId, this.pc),\n );\n this.processAndEmitConnectionStatsReport();\n }\n\n public setActive(isActive: boolean): void {\n this.isActive = isActive;\n }\n\n public getActive(): boolean {\n return this.isActive;\n }\n\n private handleError(error: any): void {\n this.isActive = false;\n logger.warn(`CallStatsReportGatherer ${this.callId} processStatsReport fails and set to inactive ${error}`);\n }\n\n private processAndEmitConnectionStatsReport(): void {\n const report = ConnectionStatsReportBuilder.build(this.trackStats.getTrack2stats());\n report.callId = this.callId;\n report.opponentMemberId = this.opponentMemberId;\n\n this.connectionStats.bandwidth = report.bandwidth;\n this.connectionStats.bitrate = report.bitrate;\n this.connectionStats.packetLoss = report.packetLoss;\n\n this.emitter.emitConnectionStatsReport({\n ...report,\n transport: this.connectionStats.transport,\n });\n\n this.connectionStats.transport = [];\n }\n\n public stopProcessingStats(): void {}\n\n private onSignalStateChange(): void {\n if (this.pc.signalingState === \"stable\") {\n if (this.pc.currentRemoteDescription) {\n this.trackStats.mediaSsrcHandler.parse(this.pc.currentRemoteDescription.sdp, \"remote\");\n }\n if (this.pc.currentLocalDescription) {\n this.trackStats.mediaSsrcHandler.parse(this.pc.currentLocalDescription.sdp, \"local\");\n }\n }\n }\n\n public setOpponentMemberId(id: string): void {\n this.opponentMemberId = id;\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"callStatsReportSummary.js","names":[],"sources":["../../../src/webrtc/stats/callStatsReportSummary.ts"],"sourcesContent":["/*\r\nCopyright 2023 The Matrix.org Foundation C.I.C.\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n http://www.apache.org/licenses/LICENSE-2.0\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n*/\r\nexport interface CallStatsReportSummary {\r\n receivedMedia: number;\r\n receivedAudioMedia: number;\r\n receivedVideoMedia: number;\r\n audioTrackSummary: TrackSummary;\r\n videoTrackSummary: TrackSummary;\r\n\r\n isFirstCollection: boolean;\r\n}\r\n\r\nexport interface TrackSummary {\r\n count: number;\r\n muted: number;\r\n maxJitter: number;\r\n maxPacketLoss: number;\r\n concealedAudio: number;\r\n totalAudio: number;\r\n}\r\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"callStatsReportSummary.js","names":[],"sources":["../../../src/webrtc/stats/callStatsReportSummary.ts"],"sourcesContent":["/*\nCopyright 2023 The Matrix.org Foundation C.I.C.\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n http://www.apache.org/licenses/LICENSE-2.0\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\nexport interface CallStatsReportSummary {\n receivedMedia: number;\n receivedAudioMedia: number;\n receivedVideoMedia: number;\n audioTrackSummary: TrackSummary;\n videoTrackSummary: TrackSummary;\n\n isFirstCollection: boolean;\n}\n\nexport interface TrackSummary {\n count: number;\n muted: number;\n maxJitter: number;\n maxPacketLoss: number;\n concealedAudio: number;\n totalAudio: number;\n}\n"],"mappings":"","ignoreList":[]}
@@ -1,18 +1,18 @@
1
1
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
- /*
3
- Copyright 2023 The Matrix.org Foundation C.I.C.
4
-
5
- Licensed under the Apache License, Version 2.0 (the "License");
6
- you may not use this file except in compliance with the License.
7
- You may obtain a copy of the License at
8
-
9
- http://www.apache.org/licenses/LICENSE-2.0
10
-
11
- Unless required by applicable law or agreed to in writing, software
12
- distributed under the License is distributed on an "AS IS" BASIS,
13
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- See the License for the specific language governing permissions and
15
- limitations under the License.
2
+ /*
3
+ Copyright 2023 The Matrix.org Foundation C.I.C.
4
+
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
8
+
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
16
16
  */
17
17
 
18
18
  export class ConnectionStats {
@@ -1 +1 @@
1
- {"version":3,"file":"connectionStats.js","names":["ConnectionStats","constructor","_defineProperty"],"sources":["../../../src/webrtc/stats/connectionStats.ts"],"sourcesContent":["/*\r\nCopyright 2023 The Matrix.org Foundation C.I.C.\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n*/\r\n\r\nimport { type TransportStats } from \"./transportStats.ts\";\r\nimport { type Bitrate } from \"./media/mediaTrackStats.ts\";\r\n\r\nexport interface ConnectionStatsBandwidth {\r\n /**\r\n * bytes per second\r\n */\r\n download: number;\r\n /**\r\n * bytes per second\r\n */\r\n upload: number;\r\n}\r\n\r\nexport interface ConnectionStatsBitrate extends Bitrate {\r\n audio?: Bitrate;\r\n video?: Bitrate;\r\n}\r\n\r\nexport interface PacketLoss {\r\n total: number;\r\n download: number;\r\n upload: number;\r\n}\r\n\r\nexport class ConnectionStats {\r\n public bandwidth: ConnectionStatsBitrate = {} as ConnectionStatsBitrate;\r\n public bitrate: ConnectionStatsBitrate = {} as ConnectionStatsBitrate;\r\n public packetLoss: PacketLoss = {} as PacketLoss;\r\n public transport: TransportStats[] = [];\r\n}\r\n"],"mappings":";AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AA2BA,OAAO,MAAMA,eAAe,CAAC;EAAAC,YAAA;IAAAC,eAAA,oBACkB,CAAC,CAAC;IAAAA,eAAA,kBACJ,CAAC,CAAC;IAAAA,eAAA,qBACX,CAAC,CAAC;IAAAA,eAAA,oBACG,EAAE;EAAA;AAC3C","ignoreList":[]}
1
+ {"version":3,"file":"connectionStats.js","names":["ConnectionStats","constructor","_defineProperty"],"sources":["../../../src/webrtc/stats/connectionStats.ts"],"sourcesContent":["/*\nCopyright 2023 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\n\nimport { type TransportStats } from \"./transportStats.ts\";\nimport { type Bitrate } from \"./media/mediaTrackStats.ts\";\n\nexport interface ConnectionStatsBandwidth {\n /**\n * bytes per second\n */\n download: number;\n /**\n * bytes per second\n */\n upload: number;\n}\n\nexport interface ConnectionStatsBitrate extends Bitrate {\n audio?: Bitrate;\n video?: Bitrate;\n}\n\nexport interface PacketLoss {\n total: number;\n download: number;\n upload: number;\n}\n\nexport class ConnectionStats {\n public bandwidth: ConnectionStatsBitrate = {} as ConnectionStatsBitrate;\n public bitrate: ConnectionStatsBitrate = {} as ConnectionStatsBitrate;\n public packetLoss: PacketLoss = {} as PacketLoss;\n public transport: TransportStats[] = [];\n}\n"],"mappings":";AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AA2BA,OAAO,MAAMA,eAAe,CAAC;EAAAC,YAAA;IAAAC,eAAA,oBACkB,CAAC,CAAC;IAAAA,eAAA,kBACJ,CAAC,CAAC;IAAAA,eAAA,qBACX,CAAC,CAAC;IAAAA,eAAA,oBACG,EAAE;EAAA;AAC3C","ignoreList":[]}
@@ -1,17 +1,17 @@
1
- /*
2
- Copyright 2023 The Matrix.org Foundation C.I.C.
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
1
+ /*
2
+ Copyright 2023 The Matrix.org Foundation C.I.C.
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
15
  */
16
16
 
17
17
  export class ConnectionStatsBuilder {
@@ -1 +1 @@
1
- {"version":3,"file":"connectionStatsBuilder.js","names":["ConnectionStatsBuilder","buildBandwidthReport","now","availableIncomingBitrate","availableOutgoingBitrate","download","Math","round","upload"],"sources":["../../../src/webrtc/stats/connectionStatsBuilder.ts"],"sourcesContent":["/*\r\nCopyright 2023 The Matrix.org Foundation C.I.C.\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n*/\r\nimport { type Bitrate } from \"./media/mediaTrackStats.ts\";\r\n\r\nexport class ConnectionStatsBuilder {\r\n public static buildBandwidthReport(now: RTCIceCandidatePairStats): Bitrate {\r\n const availableIncomingBitrate = now.availableIncomingBitrate;\r\n const availableOutgoingBitrate = now.availableOutgoingBitrate;\r\n\r\n return {\r\n download: availableIncomingBitrate ? Math.round(availableIncomingBitrate / 1000) : 0,\r\n upload: availableOutgoingBitrate ? Math.round(availableOutgoingBitrate / 1000) : 0,\r\n };\r\n }\r\n}\r\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAGA,OAAO,MAAMA,sBAAsB,CAAC;EAChC,OAAcC,oBAAoBA,CAACC,GAA6B,EAAW;IACvE,IAAMC,wBAAwB,GAAGD,GAAG,CAACC,wBAAwB;IAC7D,IAAMC,wBAAwB,GAAGF,GAAG,CAACE,wBAAwB;IAE7D,OAAO;MACHC,QAAQ,EAAEF,wBAAwB,GAAGG,IAAI,CAACC,KAAK,CAACJ,wBAAwB,GAAG,IAAI,CAAC,GAAG,CAAC;MACpFK,MAAM,EAAEJ,wBAAwB,GAAGE,IAAI,CAACC,KAAK,CAACH,wBAAwB,GAAG,IAAI,CAAC,GAAG;IACrF,CAAC;EACL;AACJ","ignoreList":[]}
1
+ {"version":3,"file":"connectionStatsBuilder.js","names":["ConnectionStatsBuilder","buildBandwidthReport","now","availableIncomingBitrate","availableOutgoingBitrate","download","Math","round","upload"],"sources":["../../../src/webrtc/stats/connectionStatsBuilder.ts"],"sourcesContent":["/*\nCopyright 2023 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\nimport { type Bitrate } from \"./media/mediaTrackStats.ts\";\n\nexport class ConnectionStatsBuilder {\n public static buildBandwidthReport(now: RTCIceCandidatePairStats): Bitrate {\n const availableIncomingBitrate = now.availableIncomingBitrate;\n const availableOutgoingBitrate = now.availableOutgoingBitrate;\n\n return {\n download: availableIncomingBitrate ? Math.round(availableIncomingBitrate / 1000) : 0,\n upload: availableOutgoingBitrate ? Math.round(availableOutgoingBitrate / 1000) : 0,\n };\n }\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAGA,OAAO,MAAMA,sBAAsB,CAAC;EAChC,OAAcC,oBAAoBA,CAACC,GAA6B,EAAW;IACvE,IAAMC,wBAAwB,GAAGD,GAAG,CAACC,wBAAwB;IAC7D,IAAMC,wBAAwB,GAAGF,GAAG,CAACE,wBAAwB;IAE7D,OAAO;MACHC,QAAQ,EAAEF,wBAAwB,GAAGG,IAAI,CAACC,KAAK,CAACJ,wBAAwB,GAAG,IAAI,CAAC,GAAG,CAAC;MACpFK,MAAM,EAAEJ,wBAAwB,GAAGE,IAAI,CAACC,KAAK,CAACH,wBAAwB,GAAG,IAAI,CAAC,GAAG;IACrF,CAAC;EACL;AACJ","ignoreList":[]}
@@ -1,17 +1,17 @@
1
- /*
2
- Copyright 2023 The Matrix.org Foundation C.I.C.
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
1
+ /*
2
+ Copyright 2023 The Matrix.org Foundation C.I.C.
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
15
  */
16
16
 
17
17
  export class ConnectionStatsReportBuilder {
@@ -1 +1 @@
1
- {"version":3,"file":"connectionStatsReportBuilder.js","names":["ConnectionStatsReportBuilder","build","stats","report","totalPackets","download","upload","lostPackets","bitrateDownload","bitrateUpload","resolutions","local","Map","remote","framerates","codecs","jitter","audioConcealment","audioBitrateDownload","audioBitrateUpload","videoBitrateDownload","videoBitrateUpload","totalConcealedAudio","totalAudioDuration","trackId","trackStats","loss","getLoss","type","isDownloadStream","packetsTotal","packetsLost","getBitrate","kind","audioConcealmentForTrack","getAudioConcealment","concealedAudio","getType","set","getResolution","getFramerate","getCodec","getJitter","resetBitrate","bitrate","audio","video","packetLoss","total","calculatePacketLoss","totalAudioConcealment","framerate","resolution","codec","Math","round"],"sources":["../../../src/webrtc/stats/connectionStatsReportBuilder.ts"],"sourcesContent":["/*\r\nCopyright 2023 The Matrix.org Foundation C.I.C.\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n*/\r\nimport {\r\n type AudioConcealment,\r\n type CodecMap,\r\n type ConnectionStatsReport,\r\n type FramerateMap,\r\n type ResolutionMap,\r\n type TrackID,\r\n} from \"./statsReport.ts\";\r\nimport { type MediaTrackStats, type Resolution } from \"./media/mediaTrackStats.ts\";\r\n\r\nexport class ConnectionStatsReportBuilder {\r\n public static build(stats: Map<TrackID, MediaTrackStats>): ConnectionStatsReport {\r\n const report = {} as ConnectionStatsReport;\r\n\r\n // process stats\r\n const totalPackets = {\r\n download: 0,\r\n upload: 0,\r\n };\r\n const lostPackets = {\r\n download: 0,\r\n upload: 0,\r\n };\r\n let bitrateDownload = 0;\r\n let bitrateUpload = 0;\r\n const resolutions: ResolutionMap = {\r\n local: new Map<TrackID, Resolution>(),\r\n remote: new Map<TrackID, Resolution>(),\r\n };\r\n const framerates: FramerateMap = { local: new Map<TrackID, number>(), remote: new Map<TrackID, number>() };\r\n const codecs: CodecMap = { local: new Map<TrackID, string>(), remote: new Map<TrackID, string>() };\r\n const jitter = new Map<TrackID, number>();\r\n const audioConcealment = new Map<TrackID, AudioConcealment>();\r\n\r\n let audioBitrateDownload = 0;\r\n let audioBitrateUpload = 0;\r\n let videoBitrateDownload = 0;\r\n let videoBitrateUpload = 0;\r\n\r\n let totalConcealedAudio = 0;\r\n let totalAudioDuration = 0;\r\n\r\n for (const [trackId, trackStats] of stats) {\r\n // process packet loss stats\r\n const loss = trackStats.getLoss();\r\n const type = loss.isDownloadStream ? \"download\" : \"upload\";\r\n\r\n totalPackets[type] += loss.packetsTotal;\r\n lostPackets[type] += loss.packetsLost;\r\n\r\n // process bitrate stats\r\n bitrateDownload += trackStats.getBitrate().download;\r\n bitrateUpload += trackStats.getBitrate().upload;\r\n\r\n // collect resolutions and framerates\r\n if (trackStats.kind === \"audio\") {\r\n // process audio quality stats\r\n const audioConcealmentForTrack = trackStats.getAudioConcealment();\r\n totalConcealedAudio += audioConcealmentForTrack.concealedAudio;\r\n totalAudioDuration += audioConcealmentForTrack.totalAudioDuration;\r\n\r\n audioBitrateDownload += trackStats.getBitrate().download;\r\n audioBitrateUpload += trackStats.getBitrate().upload;\r\n } else {\r\n videoBitrateDownload += trackStats.getBitrate().download;\r\n videoBitrateUpload += trackStats.getBitrate().upload;\r\n }\r\n\r\n resolutions[trackStats.getType()].set(trackId, trackStats.getResolution());\r\n framerates[trackStats.getType()].set(trackId, trackStats.getFramerate());\r\n codecs[trackStats.getType()].set(trackId, trackStats.getCodec());\r\n if (trackStats.getType() === \"remote\") {\r\n jitter.set(trackId, trackStats.getJitter());\r\n if (trackStats.kind === \"audio\") {\r\n audioConcealment.set(trackId, trackStats.getAudioConcealment());\r\n }\r\n }\r\n\r\n trackStats.resetBitrate();\r\n }\r\n\r\n report.bitrate = {\r\n upload: bitrateUpload,\r\n download: bitrateDownload,\r\n };\r\n\r\n report.bitrate.audio = {\r\n upload: audioBitrateUpload,\r\n download: audioBitrateDownload,\r\n };\r\n\r\n report.bitrate.video = {\r\n upload: videoBitrateUpload,\r\n download: videoBitrateDownload,\r\n };\r\n\r\n report.packetLoss = {\r\n total: ConnectionStatsReportBuilder.calculatePacketLoss(\r\n lostPackets.download + lostPackets.upload,\r\n totalPackets.download + totalPackets.upload,\r\n ),\r\n download: ConnectionStatsReportBuilder.calculatePacketLoss(lostPackets.download, totalPackets.download),\r\n upload: ConnectionStatsReportBuilder.calculatePacketLoss(lostPackets.upload, totalPackets.upload),\r\n };\r\n report.audioConcealment = audioConcealment;\r\n report.totalAudioConcealment = {\r\n concealedAudio: totalConcealedAudio,\r\n totalAudioDuration,\r\n };\r\n\r\n report.framerate = framerates;\r\n report.resolution = resolutions;\r\n report.codec = codecs;\r\n report.jitter = jitter;\r\n return report;\r\n }\r\n\r\n private static calculatePacketLoss(lostPackets: number, totalPackets: number): number {\r\n if (!totalPackets || totalPackets <= 0 || !lostPackets || lostPackets <= 0) {\r\n return 0;\r\n }\r\n\r\n return Math.round((lostPackets / totalPackets) * 100);\r\n }\r\n}\r\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"connectionStatsReportBuilder.js","names":["ConnectionStatsReportBuilder","build","stats","report","totalPackets","download","upload","lostPackets","bitrateDownload","bitrateUpload","resolutions","local","Map","remote","framerates","codecs","jitter","audioConcealment","audioBitrateDownload","audioBitrateUpload","videoBitrateDownload","videoBitrateUpload","totalConcealedAudio","totalAudioDuration","trackId","trackStats","loss","getLoss","type","isDownloadStream","packetsTotal","packetsLost","getBitrate","kind","audioConcealmentForTrack","getAudioConcealment","concealedAudio","getType","set","getResolution","getFramerate","getCodec","getJitter","resetBitrate","bitrate","audio","video","packetLoss","total","calculatePacketLoss","totalAudioConcealment","framerate","resolution","codec","Math","round"],"sources":["../../../src/webrtc/stats/connectionStatsReportBuilder.ts"],"sourcesContent":["/*\nCopyright 2023 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\nimport {\n type AudioConcealment,\n type CodecMap,\n type ConnectionStatsReport,\n type FramerateMap,\n type ResolutionMap,\n type TrackID,\n} from \"./statsReport.ts\";\nimport { type MediaTrackStats, type Resolution } from \"./media/mediaTrackStats.ts\";\n\nexport class ConnectionStatsReportBuilder {\n public static build(stats: Map<TrackID, MediaTrackStats>): ConnectionStatsReport {\n const report = {} as ConnectionStatsReport;\n\n // process stats\n const totalPackets = {\n download: 0,\n upload: 0,\n };\n const lostPackets = {\n download: 0,\n upload: 0,\n };\n let bitrateDownload = 0;\n let bitrateUpload = 0;\n const resolutions: ResolutionMap = {\n local: new Map<TrackID, Resolution>(),\n remote: new Map<TrackID, Resolution>(),\n };\n const framerates: FramerateMap = { local: new Map<TrackID, number>(), remote: new Map<TrackID, number>() };\n const codecs: CodecMap = { local: new Map<TrackID, string>(), remote: new Map<TrackID, string>() };\n const jitter = new Map<TrackID, number>();\n const audioConcealment = new Map<TrackID, AudioConcealment>();\n\n let audioBitrateDownload = 0;\n let audioBitrateUpload = 0;\n let videoBitrateDownload = 0;\n let videoBitrateUpload = 0;\n\n let totalConcealedAudio = 0;\n let totalAudioDuration = 0;\n\n for (const [trackId, trackStats] of stats) {\n // process packet loss stats\n const loss = trackStats.getLoss();\n const type = loss.isDownloadStream ? \"download\" : \"upload\";\n\n totalPackets[type] += loss.packetsTotal;\n lostPackets[type] += loss.packetsLost;\n\n // process bitrate stats\n bitrateDownload += trackStats.getBitrate().download;\n bitrateUpload += trackStats.getBitrate().upload;\n\n // collect resolutions and framerates\n if (trackStats.kind === \"audio\") {\n // process audio quality stats\n const audioConcealmentForTrack = trackStats.getAudioConcealment();\n totalConcealedAudio += audioConcealmentForTrack.concealedAudio;\n totalAudioDuration += audioConcealmentForTrack.totalAudioDuration;\n\n audioBitrateDownload += trackStats.getBitrate().download;\n audioBitrateUpload += trackStats.getBitrate().upload;\n } else {\n videoBitrateDownload += trackStats.getBitrate().download;\n videoBitrateUpload += trackStats.getBitrate().upload;\n }\n\n resolutions[trackStats.getType()].set(trackId, trackStats.getResolution());\n framerates[trackStats.getType()].set(trackId, trackStats.getFramerate());\n codecs[trackStats.getType()].set(trackId, trackStats.getCodec());\n if (trackStats.getType() === \"remote\") {\n jitter.set(trackId, trackStats.getJitter());\n if (trackStats.kind === \"audio\") {\n audioConcealment.set(trackId, trackStats.getAudioConcealment());\n }\n }\n\n trackStats.resetBitrate();\n }\n\n report.bitrate = {\n upload: bitrateUpload,\n download: bitrateDownload,\n };\n\n report.bitrate.audio = {\n upload: audioBitrateUpload,\n download: audioBitrateDownload,\n };\n\n report.bitrate.video = {\n upload: videoBitrateUpload,\n download: videoBitrateDownload,\n };\n\n report.packetLoss = {\n total: ConnectionStatsReportBuilder.calculatePacketLoss(\n lostPackets.download + lostPackets.upload,\n totalPackets.download + totalPackets.upload,\n ),\n download: ConnectionStatsReportBuilder.calculatePacketLoss(lostPackets.download, totalPackets.download),\n upload: ConnectionStatsReportBuilder.calculatePacketLoss(lostPackets.upload, totalPackets.upload),\n };\n report.audioConcealment = audioConcealment;\n report.totalAudioConcealment = {\n concealedAudio: totalConcealedAudio,\n totalAudioDuration,\n };\n\n report.framerate = framerates;\n report.resolution = resolutions;\n report.codec = codecs;\n report.jitter = jitter;\n return report;\n }\n\n private static calculatePacketLoss(lostPackets: number, totalPackets: number): number {\n if (!totalPackets || totalPackets <= 0 || !lostPackets || lostPackets <= 0) {\n return 0;\n }\n\n return Math.round((lostPackets / totalPackets) * 100);\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1,18 +1,18 @@
1
1
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
- /*
3
- Copyright 2023 The Matrix.org Foundation C.I.C.
4
-
5
- Licensed under the Apache License, Version 2.0 (the "License");
6
- you may not use this file except in compliance with the License.
7
- You may obtain a copy of the License at
8
-
9
- http://www.apache.org/licenses/LICENSE-2.0
10
-
11
- Unless required by applicable law or agreed to in writing, software
12
- distributed under the License is distributed on an "AS IS" BASIS,
13
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- See the License for the specific language governing permissions and
15
- limitations under the License.
2
+ /*
3
+ Copyright 2023 The Matrix.org Foundation C.I.C.
4
+
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
8
+
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
16
16
  */
17
17
  import { CallStatsReportGatherer } from "./callStatsReportGatherer.js";
18
18
  import { StatsReportEmitter } from "./statsReportEmitter.js";
@@ -1 +1 @@
1
- {"version":3,"file":"groupCallStats.js","names":["CallStatsReportGatherer","StatsReportEmitter","SummaryStatsReportGatherer","logger","GroupCallStats","constructor","groupCallId","userId","interval","arguments","length","undefined","_defineProperty","Map","reports","start","timer","setInterval","processStats","stop","clearInterval","gatherers","forEach","c","stopProcessingStats","hasStatsReportGatherer","callId","has","addStatsReportGatherer","opponentMemberId","peerConnection","set","removeStatsReportGatherer","delete","getStatsReportGatherer","get","updateOpponentMember","opponentMember","_this$getStatsReportG","setOpponentMemberId","summary","push","Promise","all","then","s","summaryStatsReportGatherer","build","catch","err","error"],"sources":["../../../src/webrtc/stats/groupCallStats.ts"],"sourcesContent":["/*\r\nCopyright 2023 The Matrix.org Foundation C.I.C.\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n*/\r\nimport { CallStatsReportGatherer } from \"./callStatsReportGatherer.ts\";\r\nimport { StatsReportEmitter } from \"./statsReportEmitter.ts\";\r\nimport { type CallStatsReportSummary } from \"./callStatsReportSummary.ts\";\r\nimport { SummaryStatsReportGatherer } from \"./summaryStatsReportGatherer.ts\";\r\nimport { logger } from \"../../logger.ts\";\r\n\r\nexport class GroupCallStats {\r\n private timer: undefined | ReturnType<typeof setTimeout>;\r\n private readonly gatherers: Map<string, CallStatsReportGatherer> = new Map<string, CallStatsReportGatherer>();\r\n public readonly reports = new StatsReportEmitter();\r\n private readonly summaryStatsReportGatherer = new SummaryStatsReportGatherer(this.reports);\r\n\r\n public constructor(\r\n private groupCallId: string,\r\n private userId: string,\r\n private interval: number = 10000,\r\n ) {}\r\n\r\n public start(): void {\r\n if (this.timer === undefined && this.interval > 0) {\r\n this.timer = setInterval(() => {\r\n this.processStats();\r\n }, this.interval);\r\n }\r\n }\r\n\r\n public stop(): void {\r\n if (this.timer !== undefined) {\r\n clearInterval(this.timer);\r\n this.gatherers.forEach((c) => c.stopProcessingStats());\r\n }\r\n }\r\n\r\n public hasStatsReportGatherer(callId: string): boolean {\r\n return this.gatherers.has(callId);\r\n }\r\n\r\n public addStatsReportGatherer(\r\n callId: string,\r\n opponentMemberId: string,\r\n peerConnection: RTCPeerConnection,\r\n ): boolean {\r\n if (this.hasStatsReportGatherer(callId)) {\r\n return false;\r\n }\r\n this.gatherers.set(callId, new CallStatsReportGatherer(callId, opponentMemberId, peerConnection, this.reports));\r\n return true;\r\n }\r\n\r\n public removeStatsReportGatherer(callId: string): boolean {\r\n return this.gatherers.delete(callId);\r\n }\r\n\r\n public getStatsReportGatherer(callId: string): CallStatsReportGatherer | undefined {\r\n return this.hasStatsReportGatherer(callId) ? this.gatherers.get(callId) : undefined;\r\n }\r\n\r\n public updateOpponentMember(callId: string, opponentMember: string): void {\r\n this.getStatsReportGatherer(callId)?.setOpponentMemberId(opponentMember);\r\n }\r\n\r\n private processStats(): void {\r\n const summary: Promise<CallStatsReportSummary>[] = [];\r\n this.gatherers.forEach((c) => {\r\n summary.push(c.processStats(this.groupCallId, this.userId));\r\n });\r\n\r\n Promise.all(summary)\r\n .then((s: Awaited<CallStatsReportSummary>[]) => this.summaryStatsReportGatherer.build(s))\r\n .catch((err) => {\r\n logger.error(\"Could not build summary stats report\", err);\r\n });\r\n }\r\n\r\n public setInterval(interval: number): void {\r\n this.interval = interval;\r\n }\r\n}\r\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"groupCallStats.js","names":["CallStatsReportGatherer","StatsReportEmitter","SummaryStatsReportGatherer","logger","GroupCallStats","constructor","groupCallId","userId","interval","arguments","length","undefined","_defineProperty","Map","reports","start","timer","setInterval","processStats","stop","clearInterval","gatherers","forEach","c","stopProcessingStats","hasStatsReportGatherer","callId","has","addStatsReportGatherer","opponentMemberId","peerConnection","set","removeStatsReportGatherer","delete","getStatsReportGatherer","get","updateOpponentMember","opponentMember","_this$getStatsReportG","setOpponentMemberId","summary","push","Promise","all","then","s","summaryStatsReportGatherer","build","catch","err","error"],"sources":["../../../src/webrtc/stats/groupCallStats.ts"],"sourcesContent":["/*\nCopyright 2023 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\nimport { CallStatsReportGatherer } from \"./callStatsReportGatherer.ts\";\nimport { StatsReportEmitter } from \"./statsReportEmitter.ts\";\nimport { type CallStatsReportSummary } from \"./callStatsReportSummary.ts\";\nimport { SummaryStatsReportGatherer } from \"./summaryStatsReportGatherer.ts\";\nimport { logger } from \"../../logger.ts\";\n\nexport class GroupCallStats {\n private timer: undefined | ReturnType<typeof setTimeout>;\n private readonly gatherers: Map<string, CallStatsReportGatherer> = new Map<string, CallStatsReportGatherer>();\n public readonly reports = new StatsReportEmitter();\n private readonly summaryStatsReportGatherer = new SummaryStatsReportGatherer(this.reports);\n\n public constructor(\n private groupCallId: string,\n private userId: string,\n private interval: number = 10000,\n ) {}\n\n public start(): void {\n if (this.timer === undefined && this.interval > 0) {\n this.timer = setInterval(() => {\n this.processStats();\n }, this.interval);\n }\n }\n\n public stop(): void {\n if (this.timer !== undefined) {\n clearInterval(this.timer);\n this.gatherers.forEach((c) => c.stopProcessingStats());\n }\n }\n\n public hasStatsReportGatherer(callId: string): boolean {\n return this.gatherers.has(callId);\n }\n\n public addStatsReportGatherer(\n callId: string,\n opponentMemberId: string,\n peerConnection: RTCPeerConnection,\n ): boolean {\n if (this.hasStatsReportGatherer(callId)) {\n return false;\n }\n this.gatherers.set(callId, new CallStatsReportGatherer(callId, opponentMemberId, peerConnection, this.reports));\n return true;\n }\n\n public removeStatsReportGatherer(callId: string): boolean {\n return this.gatherers.delete(callId);\n }\n\n public getStatsReportGatherer(callId: string): CallStatsReportGatherer | undefined {\n return this.hasStatsReportGatherer(callId) ? this.gatherers.get(callId) : undefined;\n }\n\n public updateOpponentMember(callId: string, opponentMember: string): void {\n this.getStatsReportGatherer(callId)?.setOpponentMemberId(opponentMember);\n }\n\n private processStats(): void {\n const summary: Promise<CallStatsReportSummary>[] = [];\n this.gatherers.forEach((c) => {\n summary.push(c.processStats(this.groupCallId, this.userId));\n });\n\n Promise.all(summary)\n .then((s: Awaited<CallStatsReportSummary>[]) => this.summaryStatsReportGatherer.build(s))\n .catch((err) => {\n logger.error(\"Could not build summary stats report\", err);\n });\n }\n\n public setInterval(interval: number): void {\n this.interval = interval;\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1,18 +1,18 @@
1
1
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
- /*
3
- Copyright 2023 The Matrix.org Foundation C.I.C.
4
-
5
- Licensed under the Apache License, Version 2.0 (the "License");
6
- you may not use this file except in compliance with the License.
7
- You may obtain a copy of the License at
8
-
9
- http://www.apache.org/licenses/LICENSE-2.0
10
-
11
- Unless required by applicable law or agreed to in writing, software
12
- distributed under the License is distributed on an "AS IS" BASIS,
13
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- See the License for the specific language governing permissions and
15
- limitations under the License.
2
+ /*
3
+ Copyright 2023 The Matrix.org Foundation C.I.C.
4
+
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
8
+
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
16
16
  */
17
17
 
18
18
  import { parse as parseSdp } from "sdp-transform";
@@ -1 +1 @@
1
- {"version":3,"file":"mediaSsrcHandler.js","names":["parse","parseSdp","MediaSsrcHandler","constructor","_defineProperty","local","Map","remote","findMidBySsrc","ssrc","type","mid","ssrcToMid","forEach","ssrcs","m","find","s","description","sdp","media","_m$ssrcs","attribute","push","concat","id","set","getSsrcToMidMap"],"sources":["../../../../src/webrtc/stats/media/mediaSsrcHandler.ts"],"sourcesContent":["/*\r\nCopyright 2023 The Matrix.org Foundation C.I.C.\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n*/\r\n\r\nimport { parse as parseSdp } from \"sdp-transform\";\r\n\r\nexport type Mid = string;\r\nexport type Ssrc = string;\r\nexport type MapType = \"local\" | \"remote\";\r\n\r\nexport class MediaSsrcHandler {\r\n private readonly ssrcToMid = { local: new Map<Mid, Ssrc[]>(), remote: new Map<Mid, Ssrc[]>() };\r\n\r\n public findMidBySsrc(ssrc: Ssrc, type: \"local\" | \"remote\"): Mid | undefined {\r\n let mid: Mid | undefined;\r\n this.ssrcToMid[type].forEach((ssrcs, m) => {\r\n if (ssrcs.find((s) => s == ssrc)) {\r\n mid = m;\r\n return;\r\n }\r\n });\r\n return mid;\r\n }\r\n\r\n public parse(description: string, type: MapType): void {\r\n const sdp = parseSdp(description);\r\n const ssrcToMid = new Map<Mid, Ssrc[]>();\r\n sdp.media.forEach((m) => {\r\n if ((!!m.mid && m.type === \"video\") || m.type === \"audio\") {\r\n const ssrcs: Ssrc[] = [];\r\n m.ssrcs?.forEach((ssrc) => {\r\n if (ssrc.attribute === \"cname\") {\r\n ssrcs.push(`${ssrc.id}`);\r\n }\r\n });\r\n ssrcToMid.set(`${m.mid}`, ssrcs);\r\n }\r\n });\r\n this.ssrcToMid[type] = ssrcToMid;\r\n }\r\n\r\n public getSsrcToMidMap(type: MapType): Map<Mid, Ssrc[]> {\r\n return this.ssrcToMid[type];\r\n }\r\n}\r\n"],"mappings":";AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,KAAK,IAAIC,QAAQ,QAAQ,eAAe;AAMjD,OAAO,MAAMC,gBAAgB,CAAC;EAAAC,YAAA;IAAAC,eAAA,oBACG;MAAEC,KAAK,EAAE,IAAIC,GAAG,CAAc,CAAC;MAAEC,MAAM,EAAE,IAAID,GAAG,CAAc;IAAE,CAAC;EAAA;EAEvFE,aAAaA,CAACC,IAAU,EAAEC,IAAwB,EAAmB;IACxE,IAAIC,GAAoB;IACxB,IAAI,CAACC,SAAS,CAACF,IAAI,CAAC,CAACG,OAAO,CAAC,CAACC,KAAK,EAAEC,CAAC,KAAK;MACvC,IAAID,KAAK,CAACE,IAAI,CAAEC,CAAC,IAAKA,CAAC,IAAIR,IAAI,CAAC,EAAE;QAC9BE,GAAG,GAAGI,CAAC;QACP;MACJ;IACJ,CAAC,CAAC;IACF,OAAOJ,GAAG;EACd;EAEOX,KAAKA,CAACkB,WAAmB,EAAER,IAAa,EAAQ;IACnD,IAAMS,GAAG,GAAGlB,QAAQ,CAACiB,WAAW,CAAC;IACjC,IAAMN,SAAS,GAAG,IAAIN,GAAG,CAAc,CAAC;IACxCa,GAAG,CAACC,KAAK,CAACP,OAAO,CAAEE,CAAC,IAAK;MACrB,IAAK,CAAC,CAACA,CAAC,CAACJ,GAAG,IAAII,CAAC,CAACL,IAAI,KAAK,OAAO,IAAKK,CAAC,CAACL,IAAI,KAAK,OAAO,EAAE;QAAA,IAAAW,QAAA;QACvD,IAAMP,KAAa,GAAG,EAAE;QACxB,CAAAO,QAAA,GAAAN,CAAC,CAACD,KAAK,cAAAO,QAAA,eAAPA,QAAA,CAASR,OAAO,CAAEJ,IAAI,IAAK;UACvB,IAAIA,IAAI,CAACa,SAAS,KAAK,OAAO,EAAE;YAC5BR,KAAK,CAACS,IAAI,IAAAC,MAAA,CAAIf,IAAI,CAACgB,EAAE,CAAE,CAAC;UAC5B;QACJ,CAAC,CAAC;QACFb,SAAS,CAACc,GAAG,IAAAF,MAAA,CAAIT,CAAC,CAACJ,GAAG,GAAIG,KAAK,CAAC;MACpC;IACJ,CAAC,CAAC;IACF,IAAI,CAACF,SAAS,CAACF,IAAI,CAAC,GAAGE,SAAS;EACpC;EAEOe,eAAeA,CAACjB,IAAa,EAAoB;IACpD,OAAO,IAAI,CAACE,SAAS,CAACF,IAAI,CAAC;EAC/B;AACJ","ignoreList":[]}
1
+ {"version":3,"file":"mediaSsrcHandler.js","names":["parse","parseSdp","MediaSsrcHandler","constructor","_defineProperty","local","Map","remote","findMidBySsrc","ssrc","type","mid","ssrcToMid","forEach","ssrcs","m","find","s","description","sdp","media","_m$ssrcs","attribute","push","concat","id","set","getSsrcToMidMap"],"sources":["../../../../src/webrtc/stats/media/mediaSsrcHandler.ts"],"sourcesContent":["/*\nCopyright 2023 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\n\nimport { parse as parseSdp } from \"sdp-transform\";\n\nexport type Mid = string;\nexport type Ssrc = string;\nexport type MapType = \"local\" | \"remote\";\n\nexport class MediaSsrcHandler {\n private readonly ssrcToMid = { local: new Map<Mid, Ssrc[]>(), remote: new Map<Mid, Ssrc[]>() };\n\n public findMidBySsrc(ssrc: Ssrc, type: \"local\" | \"remote\"): Mid | undefined {\n let mid: Mid | undefined;\n this.ssrcToMid[type].forEach((ssrcs, m) => {\n if (ssrcs.find((s) => s == ssrc)) {\n mid = m;\n return;\n }\n });\n return mid;\n }\n\n public parse(description: string, type: MapType): void {\n const sdp = parseSdp(description);\n const ssrcToMid = new Map<Mid, Ssrc[]>();\n sdp.media.forEach((m) => {\n if ((!!m.mid && m.type === \"video\") || m.type === \"audio\") {\n const ssrcs: Ssrc[] = [];\n m.ssrcs?.forEach((ssrc) => {\n if (ssrc.attribute === \"cname\") {\n ssrcs.push(`${ssrc.id}`);\n }\n });\n ssrcToMid.set(`${m.mid}`, ssrcs);\n }\n });\n this.ssrcToMid[type] = ssrcToMid;\n }\n\n public getSsrcToMidMap(type: MapType): Map<Mid, Ssrc[]> {\n return this.ssrcToMid[type];\n }\n}\n"],"mappings":";AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAASA,KAAK,IAAIC,QAAQ,QAAQ,eAAe;AAMjD,OAAO,MAAMC,gBAAgB,CAAC;EAAAC,YAAA;IAAAC,eAAA,oBACG;MAAEC,KAAK,EAAE,IAAIC,GAAG,CAAc,CAAC;MAAEC,MAAM,EAAE,IAAID,GAAG,CAAc;IAAE,CAAC;EAAA;EAEvFE,aAAaA,CAACC,IAAU,EAAEC,IAAwB,EAAmB;IACxE,IAAIC,GAAoB;IACxB,IAAI,CAACC,SAAS,CAACF,IAAI,CAAC,CAACG,OAAO,CAAC,CAACC,KAAK,EAAEC,CAAC,KAAK;MACvC,IAAID,KAAK,CAACE,IAAI,CAAEC,CAAC,IAAKA,CAAC,IAAIR,IAAI,CAAC,EAAE;QAC9BE,GAAG,GAAGI,CAAC;QACP;MACJ;IACJ,CAAC,CAAC;IACF,OAAOJ,GAAG;EACd;EAEOX,KAAKA,CAACkB,WAAmB,EAAER,IAAa,EAAQ;IACnD,IAAMS,GAAG,GAAGlB,QAAQ,CAACiB,WAAW,CAAC;IACjC,IAAMN,SAAS,GAAG,IAAIN,GAAG,CAAc,CAAC;IACxCa,GAAG,CAACC,KAAK,CAACP,OAAO,CAAEE,CAAC,IAAK;MACrB,IAAK,CAAC,CAACA,CAAC,CAACJ,GAAG,IAAII,CAAC,CAACL,IAAI,KAAK,OAAO,IAAKK,CAAC,CAACL,IAAI,KAAK,OAAO,EAAE;QAAA,IAAAW,QAAA;QACvD,IAAMP,KAAa,GAAG,EAAE;QACxB,CAAAO,QAAA,GAAAN,CAAC,CAACD,KAAK,cAAAO,QAAA,eAAPA,QAAA,CAASR,OAAO,CAAEJ,IAAI,IAAK;UACvB,IAAIA,IAAI,CAACa,SAAS,KAAK,OAAO,EAAE;YAC5BR,KAAK,CAACS,IAAI,IAAAC,MAAA,CAAIf,IAAI,CAACgB,EAAE,CAAE,CAAC;UAC5B;QACJ,CAAC,CAAC;QACFb,SAAS,CAACc,GAAG,IAAAF,MAAA,CAAIT,CAAC,CAACJ,GAAG,GAAIG,KAAK,CAAC;MACpC;IACJ,CAAC,CAAC;IACF,IAAI,CAACF,SAAS,CAACF,IAAI,CAAC,GAAGE,SAAS;EACpC;EAEOe,eAAeA,CAACjB,IAAa,EAAoB;IACpD,OAAO,IAAI,CAACE,SAAS,CAACF,IAAI,CAAC;EAC/B;AACJ","ignoreList":[]}
@@ -1,17 +1,17 @@
1
- /*
2
- Copyright 2023 The Matrix.org Foundation C.I.C.
3
-
4
- Licensed under the Apache License, Version 2.0 (the "License");
5
- you may not use this file except in compliance with the License.
6
- You may obtain a copy of the License at
7
-
8
- http://www.apache.org/licenses/LICENSE-2.0
9
-
10
- Unless required by applicable law or agreed to in writing, software
11
- distributed under the License is distributed on an "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- See the License for the specific language governing permissions and
14
- limitations under the License.
1
+ /*
2
+ Copyright 2023 The Matrix.org Foundation C.I.C.
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
15
  */
16
16
 
17
17
  export class MediaTrackHandler {
@@ -1 +1 @@
1
- {"version":3,"file":"mediaTrackHandler.js","names":["MediaTrackHandler","constructor","pc","getLocalTracks","kind","isNotNullAndKind","track","getTransceivers","filter","t","currentDirection","sender","map","s","getTackById","trackId","id","receiver","undefined","find","getLocalTrackIdByMid","mid","_transceiver$sender","transceiver","getRemoteTrackIdByMid","_transceiver$receiver","getActiveSimulcastStreams","getTransceiverByTrackId"],"sources":["../../../../src/webrtc/stats/media/mediaTrackHandler.ts"],"sourcesContent":["/*\r\nCopyright 2023 The Matrix.org Foundation C.I.C.\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\");\r\nyou may not use this file except in compliance with the License.\r\nYou may obtain a copy of the License at\r\n\r\n http://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless required by applicable law or agreed to in writing, software\r\ndistributed under the License is distributed on an \"AS IS\" BASIS,\r\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\nSee the License for the specific language governing permissions and\r\nlimitations under the License.\r\n*/\r\n\r\nexport type TrackId = string;\r\n\r\nexport class MediaTrackHandler {\r\n public constructor(private readonly pc: RTCPeerConnection) {}\r\n\r\n public getLocalTracks(kind: \"audio\" | \"video\"): MediaStreamTrack[] {\r\n const isNotNullAndKind = (track: MediaStreamTrack | null): boolean => {\r\n return track !== null && track.kind === kind;\r\n };\r\n return this.pc\r\n .getTransceivers()\r\n .filter((t) => t.currentDirection === \"sendonly\" || t.currentDirection === \"sendrecv\")\r\n .filter((t) => t.sender !== null)\r\n .map((t) => t.sender)\r\n .map((s) => s.track)\r\n .filter(isNotNullAndKind) as MediaStreamTrack[];\r\n }\r\n\r\n public getTackById(trackId: string): MediaStreamTrack | undefined {\r\n return this.pc\r\n .getTransceivers()\r\n .map((t) => {\r\n if (t?.sender.track !== null && t.sender.track.id === trackId) {\r\n return t.sender.track;\r\n }\r\n if (t?.receiver.track !== null && t.receiver.track.id === trackId) {\r\n return t.receiver.track;\r\n }\r\n return undefined;\r\n })\r\n .find((t) => t !== undefined);\r\n }\r\n\r\n public getLocalTrackIdByMid(mid: string): string | undefined {\r\n const transceiver = this.pc.getTransceivers().find((t) => t.mid === mid);\r\n return transceiver?.sender?.track?.id;\r\n }\r\n\r\n public getRemoteTrackIdByMid(mid: string): string | undefined {\r\n const transceiver = this.pc.getTransceivers().find((t) => t.mid === mid);\r\n return transceiver?.receiver?.track?.id;\r\n }\r\n\r\n public getActiveSimulcastStreams(): number {\r\n //@TODO implement this right.. Check how many layer configured\r\n return 3;\r\n }\r\n\r\n public getTransceiverByTrackId(trackId: TrackId): RTCRtpTransceiver | undefined {\r\n return this.pc.getTransceivers().find((t) => {\r\n return t.receiver.track.id === trackId || (t.sender.track !== null && t.sender.track.id === trackId);\r\n });\r\n }\r\n}\r\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"mediaTrackHandler.js","names":["MediaTrackHandler","constructor","pc","getLocalTracks","kind","isNotNullAndKind","track","getTransceivers","filter","t","currentDirection","sender","map","s","getTackById","trackId","id","receiver","undefined","find","getLocalTrackIdByMid","mid","_transceiver$sender","transceiver","getRemoteTrackIdByMid","_transceiver$receiver","getActiveSimulcastStreams","getTransceiverByTrackId"],"sources":["../../../../src/webrtc/stats/media/mediaTrackHandler.ts"],"sourcesContent":["/*\nCopyright 2023 The Matrix.org Foundation C.I.C.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n*/\n\nexport type TrackId = string;\n\nexport class MediaTrackHandler {\n public constructor(private readonly pc: RTCPeerConnection) {}\n\n public getLocalTracks(kind: \"audio\" | \"video\"): MediaStreamTrack[] {\n const isNotNullAndKind = (track: MediaStreamTrack | null): boolean => {\n return track !== null && track.kind === kind;\n };\n return this.pc\n .getTransceivers()\n .filter((t) => t.currentDirection === \"sendonly\" || t.currentDirection === \"sendrecv\")\n .filter((t) => t.sender !== null)\n .map((t) => t.sender)\n .map((s) => s.track)\n .filter(isNotNullAndKind) as MediaStreamTrack[];\n }\n\n public getTackById(trackId: string): MediaStreamTrack | undefined {\n return this.pc\n .getTransceivers()\n .map((t) => {\n if (t?.sender.track !== null && t.sender.track.id === trackId) {\n return t.sender.track;\n }\n if (t?.receiver.track !== null && t.receiver.track.id === trackId) {\n return t.receiver.track;\n }\n return undefined;\n })\n .find((t) => t !== undefined);\n }\n\n public getLocalTrackIdByMid(mid: string): string | undefined {\n const transceiver = this.pc.getTransceivers().find((t) => t.mid === mid);\n return transceiver?.sender?.track?.id;\n }\n\n public getRemoteTrackIdByMid(mid: string): string | undefined {\n const transceiver = this.pc.getTransceivers().find((t) => t.mid === mid);\n return transceiver?.receiver?.track?.id;\n }\n\n public getActiveSimulcastStreams(): number {\n //@TODO implement this right.. Check how many layer configured\n return 3;\n }\n\n public getTransceiverByTrackId(trackId: TrackId): RTCRtpTransceiver | undefined {\n return this.pc.getTransceivers().find((t) => {\n return t.receiver.track.id === trackId || (t.sender.track !== null && t.sender.track.id === trackId);\n });\n }\n}\n"],"mappings":"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","ignoreList":[]}
@@ -1,18 +1,18 @@
1
1
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
2
- /*
3
- Copyright 2023 The Matrix.org Foundation C.I.C.
4
-
5
- Licensed under the Apache License, Version 2.0 (the "License");
6
- you may not use this file except in compliance with the License.
7
- You may obtain a copy of the License at
8
-
9
- http://www.apache.org/licenses/LICENSE-2.0
10
-
11
- Unless required by applicable law or agreed to in writing, software
12
- distributed under the License is distributed on an "AS IS" BASIS,
13
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- See the License for the specific language governing permissions and
15
- limitations under the License.
2
+ /*
3
+ Copyright 2023 The Matrix.org Foundation C.I.C.
4
+
5
+ Licensed under the Apache License, Version 2.0 (the "License");
6
+ you may not use this file except in compliance with the License.
7
+ You may obtain a copy of the License at
8
+
9
+ http://www.apache.org/licenses/LICENSE-2.0
10
+
11
+ Unless required by applicable law or agreed to in writing, software
12
+ distributed under the License is distributed on an "AS IS" BASIS,
13
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ See the License for the specific language governing permissions and
15
+ limitations under the License.
16
16
  */
17
17
 
18
18
  export class MediaTrackStats {
@@ -88,9 +88,9 @@ export class MediaTrackStats {
88
88
  this.isAlive = isAlive;
89
89
  }
90
90
 
91
- /**
92
- * A MediaTrackState is alive if the corresponding MediaStreamTrack track bound to a transceiver and the
93
- * MediaStreamTrack is in state MediaStreamTrack.readyState === live
91
+ /**
92
+ * A MediaTrackState is alive if the corresponding MediaStreamTrack track bound to a transceiver and the
93
+ * MediaStreamTrack is in state MediaStreamTrack.readyState === live
94
94
  */
95
95
  get alive() {
96
96
  return this.isAlive;
@@ -99,9 +99,9 @@ export class MediaTrackStats {
99
99
  this.isMuted = isMuted;
100
100
  }
101
101
 
102
- /**
103
- * A MediaTrackState.isMuted corresponding to MediaStreamTrack.muted.
104
- * But these values only match if MediaTrackState.isAlive.
102
+ /**
103
+ * A MediaTrackState.isMuted corresponding to MediaStreamTrack.muted.
104
+ * But these values only match if MediaTrackState.isAlive.
105
105
  */
106
106
  get muted() {
107
107
  return this.isMuted;
@@ -110,9 +110,9 @@ export class MediaTrackStats {
110
110
  this.isEnabled = isEnabled;
111
111
  }
112
112
 
113
- /**
114
- * A MediaTrackState.isEnabled corresponding to MediaStreamTrack.enabled.
115
- * But these values only match if MediaTrackState.isAlive.
113
+ /**
114
+ * A MediaTrackState.isEnabled corresponding to MediaStreamTrack.enabled.
115
+ * But these values only match if MediaTrackState.isAlive.
116
116
  */
117
117
  get enabled() {
118
118
  return this.isEnabled;
@@ -121,15 +121,15 @@ export class MediaTrackStats {
121
121
  this.jitter = jitter;
122
122
  }
123
123
 
124
- /**
125
- * Jitter in milliseconds
124
+ /**
125
+ * Jitter in milliseconds
126
126
  */
127
127
  getJitter() {
128
128
  return this.jitter;
129
129
  }
130
130
 
131
- /**
132
- * Audio concealment ration (conceled duration / total duration)
131
+ /**
132
+ * Audio concealment ration (conceled duration / total duration)
133
133
  */
134
134
  setAudioConcealment(concealedAudioDuration, totalAudioDuration) {
135
135
  this.audioConcealment.concealedAudio = concealedAudioDuration;