Version 0.17.0
paullouisageneau
released this
15 Apr 14:41
·
990 commits
to master
since this release
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