Skip to content

v0.15.0

Latest
Compare
Choose a tag to compare
@Karolk99 Karolk99 released this 17 Jul 13:17
83c99c8
  • [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: v0.14.0...v0.15.0