@textrp/briij-js-sdk 41.0.1 → 43.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.
- package/CHANGELOG.md +14 -1
- package/LICENSE +177 -177
- package/README.md +85 -3
- package/lib/@types/AESEncryptedSecretStoragePayload.js.map +1 -1
- package/lib/@types/IIdentityServerProvider.js.map +1 -1
- package/lib/@types/PushRules.js +14 -14
- package/lib/@types/PushRules.js.map +1 -1
- package/lib/@types/another-json.d.js.map +1 -1
- package/lib/@types/auth.d.ts +72 -1
- package/lib/@types/auth.d.ts.map +1 -1
- package/lib/@types/auth.js +57 -54
- package/lib/@types/auth.js.map +1 -1
- package/lib/@types/beacon.js +100 -100
- package/lib/@types/beacon.js.map +1 -1
- package/lib/@types/common.js.map +1 -1
- package/lib/@types/crypto.js.map +1 -1
- package/lib/@types/event.d.ts +59 -0
- package/lib/@types/event.d.ts.map +1 -1
- package/lib/@types/event.js +105 -102
- package/lib/@types/event.js.map +1 -1
- package/lib/@types/events.js.map +1 -1
- package/lib/@types/extensible_events.js +53 -53
- package/lib/@types/extensible_events.js.map +1 -1
- package/lib/@types/local_notifications.js.map +1 -1
- package/lib/@types/location.js +41 -41
- package/lib/@types/location.js.map +1 -1
- package/lib/@types/matrix-sdk-crypto-wasm.d.js.map +1 -1
- package/lib/@types/media.js.map +1 -1
- package/lib/@types/membership.js +39 -39
- package/lib/@types/membership.js.map +1 -1
- package/lib/@types/partials.js +25 -25
- package/lib/@types/partials.js.map +1 -1
- package/lib/@types/polls.js +46 -46
- package/lib/@types/polls.js.map +1 -1
- package/lib/@types/read_receipts.js +14 -14
- package/lib/@types/read_receipts.js.map +1 -1
- package/lib/@types/registration.js.map +1 -1
- package/lib/@types/search.js +14 -14
- package/lib/@types/search.js.map +1 -1
- package/lib/@types/signed.js.map +1 -1
- package/lib/@types/spaces.js.map +1 -1
- package/lib/@types/state_events.js.map +1 -1
- package/lib/@types/synapse.js.map +1 -1
- package/lib/@types/sync.js +18 -18
- package/lib/@types/sync.js.map +1 -1
- package/lib/@types/threepids.js +14 -14
- package/lib/@types/threepids.js.map +1 -1
- package/lib/@types/topic.js +47 -47
- package/lib/@types/topic.js.map +1 -1
- package/lib/@types/uia.js.map +1 -1
- package/lib/NamespacedValue.js +20 -20
- package/lib/NamespacedValue.js.map +1 -1
- package/lib/ReEmitter.js +16 -16
- package/lib/ReEmitter.js.map +1 -1
- package/lib/base64.js +32 -32
- package/lib/base64.js.map +1 -1
- package/lib/briij.d.ts +4 -0
- package/lib/briij.d.ts.map +1 -1
- package/lib/briij.js +4 -0
- package/lib/briij.js.map +1 -1
- package/lib/client.d.ts +48 -1
- package/lib/client.d.ts.map +1 -1
- package/lib/client.js +262 -108
- package/lib/client.js.map +1 -1
- package/lib/common-crypto/key-passphrase.js +19 -19
- package/lib/common-crypto/key-passphrase.js.map +1 -1
- package/lib/content-helpers.js +57 -57
- package/lib/content-helpers.js.map +1 -1
- package/lib/content-repo.js +36 -36
- package/lib/content-repo.js.map +1 -1
- package/lib/crypto/store/base.js +69 -69
- package/lib/crypto/store/base.js.map +1 -1
- package/lib/crypto/store/indexeddb-crypto-store-backend.js +58 -58
- package/lib/crypto/store/indexeddb-crypto-store-backend.js.map +1 -1
- package/lib/crypto/store/indexeddb-crypto-store.js +193 -193
- package/lib/crypto/store/indexeddb-crypto-store.js.map +1 -1
- package/lib/crypto/store/localStorage-crypto-store.js +72 -72
- package/lib/crypto/store/localStorage-crypto-store.js.map +1 -1
- package/lib/crypto/store/memory-crypto-store.js +74 -74
- package/lib/crypto/store/memory-crypto-store.js.map +1 -1
- package/lib/crypto-api/CryptoEventHandlerMap.js.map +1 -1
- package/lib/crypto-api/key-passphrase.js +22 -22
- package/lib/crypto-api/key-passphrase.js.map +1 -1
- package/lib/crypto-api/keybackup.js.map +1 -1
- package/lib/crypto-api/recovery-key.js +20 -20
- package/lib/crypto-api/recovery-key.js.map +1 -1
- package/lib/digest.js +21 -21
- package/lib/digest.js.map +1 -1
- package/lib/extensible_events_v1/ExtensibleEvent.js +39 -39
- package/lib/extensible_events_v1/ExtensibleEvent.js.map +1 -1
- package/lib/extensible_events_v1/InvalidEventError.js +16 -16
- package/lib/extensible_events_v1/InvalidEventError.js.map +1 -1
- package/lib/extensible_events_v1/MessageEvent.js +39 -39
- package/lib/extensible_events_v1/MessageEvent.js.map +1 -1
- package/lib/extensible_events_v1/PollEndEvent.js +29 -29
- package/lib/extensible_events_v1/PollEndEvent.js.map +1 -1
- package/lib/extensible_events_v1/PollResponseEvent.js +39 -39
- package/lib/extensible_events_v1/PollResponseEvent.js.map +1 -1
- package/lib/extensible_events_v1/PollStartEvent.js +52 -52
- package/lib/extensible_events_v1/PollStartEvent.js.map +1 -1
- package/lib/extensible_events_v1/utilities.js +22 -22
- package/lib/extensible_events_v1/utilities.js.map +1 -1
- package/lib/feature.js +16 -16
- package/lib/feature.js.map +1 -1
- package/lib/http-api/method.js +14 -14
- package/lib/http-api/method.js.map +1 -1
- package/lib/http-api/prefix.js +26 -26
- package/lib/http-api/prefix.js.map +1 -1
- package/lib/indexeddb-helpers.js +21 -21
- package/lib/indexeddb-helpers.js.map +1 -1
- package/lib/indexeddb-worker.js +18 -18
- package/lib/indexeddb-worker.js.map +1 -1
- package/lib/matrixrtc/IKeyTransport.js +17 -17
- package/lib/matrixrtc/IKeyTransport.js.map +1 -1
- package/lib/matrixrtc/IMembershipManager.js +27 -27
- package/lib/matrixrtc/IMembershipManager.js.map +1 -1
- package/lib/matrixrtc/LivekitTransport.js +19 -19
- package/lib/matrixrtc/LivekitTransport.js.map +1 -1
- package/lib/matrixrtc/index.js +14 -14
- package/lib/matrixrtc/index.js.map +1 -1
- package/lib/matrixrtc/utils.js +27 -27
- package/lib/matrixrtc/utils.js.map +1 -1
- package/lib/models/ToDeviceMessage.js.map +1 -1
- package/lib/models/device.js +24 -24
- package/lib/models/device.js.map +1 -1
- package/lib/models/event-status.js +17 -17
- package/lib/models/event-status.js.map +1 -1
- package/lib/models/invites-ignorer-types.js +25 -25
- package/lib/models/invites-ignorer-types.js.map +1 -1
- package/lib/models/profile-keys.js +26 -26
- package/lib/models/profile-keys.js.map +1 -1
- package/lib/models/room-summary.js +26 -26
- package/lib/models/room-summary.js.map +1 -1
- package/lib/models/search-result.js +22 -22
- package/lib/models/search-result.js.map +1 -1
- package/lib/models/typed-event-emitter.js +122 -122
- package/lib/models/typed-event-emitter.js.map +1 -1
- package/lib/oidc/authorize.js +76 -76
- package/lib/oidc/authorize.js.map +1 -1
- package/lib/oidc/error.js +17 -17
- package/lib/oidc/error.js.map +1 -1
- package/lib/oidc/index.js +17 -17
- package/lib/oidc/index.js.map +1 -1
- package/lib/oidc/register.js +41 -41
- package/lib/oidc/register.js.map +1 -1
- package/lib/oidc/tokenRefresher.js +51 -51
- package/lib/oidc/tokenRefresher.js.map +1 -1
- package/lib/oidc/validate.js +59 -59
- package/lib/oidc/validate.js.map +1 -1
- package/lib/randomstring.js +35 -35
- package/lib/randomstring.js.map +1 -1
- package/lib/realtime-callbacks.js +39 -39
- package/lib/realtime-callbacks.js.map +1 -1
- package/lib/receipt-accumulator.js +44 -44
- package/lib/receipt-accumulator.js.map +1 -1
- package/lib/rendezvous/RendezvousChannel.js.map +1 -1
- package/lib/rendezvous/RendezvousCode.js.map +1 -1
- package/lib/rendezvous/RendezvousError.js +14 -14
- package/lib/rendezvous/RendezvousError.js.map +1 -1
- package/lib/rendezvous/RendezvousFailureReason.js +14 -14
- package/lib/rendezvous/RendezvousFailureReason.js.map +1 -1
- package/lib/rendezvous/RendezvousIntent.js +14 -14
- package/lib/rendezvous/RendezvousIntent.js.map +1 -1
- package/lib/rendezvous/RendezvousTransport.js.map +1 -1
- package/lib/rendezvous/channels/MSC4108SecureChannel.js +63 -63
- package/lib/rendezvous/channels/MSC4108SecureChannel.js.map +1 -1
- package/lib/rendezvous/channels/index.js +14 -14
- package/lib/rendezvous/channels/index.js.map +1 -1
- package/lib/rendezvous/index.js +14 -14
- package/lib/rendezvous/index.js.map +1 -1
- package/lib/rendezvous/transports/index.js +14 -14
- package/lib/rendezvous/transports/index.js.map +1 -1
- package/lib/rust-crypto/CrossSigningIdentity.js +29 -29
- package/lib/rust-crypto/CrossSigningIdentity.js.map +1 -1
- package/lib/rust-crypto/OutgoingRequestsManager.js +37 -37
- package/lib/rust-crypto/OutgoingRequestsManager.js.map +1 -1
- package/lib/rust-crypto/device-converter.js +30 -30
- package/lib/rust-crypto/device-converter.js.map +1 -1
- package/lib/rust-crypto/secret-storage.js +30 -30
- package/lib/rust-crypto/secret-storage.js.map +1 -1
- package/lib/service-types.js +14 -14
- package/lib/service-types.js.map +1 -1
- package/lib/store/local-storage-events-emitter.js +21 -21
- package/lib/store/local-storage-events-emitter.js.map +1 -1
- package/lib/sync-accumulator.js +50 -50
- package/lib/sync-accumulator.js.map +1 -1
- package/lib/thread-utils.js +20 -20
- package/lib/thread-utils.js.map +1 -1
- package/lib/types.js +34 -34
- package/lib/types.js.map +1 -1
- package/lib/utils/decryptAESSecretStorageItem.js +22 -22
- package/lib/utils/decryptAESSecretStorageItem.js.map +1 -1
- package/lib/utils/encryptAESSecretStorageItem.js +26 -26
- package/lib/utils/encryptAESSecretStorageItem.js.map +1 -1
- package/lib/utils/internal/deriveKeys.js +21 -21
- package/lib/utils/internal/deriveKeys.js.map +1 -1
- package/lib/utils/roomVersion.js +26 -26
- package/lib/utils/roomVersion.js.map +1 -1
- package/lib/version-support.js +26 -26
- package/lib/version-support.js.map +1 -1
- package/lib/wallet-recovery.d.ts +24 -0
- package/lib/wallet-recovery.d.ts.map +1 -0
- package/lib/wallet-recovery.js +232 -0
- package/lib/wallet-recovery.js.map +1 -0
- package/lib/webrtc/audioContext.js +24 -24
- package/lib/webrtc/audioContext.js.map +1 -1
- package/lib/webrtc/callEventTypes.js.map +1 -1
- package/lib/webrtc/stats/callFeedStatsReporter.js +14 -14
- package/lib/webrtc/stats/callFeedStatsReporter.js.map +1 -1
- package/lib/webrtc/stats/callStatsReportGatherer.js +14 -14
- package/lib/webrtc/stats/callStatsReportGatherer.js.map +1 -1
- package/lib/webrtc/stats/callStatsReportSummary.js.map +1 -1
- package/lib/webrtc/stats/connectionStats.js +14 -14
- package/lib/webrtc/stats/connectionStats.js.map +1 -1
- package/lib/webrtc/stats/connectionStatsBuilder.js +14 -14
- package/lib/webrtc/stats/connectionStatsBuilder.js.map +1 -1
- package/lib/webrtc/stats/connectionStatsReportBuilder.js +14 -14
- package/lib/webrtc/stats/connectionStatsReportBuilder.js.map +1 -1
- package/lib/webrtc/stats/groupCallStats.js +14 -14
- package/lib/webrtc/stats/groupCallStats.js.map +1 -1
- package/lib/webrtc/stats/media/mediaSsrcHandler.js +14 -14
- package/lib/webrtc/stats/media/mediaSsrcHandler.js.map +1 -1
- package/lib/webrtc/stats/media/mediaTrackHandler.js +14 -14
- package/lib/webrtc/stats/media/mediaTrackHandler.js.map +1 -1
- package/lib/webrtc/stats/media/mediaTrackStats.js +27 -27
- package/lib/webrtc/stats/media/mediaTrackStats.js.map +1 -1
- package/lib/webrtc/stats/media/mediaTrackStatsHandler.js +20 -20
- package/lib/webrtc/stats/media/mediaTrackStatsHandler.js.map +1 -1
- package/lib/webrtc/stats/statsReport.js +14 -14
- package/lib/webrtc/stats/statsReport.js.map +1 -1
- package/lib/webrtc/stats/statsReportEmitter.js +14 -14
- package/lib/webrtc/stats/statsReportEmitter.js.map +1 -1
- package/lib/webrtc/stats/trackStatsBuilder.js +4 -4
- package/lib/webrtc/stats/trackStatsBuilder.js.map +1 -1
- package/lib/webrtc/stats/transportStats.js.map +1 -1
- package/lib/webrtc/stats/transportStatsBuilder.js.map +1 -1
- package/lib/webrtc/stats/valueFormatter.js +11 -11
- package/lib/webrtc/stats/valueFormatter.js.map +1 -1
- package/lib/xrpl/identity.d.ts +28 -0
- package/lib/xrpl/identity.d.ts.map +1 -0
- package/lib/xrpl/identity.js +213 -0
- package/lib/xrpl/identity.js.map +1 -0
- package/lib/xrpl/trust.d.ts +8 -0
- package/lib/xrpl/trust.d.ts.map +1 -0
- package/lib/xrpl/trust.js +61 -0
- package/lib/xrpl/trust.js.map +1 -0
- package/lib/xrpl/verification.d.ts +26 -0
- package/lib/xrpl/verification.d.ts.map +1 -0
- package/lib/xrpl/verification.js +295 -0
- package/lib/xrpl/verification.js.map +1 -0
- package/package.json +130 -129
- package/src/@types/AESEncryptedSecretStoragePayload.ts +29 -29
- package/src/@types/IIdentityServerProvider.ts +24 -24
- package/src/@types/PushRules.ts +208 -208
- package/src/@types/another-json.d.ts +19 -19
- package/src/@types/auth.ts +340 -258
- package/src/@types/beacon.ts +140 -140
- package/src/@types/common.ts +24 -24
- package/src/@types/crypto.ts +71 -71
- package/src/@types/event.ts +508 -449
- package/src/@types/events.ts +119 -119
- package/src/@types/extensible_events.ts +147 -147
- package/src/@types/local_notifications.ts +19 -19
- package/src/@types/location.ts +92 -92
- package/src/@types/matrix-sdk-crypto-wasm.d.ts +39 -39
- package/src/@types/media.ts +245 -245
- package/src/@types/membership.ts +57 -57
- package/src/@types/partials.ts +103 -103
- package/src/@types/polls.ts +120 -120
- package/src/@types/read_receipts.ts +61 -61
- package/src/@types/registration.ts +102 -102
- package/src/@types/search.ts +119 -119
- package/src/@types/signed.ts +25 -25
- package/src/@types/spaces.ts +37 -37
- package/src/@types/state_events.ts +153 -153
- package/src/@types/synapse.ts +40 -40
- package/src/@types/sync.ts +27 -27
- package/src/@types/threepids.ts +29 -29
- package/src/@types/topic.ts +69 -69
- package/src/@types/uia.ts +24 -24
- package/src/NamespacedValue.ts +121 -121
- package/src/ReEmitter.ts +93 -93
- package/src/base64.ts +86 -86
- package/src/briij.ts +4 -0
- package/src/client.ts +183 -10
- package/src/common-crypto/README.md +4 -4
- package/src/common-crypto/key-passphrase.ts +43 -43
- package/src/content-helpers.ts +298 -298
- package/src/content-repo.ts +122 -122
- package/src/crypto/store/base.ts +388 -388
- package/src/crypto/store/indexeddb-crypto-store-backend.ts +655 -655
- package/src/crypto/store/indexeddb-crypto-store.ts +555 -555
- package/src/crypto/store/localStorage-crypto-store.ts +409 -409
- package/src/crypto/store/memory-crypto-store.ts +326 -326
- package/src/crypto-api/CryptoEventHandlerMap.ts +42 -42
- package/src/crypto-api/key-passphrase.ts +58 -58
- package/src/crypto-api/keybackup.ts +114 -114
- package/src/crypto-api/recovery-key.ts +69 -69
- package/src/digest.ts +34 -34
- package/src/extensible_events_v1/ExtensibleEvent.ts +58 -58
- package/src/extensible_events_v1/InvalidEventError.ts +24 -24
- package/src/extensible_events_v1/MessageEvent.ts +143 -143
- package/src/extensible_events_v1/PollEndEvent.ts +97 -97
- package/src/extensible_events_v1/PollResponseEvent.ts +148 -148
- package/src/extensible_events_v1/PollStartEvent.ts +207 -207
- package/src/extensible_events_v1/utilities.ts +35 -35
- package/src/feature.ts +88 -88
- package/src/http-api/method.ts +25 -25
- package/src/http-api/prefix.ts +48 -48
- package/src/indexeddb-helpers.ts +50 -50
- package/src/indexeddb-worker.ts +24 -24
- package/src/matrixrtc/IKeyTransport.ts +63 -63
- package/src/matrixrtc/IMembershipManager.ts +120 -120
- package/src/matrixrtc/LivekitTransport.ts +46 -46
- package/src/matrixrtc/index.ts +24 -24
- package/src/matrixrtc/utils.ts +71 -71
- package/src/models/ToDeviceMessage.ts +38 -38
- package/src/models/device.ts +85 -85
- package/src/models/event-status.ts +39 -39
- package/src/models/invites-ignorer-types.ts +58 -58
- package/src/models/profile-keys.ts +33 -33
- package/src/models/room-summary.ts +78 -78
- package/src/models/search-result.ts +57 -57
- package/src/models/typed-event-emitter.ts +246 -246
- package/src/oidc/authorize.ts +279 -279
- package/src/oidc/error.ts +33 -33
- package/src/oidc/index.ts +33 -33
- package/src/oidc/register.ts +163 -163
- package/src/oidc/tokenRefresher.ts +184 -184
- package/src/oidc/validate.ts +265 -265
- package/src/randomstring.ts +103 -103
- package/src/realtime-callbacks.ts +191 -191
- package/src/receipt-accumulator.ts +189 -189
- package/src/rendezvous/RendezvousChannel.ts +48 -48
- package/src/rendezvous/RendezvousCode.ts +25 -25
- package/src/rendezvous/RendezvousError.ts +26 -26
- package/src/rendezvous/RendezvousFailureReason.ts +49 -49
- package/src/rendezvous/RendezvousIntent.ts +20 -20
- package/src/rendezvous/RendezvousTransport.ts +58 -58
- package/src/rendezvous/channels/MSC4108SecureChannel.ts +270 -270
- package/src/rendezvous/channels/index.ts +17 -17
- package/src/rendezvous/index.ts +25 -25
- package/src/rendezvous/transports/index.ts +17 -17
- package/src/rust-crypto/CrossSigningIdentity.ts +195 -195
- package/src/rust-crypto/OutgoingRequestsManager.ts +170 -170
- package/src/rust-crypto/device-converter.ts +128 -128
- package/src/rust-crypto/secret-storage.ts +60 -60
- package/src/service-types.ts +20 -20
- package/src/store/local-storage-events-emitter.ts +46 -46
- package/src/sync-accumulator.ts +779 -779
- package/src/thread-utils.ts +31 -31
- package/src/types.ts +59 -59
- package/src/utils/decryptAESSecretStorageItem.ts +54 -54
- package/src/utils/encryptAESSecretStorageItem.ts +73 -73
- package/src/utils/internal/deriveKeys.ts +63 -63
- package/src/utils/roomVersion.ts +35 -35
- package/src/version-support.ts +50 -50
- package/src/wallet-recovery.ts +252 -0
- package/src/webrtc/audioContext.ts +44 -44
- package/src/webrtc/callEventTypes.ts +101 -101
- package/src/webrtc/stats/callFeedStatsReporter.ts +91 -91
- package/src/webrtc/stats/callStatsReportGatherer.ts +219 -219
- package/src/webrtc/stats/callStatsReportSummary.ts +30 -30
- package/src/webrtc/stats/connectionStats.ts +47 -47
- package/src/webrtc/stats/connectionStatsBuilder.ts +28 -28
- package/src/webrtc/stats/connectionStatsReportBuilder.ts +140 -140
- package/src/webrtc/stats/groupCallStats.ts +93 -93
- package/src/webrtc/stats/media/mediaSsrcHandler.ts +57 -57
- package/src/webrtc/stats/media/mediaTrackHandler.ts +70 -70
- package/src/webrtc/stats/media/mediaTrackStats.ts +176 -176
- package/src/webrtc/stats/media/mediaTrackStatsHandler.ts +90 -90
- package/src/webrtc/stats/statsReport.ts +133 -133
- package/src/webrtc/stats/statsReportEmitter.ts +49 -49
- package/src/webrtc/stats/trackStatsBuilder.ts +207 -207
- package/src/webrtc/stats/transportStats.ts +26 -26
- package/src/webrtc/stats/transportStatsBuilder.ts +48 -48
- package/src/webrtc/stats/valueFormatter.ts +27 -27
- package/src/xrpl/identity.ts +245 -0
- package/src/xrpl/trust.ts +64 -0
- package/src/xrpl/verification.ts +284 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wallet-recovery.js","names":["ENVELOPE_VERSION","KEY_BYTES","NONCE_BYTES","SALT_BYTES","PASSWORD_KDF_ITERATIONS","assert","condition","message","Error","toBase64","bytes","Buffer","from","toString","binary","forEach","b","String","fromCodePoint","btoa","fromBase64","value","Uint8Array","atob","out","length","i","codePointAt","toUtf8","TextEncoder","encode","toArrayBuffer","buffer","slice","byteOffset","byteLength","randomBytes","len","globalThis","crypto","getRandomValues","importAesGcmKey","_x","_importAesGcmKey","apply","arguments","_asyncToGenerator","key","subtle","importKey","name","encryptWrap","_x2","_x3","_encryptWrap","plaintext","_ref","aad","kdf","params","salt","nonce","cryptoKey","ciphertext","encrypt","iv","additionalData","tagLength","alg","decryptWrap","_x4","_x5","_decryptWrap","wrap","decrypt","derivePasswordWrapKey","_x6","_x7","_derivePasswordWrapKey","password","keyMaterial","bits","deriveBits","hash","iterations","deriveWalletWrapKeyFromSecret","_x8","_x9","_x0","_x1","_deriveWalletWrapKeyFromSecret","walletSecret","chainId","accountId","homeserver","context","concat","digest","validateRecoveryEnvelopeShape","envelope","envelope_version","chain_id","account_id","created_at_ms","key_id","wallet_wrap","password_wrap","createDualWrapEnvelope","_x10","_createDualWrapEnvelope","_params$createdAtMs","_params$keyId","_params$recoveryKey","backupPassword","walletWrapKey","createdAtMs","Date","now","keyId","replace","recoveryKey","walletWrap","passwordSalt","passwordWrapKey","passwordWrap","unwrapWithWallet","_x11","_unwrapWithWallet","_ref2","unwrapWithPassword","_x12","_unwrapWithPassword","_ref3"],"sources":["../src/wallet-recovery.ts"],"sourcesContent":["/*\nCopyright 2026 TextRP\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 WalletE2eeRecoveryEnvelope, type WalletRecoveryWrap } from \"./@types/auth.ts\";\n\nconst ENVELOPE_VERSION = 1;\nconst KEY_BYTES = 32;\nconst NONCE_BYTES = 12;\nconst SALT_BYTES = 16;\nconst PASSWORD_KDF_ITERATIONS = 210_000;\n\nexport interface CreateDualWrapEnvelopeParams {\n chainId: string;\n accountId: string;\n backupPassword: string;\n walletWrapKey: Uint8Array;\n createdAtMs?: number;\n keyId?: string;\n recoveryKey?: Uint8Array;\n}\n\nexport interface UnwrapWithWalletParams {\n envelope: WalletE2eeRecoveryEnvelope;\n walletWrapKey: Uint8Array;\n}\n\nexport interface UnwrapWithPasswordParams {\n envelope: WalletE2eeRecoveryEnvelope;\n backupPassword: string;\n}\n\nfunction assert(condition: boolean, message: string): asserts condition {\n if (!condition) throw new Error(message);\n}\n\nfunction toBase64(bytes: Uint8Array): string {\n if (typeof Buffer !== \"undefined\") return Buffer.from(bytes).toString(\"base64\");\n let binary = \"\";\n bytes.forEach((b) => (binary += String.fromCodePoint(b)));\n return btoa(binary);\n}\n\nfunction fromBase64(value: string): Uint8Array {\n if (typeof Buffer !== \"undefined\") return new Uint8Array(Buffer.from(value, \"base64\"));\n const binary = atob(value);\n const out = new Uint8Array(binary.length);\n for (let i = 0; i < binary.length; i++) out[i] = binary.codePointAt(i)!;\n return out;\n}\n\nfunction toUtf8(value: string): Uint8Array {\n return new TextEncoder().encode(value);\n}\n\nfunction toArrayBuffer(value: Uint8Array): ArrayBuffer {\n return value.buffer.slice(value.byteOffset, value.byteOffset + value.byteLength) as ArrayBuffer;\n}\n\nfunction randomBytes(len: number): Uint8Array {\n const out = new Uint8Array(len);\n globalThis.crypto.getRandomValues(out);\n return out;\n}\n\nasync function importAesGcmKey(key: Uint8Array): Promise<CryptoKey> {\n return await globalThis.crypto.subtle.importKey(\n \"raw\",\n toArrayBuffer(key),\n { name: \"AES-GCM\" },\n false,\n [\"encrypt\", \"decrypt\"],\n );\n}\n\nasync function encryptWrap(\n plaintext: Uint8Array,\n {\n key,\n aad,\n kdf,\n params,\n }: {\n key: Uint8Array;\n aad: Uint8Array;\n kdf: string;\n params?: Record<string, unknown>;\n },\n): Promise<WalletRecoveryWrap> {\n assert(key.length >= KEY_BYTES, \"wallet recovery key must be at least 32 bytes\");\n const salt = randomBytes(SALT_BYTES);\n const nonce = randomBytes(NONCE_BYTES);\n const cryptoKey = await importAesGcmKey(key.slice(0, KEY_BYTES));\n const ciphertext = await globalThis.crypto.subtle.encrypt(\n {\n name: \"AES-GCM\",\n iv: toArrayBuffer(nonce),\n additionalData: toArrayBuffer(aad),\n tagLength: 128,\n },\n cryptoKey,\n toArrayBuffer(plaintext),\n );\n return {\n alg: \"aes-256-gcm\",\n kdf,\n salt: toBase64(salt),\n nonce: toBase64(nonce),\n ciphertext: toBase64(new Uint8Array(ciphertext)),\n aad: toBase64(aad),\n params,\n };\n}\n\nasync function decryptWrap(wrap: WalletRecoveryWrap, key: Uint8Array): Promise<Uint8Array> {\n const nonce = fromBase64(wrap.nonce);\n const aad = wrap.aad ? fromBase64(wrap.aad) : new Uint8Array();\n const ciphertext = fromBase64(wrap.ciphertext);\n const cryptoKey = await importAesGcmKey(key.slice(0, KEY_BYTES));\n const plaintext = await globalThis.crypto.subtle.decrypt(\n {\n name: \"AES-GCM\",\n iv: toArrayBuffer(nonce),\n additionalData: toArrayBuffer(aad),\n tagLength: 128,\n },\n cryptoKey,\n toArrayBuffer(ciphertext),\n );\n return new Uint8Array(plaintext);\n}\n\nasync function derivePasswordWrapKey(password: string, salt: Uint8Array): Promise<Uint8Array> {\n const keyMaterial = await globalThis.crypto.subtle.importKey(\"raw\", toArrayBuffer(toUtf8(password)), \"PBKDF2\", false, [\n \"deriveBits\",\n ]);\n const bits = await globalThis.crypto.subtle.deriveBits(\n {\n name: \"PBKDF2\",\n hash: \"SHA-256\",\n salt: toArrayBuffer(salt),\n iterations: PASSWORD_KDF_ITERATIONS,\n },\n keyMaterial,\n KEY_BYTES * 8,\n );\n return new Uint8Array(bits);\n}\n\nexport async function deriveWalletWrapKeyFromSecret(\n walletSecret: string,\n chainId: string,\n accountId: string,\n homeserver: string,\n): Promise<Uint8Array> {\n const context = `briij-wallet-auth-wrap-v1:${homeserver}:${chainId}:${accountId}`;\n const digest = await globalThis.crypto.subtle.digest(\n \"SHA-256\",\n toArrayBuffer(toUtf8(`${context}:${walletSecret}`)),\n );\n return new Uint8Array(digest);\n}\n\nexport function validateRecoveryEnvelopeShape(\n value: unknown,\n): asserts value is WalletE2eeRecoveryEnvelope {\n assert(!!value && typeof value === \"object\", \"recovery envelope must be an object\");\n const envelope = value as WalletE2eeRecoveryEnvelope;\n assert(typeof envelope.envelope_version === \"number\", \"envelope_version must be a number\");\n assert(typeof envelope.chain_id === \"string\" && envelope.chain_id.length > 0, \"chain_id is required\");\n assert(typeof envelope.account_id === \"string\" && envelope.account_id.length > 0, \"account_id is required\");\n assert(typeof envelope.created_at_ms === \"number\", \"created_at_ms must be a number\");\n assert(typeof envelope.key_id === \"string\" && envelope.key_id.length > 0, \"key_id is required\");\n assert(!!envelope.wallet_wrap && typeof envelope.wallet_wrap === \"object\", \"wallet_wrap is required\");\n assert(!!envelope.password_wrap && typeof envelope.password_wrap === \"object\", \"password_wrap is required\");\n for (const wrap of [envelope.wallet_wrap, envelope.password_wrap]) {\n assert(typeof wrap.alg === \"string\" && wrap.alg.length > 0, \"wrap.alg is required\");\n assert(typeof wrap.kdf === \"string\" && wrap.kdf.length > 0, \"wrap.kdf is required\");\n assert(typeof wrap.salt === \"string\" && wrap.salt.length > 0, \"wrap.salt is required\");\n assert(typeof wrap.nonce === \"string\" && wrap.nonce.length > 0, \"wrap.nonce is required\");\n assert(typeof wrap.ciphertext === \"string\" && wrap.ciphertext.length > 0, \"wrap.ciphertext is required\");\n }\n}\n\nexport async function createDualWrapEnvelope(params: CreateDualWrapEnvelopeParams): Promise<WalletE2eeRecoveryEnvelope> {\n assert(params.chainId.length > 0, \"chainId is required\");\n assert(params.accountId.length > 0, \"accountId is required\");\n assert(params.backupPassword.length > 0, \"backupPassword is required\");\n assert(params.walletWrapKey.length >= KEY_BYTES, \"walletWrapKey must be at least 32 bytes\");\n\n const createdAtMs = params.createdAtMs ?? Date.now();\n const keyId = params.keyId ?? `k-${toBase64(randomBytes(8)).replace(/=+$/g, \"\")}`;\n const recoveryKey = params.recoveryKey ?? randomBytes(KEY_BYTES);\n assert(recoveryKey.length === KEY_BYTES, \"recoveryKey must be 32 bytes\");\n\n const aad = toUtf8(`briij-recovery-envelope-v1:${params.chainId}:${params.accountId}:${keyId}:${createdAtMs}`);\n const walletWrap = await encryptWrap(recoveryKey, {\n key: params.walletWrapKey,\n aad,\n kdf: \"sha256-context-v1\",\n });\n\n const passwordSalt = randomBytes(SALT_BYTES);\n const passwordWrapKey = await derivePasswordWrapKey(params.backupPassword, passwordSalt);\n const passwordWrap = await encryptWrap(recoveryKey, {\n key: passwordWrapKey,\n aad,\n kdf: \"pbkdf2-sha256-v1\",\n params: {\n iterations: PASSWORD_KDF_ITERATIONS,\n hash: \"SHA-256\",\n },\n });\n passwordWrap.salt = toBase64(passwordSalt);\n\n return {\n envelope_version: ENVELOPE_VERSION,\n chain_id: params.chainId,\n account_id: params.accountId,\n created_at_ms: createdAtMs,\n key_id: keyId,\n wallet_wrap: walletWrap,\n password_wrap: passwordWrap,\n };\n}\n\nexport async function unwrapWithWallet({ envelope, walletWrapKey }: UnwrapWithWalletParams): Promise<Uint8Array> {\n validateRecoveryEnvelopeShape(envelope);\n return await decryptWrap(envelope.wallet_wrap, walletWrapKey);\n}\n\nexport async function unwrapWithPassword({\n envelope,\n backupPassword,\n}: UnwrapWithPasswordParams): Promise<Uint8Array> {\n validateRecoveryEnvelopeShape(envelope);\n const passwordSalt = fromBase64(envelope.password_wrap.salt);\n const passwordWrapKey = await derivePasswordWrapKey(backupPassword, passwordSalt);\n return await decryptWrap(envelope.password_wrap, passwordWrapKey);\n}\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Copyright 2022 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 2022 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
|
var audioContext = null;
|
|
18
18
|
var refCount = 0;
|
|
19
19
|
|
|
20
|
-
/**
|
|
21
|
-
* Acquires a reference to the shared AudioContext.
|
|
22
|
-
* It's highly recommended to reuse this AudioContext rather than creating your
|
|
23
|
-
* own, because multiple AudioContexts can be problematic in some browsers.
|
|
24
|
-
* Make sure to call releaseContext when you're done using it.
|
|
25
|
-
* @returns The shared AudioContext
|
|
20
|
+
/**
|
|
21
|
+
* Acquires a reference to the shared AudioContext.
|
|
22
|
+
* It's highly recommended to reuse this AudioContext rather than creating your
|
|
23
|
+
* own, because multiple AudioContexts can be problematic in some browsers.
|
|
24
|
+
* Make sure to call releaseContext when you're done using it.
|
|
25
|
+
* @returns The shared AudioContext
|
|
26
26
|
*/
|
|
27
27
|
export var acquireContext = () => {
|
|
28
28
|
if (audioContext === null) audioContext = new AudioContext();
|
|
@@ -30,10 +30,10 @@ export var acquireContext = () => {
|
|
|
30
30
|
return audioContext;
|
|
31
31
|
};
|
|
32
32
|
|
|
33
|
-
/**
|
|
34
|
-
* Signals that one of the references to the shared AudioContext has been
|
|
35
|
-
* released, allowing the context and associated hardware resources to be
|
|
36
|
-
* cleaned up if nothing else is using it.
|
|
33
|
+
/**
|
|
34
|
+
* Signals that one of the references to the shared AudioContext has been
|
|
35
|
+
* released, allowing the context and associated hardware resources to be
|
|
36
|
+
* cleaned up if nothing else is using it.
|
|
37
37
|
*/
|
|
38
38
|
export var releaseContext = () => {
|
|
39
39
|
refCount--;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"audioContext.js","names":["audioContext","refCount","acquireContext","AudioContext","releaseContext","_audioContext","close"],"sources":["../../src/webrtc/audioContext.ts"],"sourcesContent":["/*\
|
|
1
|
+
{"version":3,"file":"audioContext.js","names":["audioContext","refCount","acquireContext","AudioContext","releaseContext","_audioContext","close"],"sources":["../../src/webrtc/audioContext.ts"],"sourcesContent":["/*\nCopyright 2022 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\nlet audioContext: AudioContext | null = null;\nlet refCount = 0;\n\n/**\n * Acquires a reference to the shared AudioContext.\n * It's highly recommended to reuse this AudioContext rather than creating your\n * own, because multiple AudioContexts can be problematic in some browsers.\n * Make sure to call releaseContext when you're done using it.\n * @returns The shared AudioContext\n */\nexport const acquireContext = (): AudioContext => {\n if (audioContext === null) audioContext = new AudioContext();\n refCount++;\n return audioContext;\n};\n\n/**\n * Signals that one of the references to the shared AudioContext has been\n * released, allowing the context and associated hardware resources to be\n * cleaned up if nothing else is using it.\n */\nexport const releaseContext = (): void => {\n refCount--;\n if (refCount === 0) {\n audioContext?.close();\n audioContext = null;\n }\n};\n"],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,IAAIA,YAAiC,GAAG,IAAI;AAC5C,IAAIC,QAAQ,GAAG,CAAC;;AAEhB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,IAAMC,cAAc,GAAGA,CAAA,KAAoB;EAC9C,IAAIF,YAAY,KAAK,IAAI,EAAEA,YAAY,GAAG,IAAIG,YAAY,CAAC,CAAC;EAC5DF,QAAQ,EAAE;EACV,OAAOD,YAAY;AACvB,CAAC;;AAED;AACA;AACA;AACA;AACA;AACA,OAAO,IAAMI,cAAc,GAAGA,CAAA,KAAY;EACtCH,QAAQ,EAAE;EACV,IAAIA,QAAQ,KAAK,CAAC,EAAE;IAAA,IAAAI,aAAA;IAChB,CAAAA,aAAA,GAAAL,YAAY,cAAAK,aAAA,eAAZA,aAAA,CAAcC,KAAK,CAAC,CAAC;IACrBN,YAAY,GAAG,IAAI;EACvB;AACJ,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callEventTypes.js","names":["NamespacedValue","SDPStreamMetadataKey","SDPStreamMetadataPurpose"],"sources":["../../src/webrtc/callEventTypes.ts"],"sourcesContent":["// allow non-camelcase as these are events type that go onto the wire\
|
|
1
|
+
{"version":3,"file":"callEventTypes.js","names":["NamespacedValue","SDPStreamMetadataKey","SDPStreamMetadataPurpose"],"sources":["../../src/webrtc/callEventTypes.ts"],"sourcesContent":["// allow non-camelcase as these are events type that go onto the wire\n/* eslint-disable camelcase */\n\nimport { type CallErrorCode } from \"./call.ts\";\nimport { NamespacedValue } from \"../NamespacedValue.ts\";\n\nexport const SDPStreamMetadataKey = new NamespacedValue(\n \"sdp_stream_metadata\",\n \"org.matrix.msc3077.sdp_stream_metadata\",\n);\n\nexport enum SDPStreamMetadataPurpose {\n Usermedia = \"m.usermedia\",\n Screenshare = \"m.screenshare\",\n}\n\nexport interface SDPStreamMetadataObject {\n purpose: SDPStreamMetadataPurpose;\n audio_muted: boolean;\n video_muted: boolean;\n}\n\nexport interface SDPStreamMetadata {\n [key: string]: SDPStreamMetadataObject;\n}\n\nexport interface CallCapabilities {\n \"m.call.transferee\": boolean;\n \"m.call.dtmf\": boolean;\n}\n\nexport interface CallReplacesTarget {\n id: string;\n display_name: string;\n avatar_url: string;\n}\n\nexport interface MCallBase {\n call_id: string;\n conf_id?: string;\n version: string | number;\n party_id?: string;\n sender_session_id?: string;\n dest_session_id?: string;\n}\n\ntype Description = Pick<RTCSessionDescription, \"type\" | \"sdp\">;\n\nexport interface MCallAnswer extends MCallBase {\n \"answer\": Description;\n \"capabilities\"?: CallCapabilities;\n \"sdp_stream_metadata\"?: SDPStreamMetadata;\n \"org.matrix.msc3077.sdp_stream_metadata\"?: SDPStreamMetadata;\n}\n\nexport interface MCallSelectAnswer extends MCallBase {\n selected_party_id: string;\n}\n\nexport interface MCallInviteNegotiate extends MCallBase {\n \"offer\": Description;\n \"description\": Description;\n \"lifetime\": number;\n \"capabilities\"?: CallCapabilities;\n \"invitee\"?: string;\n \"sender_session_id\"?: string;\n \"dest_session_id\"?: string;\n \"sdp_stream_metadata\"?: SDPStreamMetadata;\n \"org.matrix.msc3077.sdp_stream_metadata\"?: SDPStreamMetadata;\n}\n\nexport interface MCallSDPStreamMetadataChanged extends MCallBase {\n \"sdp_stream_metadata\"?: SDPStreamMetadata;\n \"org.matrix.msc3077.sdp_stream_metadata\"?: SDPStreamMetadata;\n}\n\nexport interface MCallReplacesEvent extends MCallBase {\n replacement_id: string;\n target_user: CallReplacesTarget;\n create_call: string;\n await_call: string;\n target_room: string;\n}\n\nexport interface MCAllAssertedIdentity extends MCallBase {\n asserted_identity: {\n id: string;\n display_name: string;\n avatar_url: string;\n };\n}\n\nexport interface MCallCandidates extends MCallBase {\n candidates: Omit<RTCIceCandidateInit, \"usernameFragment\">[];\n}\n\nexport interface MCallHangupReject extends MCallBase {\n reason?: CallErrorCode;\n}\n\n/* eslint-enable camelcase */\n"],"mappings":"AAAA;AACA;;AAGA,SAASA,eAAe,QAAQ,uBAAuB;AAEvD,OAAO,IAAMC,oBAAoB,GAAG,IAAID,eAAe,CACnD,qBAAqB,EACrB,wCACJ,CAAC;AAED,WAAYE,wBAAwB,0BAAxBA,wBAAwB;EAAxBA,wBAAwB;EAAxBA,wBAAwB;EAAA,OAAxBA,wBAAwB;AAAA;;AAyFpC","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 CallFeedStatsReporter {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callFeedStatsReporter.js","names":["CallFeedStatsReporter","buildCallFeedReport","callId","opponentMemberId","pc","rtpTransceivers","getTransceivers","transceiver","callFeeds","forEach","t","_t$sender","sender","track","buildTrackStats","receiver","push","mid","direction","currentDirection","_track$getSettings","_track$getConstraints","label","arguments","length","undefined","settingDeviceId","getSettings","deviceId","constrainDeviceId","getConstraints","id","kind","muted","enabled","readyState","expandCallFeedReport","report","prefix","feed","audioTracks","stream","getAudioTracks","videoTracks","getVideoTracks","audio","purpose","video","feedStats","type","isLocal","isVideoMuted","isAudioMuted"],"sources":["../../../src/webrtc/stats/callFeedStatsReporter.ts"],"sourcesContent":["/*\
|
|
1
|
+
{"version":3,"file":"callFeedStatsReporter.js","names":["CallFeedStatsReporter","buildCallFeedReport","callId","opponentMemberId","pc","rtpTransceivers","getTransceivers","transceiver","callFeeds","forEach","t","_t$sender","sender","track","buildTrackStats","receiver","push","mid","direction","currentDirection","_track$getSettings","_track$getConstraints","label","arguments","length","undefined","settingDeviceId","getSettings","deviceId","constrainDeviceId","getConstraints","id","kind","muted","enabled","readyState","expandCallFeedReport","report","prefix","feed","audioTracks","stream","getAudioTracks","videoTracks","getVideoTracks","audio","purpose","video","feedStats","type","isLocal","isVideoMuted","isAudioMuted"],"sources":["../../../src/webrtc/stats/callFeedStatsReporter.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 CallFeedReport, type CallFeedStats, type TrackStats, type TransceiverStats } from \"./statsReport.ts\";\nimport { type CallFeed } from \"../callFeed.ts\";\n\nexport class CallFeedStatsReporter {\n public static buildCallFeedReport(callId: string, opponentMemberId: string, pc: RTCPeerConnection): CallFeedReport {\n const rtpTransceivers = pc.getTransceivers();\n const transceiver: TransceiverStats[] = [];\n const callFeeds: CallFeedStats[] = [];\n\n rtpTransceivers.forEach((t) => {\n const sender = t.sender?.track ? CallFeedStatsReporter.buildTrackStats(t.sender.track, \"sender\") : null;\n const receiver = CallFeedStatsReporter.buildTrackStats(t.receiver.track, \"receiver\");\n transceiver.push({\n mid: t.mid == null ? \"null\" : t.mid,\n direction: t.direction,\n currentDirection: t.currentDirection == null ? \"null\" : t.currentDirection,\n sender,\n receiver,\n });\n });\n\n return {\n callId,\n opponentMemberId,\n transceiver,\n callFeeds,\n };\n }\n\n private static buildTrackStats(track: MediaStreamTrack, label = \"--\"): TrackStats {\n const settingDeviceId = track.getSettings()?.deviceId;\n const constrainDeviceId = track.getConstraints()?.deviceId;\n\n return {\n id: track.id,\n kind: track.kind,\n settingDeviceId: settingDeviceId ?? \"unknown\",\n constrainDeviceId: constrainDeviceId ?? \"unknown\",\n muted: track.muted,\n enabled: track.enabled,\n readyState: track.readyState,\n label,\n } as TrackStats;\n }\n\n public static expandCallFeedReport(\n report: CallFeedReport,\n callFeeds: CallFeed[],\n prefix = \"unknown\",\n ): CallFeedReport {\n callFeeds.forEach((feed) => {\n const audioTracks = feed.stream.getAudioTracks();\n const videoTracks = feed.stream.getVideoTracks();\n const audio =\n audioTracks.length > 0\n ? CallFeedStatsReporter.buildTrackStats(feed.stream.getAudioTracks()[0], feed.purpose)\n : null;\n const video =\n videoTracks.length > 0\n ? CallFeedStatsReporter.buildTrackStats(feed.stream.getVideoTracks()[0], feed.purpose)\n : null;\n const feedStats = {\n stream: feed.stream.id,\n type: feed.isLocal() ? \"local\" : \"remote\",\n audio,\n video,\n purpose: feed.purpose,\n prefix,\n isVideoMuted: feed.isVideoMuted(),\n isAudioMuted: feed.isAudioMuted(),\n } as CallFeedStats;\n report.callFeeds.push(feedStats);\n });\n return report;\n }\n}\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -2,20 +2,20 @@ import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
4
4
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
5
|
-
/*
|
|
6
|
-
Copyright 2023 The Matrix.org Foundation C.I.C.
|
|
7
|
-
|
|
8
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
|
-
you may not use this file except in compliance with the License.
|
|
10
|
-
You may obtain a copy of the License at
|
|
11
|
-
|
|
12
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
13
|
-
|
|
14
|
-
Unless required by applicable law or agreed to in writing, software
|
|
15
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
16
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
17
|
-
See the License for the specific language governing permissions and
|
|
18
|
-
limitations under the License.
|
|
5
|
+
/*
|
|
6
|
+
Copyright 2023 The Matrix.org Foundation C.I.C.
|
|
7
|
+
|
|
8
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
9
|
+
you may not use this file except in compliance with the License.
|
|
10
|
+
You may obtain a copy of the License at
|
|
11
|
+
|
|
12
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
13
|
+
|
|
14
|
+
Unless required by applicable law or agreed to in writing, software
|
|
15
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
16
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
17
|
+
See the License for the specific language governing permissions and
|
|
18
|
+
limitations under the License.
|
|
19
19
|
*/
|
|
20
20
|
|
|
21
21
|
import { ConnectionStats } from "./connectionStats.js";
|
|
@@ -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":["/*\
|
|
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":["/*\
|
|
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":["/*\
|
|
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";
|