Download Latest Version v0.16.1 source code.tar.gz (6.2 MB)
Email in envelope

Get an email when there's a new version of Elixir WebRTC

Home / v0.15.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-07-16 1.7 kB
v0.15.0 source code.tar.gz 2025-07-16 6.2 MB
v0.15.0 source code.zip 2025-07-16 6.3 MB
Totals: 3 Items   12.5 MB 0
  • [BREAKING] Adds PeerConnection.close/1 function that irreversibly closes peer connection. Most of the functions (except getters) will return {:error, :invalid_state} when called after closing the peer connection. Calling PeerConnection.close/1 will also send a close_notify DTLS alert to the other side.
  • [BREAKING] - So far, close_notify DTLS alert caused immediate DTLS state change to failed. Right now, this alert moves DTLS transport to the closed state, but does not move peer connection, signaling, or ice transport to the closed state. A peer connection that received a close_notify DTLS alert can still do an ICE restart with a different peer.

What's Changed

New Contributors

Full Changelog: https://github.com/elixir-webrtc/ex_webrtc/compare/v0.14.0...v0.15.0

Source: README.md, updated 2025-07-16