rtc-v0.6.0
Breaking changes from v0.5.0
The VideoSource constructor now mandates the inclusion of width
and height
parameters. These are essential for accurately determining the simulcast layers while publishing the track.
What's Changed
- feat: rtc stats by @theomonnom in #86
- fix: add resolution arguments to VideoSource by @theomonnom in #88
- fix blurry video #85
- move protocol to livekit-protocol package by @theomonnom in #89 #90
- update ffi to v0.3.13 by @theomonnom in #97
- fixed ffmpeg H.264 decoder not found #95
Full Changelog: api-v0.1.3...rtc-v0.6.0