Skip to content

Releases: paullouisageneau/libdatachannel

Version 0.17.6

08 Jun 08:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.5...v0.17.6

Version 0.17.5

03 Jun 22:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.4...v0.17.5

Version 0.17.4

24 May 18:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.3...v0.17.4

Version 0.17.3

06 May 13:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.2...v0.17.3

Version 0.17.2

02 May 11:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.1...v0.17.2

Version 0.17.1

19 Apr 20:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.0...v0.17.1

Version 0.17.0

15 Apr 14:41
Compare
Choose a tag to compare

What's Changed

  • Added ICE UDP multiplexing support with enableIceUdpMux
  • Added proper support for ICE options in SDP description
  • Added support for removed media in SDP description
  • Added rtcClose() to C API
  • Changed onClose callback behavior to always be called, even on local close
  • Changed WebSocket to use single-thread TCP polling
  • Changed ICE nomination for libjuice and libnice to abide by RFC 8445
  • Exposed missing configuration settings in C API
  • Refactored SDP description API
  • Refactored ProxyServer configuration interface
  • Fixed incorrect early open event on incoming tracks
  • Fixed deadlock on PeerConnection deletion from state callback in C API
  • libjuice v1.0.0: Single-threaded polling and UDP multiplexing support
  • CMake: Append to CMAKE_MODULE_PATH instead of replacing it
  • Examples: Fixed get_event_loop() deprecation warning in Python server