mediasoup 3.3.3 has been released. Here the changes:
- Add
consumer.setPriority()
andconsumer.priority
API to prioritize how the estimated outgoing bitrate in a transport is distributed among all video consumers (in case there is not enough bitrate to satisfy them). - Make video
SimpleConsumers
play the BWE game by helping in probation generation and bitrate distribution. - Add
consumer.preferredLayers
getter. - Rename
enablePacketEvent()
and “packet” event toenableTraceEvent()
and “trace” event (sorry SEMVER). - Transport: Add a new “trace” event of type bwe with detailed information about bitrates.