diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b428c98..7abe4e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ and this project adheres to ## [Unreleased] +### Added + +- ✨(backend) add per-recording encoding quality presets to start-recording API + +### Changed + +- 💥(backend) replace recording encoding options with a profile model + ### Fixed - 🐛(frontend) keep the sending resolution picked while the camera is off #1667 @@ -160,7 +168,6 @@ and this project adheres to - ✨(frontend) add connection test feature - ✨(sdk) allow passing a background color to the calendar iframe - ✨(sdk) add a room configuration popup from CreateMeetingButton -- ✨(backend) add per-recording encoding quality presets to start-recording API ### Changed @@ -175,7 +182,6 @@ and this project adheres to - 💄(frontend) improve participant name rendering in the list - 🚚(backend) rename TelephonyService to SIPManagement - ⬆️(dependencies) update python dependencies -- 💥(backend) replace recording encoding options with a profile model ### Fixed