Skip to content

Releases: internxt/lib-jitsi-meet

v.0.0.16

12 Dec 09:27
61640c0

Choose a tag to compare

Meet uses a increase-resolution decoder:

  • Decoder activates when resolution is lower to 240p
  • Decoder enhances brightness and increases resolution
  • Cleaning routines added to prevent data leaks
  • Decoder is off in safari since it does not properly support ONNX

v.0.0.15

27 Nov 16:13

Choose a tag to compare

  • Add chat messages encryption
  • Disable decoder

v.0.0.14

19 Nov 15:01
65a342c

Choose a tag to compare

v.0.0.14 Pre-release
Pre-release

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

14 Nov 13:47

Choose a tag to compare

  • Remove internxt-crypto
  • Bandwidth reduction
  • Detect E2E based on 'e2e.enabled'

v.0.0.11

06 Nov 11:49
d916f71

Choose a tag to compare

  • 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

29 Oct 08:48

Choose a tag to compare

v.0.0.10-beta Pre-release
Pre-release
  • Brings all the latest updates from the Jitsi repo
  • Makes setKeyCommitment sync
  • Removes unused WASM files

v.0.0.9-alpha

01 Oct 12:07

Choose a tag to compare

v.0.0.9-alpha Pre-release
Pre-release
  • 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

29 Sep 15:15
055f886

Choose a tag to compare

  • Added user names and IDs to the time-out events to improve error handling
  • Added more logs for traceability

v.0.0.7-alpha

26 Sep 12:27
c693980

Choose a tag to compare

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

v.0.0.6-alpha

17 Sep 16:08
906ff88

Choose a tag to compare

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 e2ee module into e2ee-internxt
  • Deletes hand-crafted types