libdatachannel

C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets

MPL-2.0 License

Stars
1.5K

Bot releases are hidden (Show)

libdatachannel - Version 0.17.11

Published by paullouisageneau about 2 years ago

What's Changed

Full Changelog: https://github.com/paullouisageneau/libdatachannel/compare/v0.17.10...v0.17.11

libdatachannel - Version 0.17.10

Published by paullouisageneau about 2 years ago

What's Changed

Full Changelog: https://github.com/paullouisageneau/libdatachannel/compare/v0.17.9...v0.17.10

libdatachannel - Version 0.17.9

Published by paullouisageneau over 2 years ago

What's Changed

Full Changelog: https://github.com/paullouisageneau/libdatachannel/compare/v0.17.8...v0.17.9

libdatachannel - Version 0.17.8

Published by paullouisageneau over 2 years ago

What's Changed

Full Changelog: https://github.com/paullouisageneau/libdatachannel/compare/v0.17.7...v0.17.8

libdatachannel - Version 0.17.7

Published by paullouisageneau over 2 years ago

What's Changed

Full Changelog: https://github.com/paullouisageneau/libdatachannel/compare/v0.17.6...v0.17.7

libdatachannel - Version 0.17.6

Published by paullouisageneau over 2 years ago

What's Changed

Full Changelog: https://github.com/paullouisageneau/libdatachannel/compare/v0.17.5...v0.17.6

libdatachannel - Version 0.17.5

Published by paullouisageneau over 2 years ago

What's Changed

Full Changelog: https://github.com/paullouisageneau/libdatachannel/compare/v0.17.4...v0.17.5

libdatachannel - Version 0.17.4

Published by paullouisageneau over 2 years ago

What's Changed

Full Changelog: https://github.com/paullouisageneau/libdatachannel/compare/v0.17.3...v0.17.4

libdatachannel - Version 0.17.3

Published by paullouisageneau over 2 years ago

What's Changed

Full Changelog: https://github.com/paullouisageneau/libdatachannel/compare/v0.17.2...v0.17.3

libdatachannel - Version 0.17.2

Published by paullouisageneau over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/paullouisageneau/libdatachannel/compare/v0.17.1...v0.17.2

libdatachannel - Version 0.17.1

Published by paullouisageneau over 2 years ago

What's Changed

Full Changelog: https://github.com/paullouisageneau/libdatachannel/compare/v0.17.0...v0.17.1

libdatachannel - Version 0.17.0

Published by paullouisageneau over 2 years ago

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