- '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.