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 https://github.com/livekit/python-sdks/pull/86
* fix: add resolution arguments to VideoSource by theomonnom in https://github.com/livekit/python-sdks/pull/88
* fix blurry video https://github.com/livekit/python-sdks/issues/85
* move protocol to livekit-protocol package by theomonnom in https://github.com/livekit/python-sdks/pull/89 https://github.com/livekit/python-sdks/pull/90
* update ffi to v0.3.13 by theomonnom in https://github.com/livekit/python-sdks/pull/97
* fixed ffmpeg H.264 decoder not found https://github.com/livekit/python-sdks/issues/95
**Full Changelog**: https://github.com/livekit/python-sdks/compare/api-v0.1.3...rtc-v0.6.0
api-v0.2.0