versatica / mediasoup

Cutting Edge WebRTC Video Conferencing
https://mediasoup.org
ISC License
6.18k stars 1.12k forks source link

Cleanup remaining payload channel references #1326

Closed jmillan closed 7 months ago

ibc commented 7 months ago

Rationale please?

nazar-pc commented 7 months ago

Cargo will be happy to install compatible (according to semver) version of the package that is newer than technically required. Since arguments changed, older mediasoup will no longer be compatible with newer mediasoup-sys. So instead of increasing patch version we have to increase minor version to prevent breaking changes for people.

jmillan commented 7 months ago

It can be merged since the minor version has been increased here https://github.com/versatica/mediasoup/pull/1324