- Update to libwebrtc M120/6099 (#173). Thanks @Poldraunic, @janreyho, @copiltembel.
- Fix explicit codec selection (#164). Thanks @fedulvtubudul.
- Clear the stored transceivers before closing the PeerConnection (#156). Thanks @adriancretu.
- Fix non-virtual destructors (PR #157). Thanks @adriancretu.
- Fix min max range inclusion. (PR #158). Thanks @adriancretu.
- Update libsdptransform to 1.2.10 (PR #171). Thanks@copiltembel.
- 'maxaveragebitrate' support for Opus. Thanks @PeterCang.
- Enable VP9 SVC (#131). Thanks @harvestsure.
- Reuse closed m= sections in remote SDP offer (#99).
- Allow forcing local DTLS role (#133).
- Add cbr config option for opus (#138). Thanks @GEverding.
- Update to libwebrtc M94/4606.
- Do not auto generate the stream ID for the receiving dataChannel, but provide it via API. Fixes (#126).
- Fix profile-id codec parameter by converting parsed value into integer. Fixes (#115)
- Convert
RecvTransport::Listener
to a subclass. Thanks @maxweisel. - Fix ambiguous cast error when compiling with MSVC. Thanks @maxweisel.
- Fix H264
profile-level-id
value in SDP answer.- Same as in versatica/mediasoup-client#148
- Fix memory leak (#105). Thanks @ploverlake.
- Update
libsdptransform
dep to 1.2.8.
- DataChannel support.