Releases: internxt/lib-jitsi-meet
Releases · internxt/lib-jitsi-meet
v.0.0.16
v.0.0.15
- Add chat messages encryption
- Disable decoder
v.0.0.14
Minor changes to decoder:
- Removed flags
- Added verbose to determine if the decoder is used or not.
- Decoder switches between off and on depending on received resolution
- Decoder is off for safari since onnx is not well supported on that browser.
v.0.0.13
- Remove internxt-crypto
- Bandwidth reduction
- Detect E2E based on 'e2e.enabled'
v.0.0.11
- FIX: Use 'restrictOwnAudio' on Chrome 142 and newer only.
- Remove PerformanceObserverStats
- Make setKeyCommitment sync
- Resolve all session promises before leaving the conference
- Changes message from "update" to "done" for SESSION_DONE event
v.0.0.10-beta
- Brings all the latest updates from the Jitsi repo
- Makes setKeyCommitment sync
- Removes unused WASM files
v.0.0.9-alpha
- WASM routines to fix input/output between ONNX and JS are not longer needed
- ONNX decoder model is smaller
- Inference time has been reduced
- Tgz size was also reduced by removing unnecessary wasm files
v.0.0.8-alpha
- Added user names and IDs to the time-out events to improve error handling
- Added more logs for traceability
v.0.0.7-alpha
This release brings the following changes:
- Added new conference events to provide better visibility and handling of encryption key synchronization states:
- New Events:
- E2EE_KEY_SYNC_FAILED - Fired when encryption key synchronization fails
- E2EE_KEY_SYNC_AFTER_TIMEOUT - Fired when encryption key synchronization is restored after a timeout
period
- New Events:
v.0.0.6-alpha
This release brings the following changes:
- Removes the need to wait for olm init upon joining the conference
- Fixes the race condition error that happened upon initialization
- Switches to ìnternxt-crypto` library and removes dependency on Kyber wasm
- Renames the
e2eemodule intoe2ee-internxt - Deletes hand-crafted types