Skip to content

v0.3.0

Choose a tag to compare

@meefik meefik released this 23 May 16:08

Added

  • Add SseDriver for signaling using Server-Sent Events (SSE).
  • Add debouncing for ICE candidates sent via signaling to reduce the number of messages.

Changed

  • Use derived encryption keys for signaling instead of manually specified secret keys.
  • Enable signaling encryption by default.
  • Use the compressed public key as the peer ID.
  • The minimum build target is ES2020 to allow the use of modern JavaScript features such as BigInt.
  • Rename 'signalingHashing' to 'namespaceHashing' for clarity.
  • The license has been changed from GPL-3.0 to Apache-2.0 to allow more permissive use of the library in both open-source and commercial projects.