From 8e610216d0ff5b623d894cc4ffa1df685a0d4e55 Mon Sep 17 00:00:00 2001 From: Makarand Patwardhan Date: Fri, 28 Jan 2022 11:58:22 -0800 Subject: [PATCH] incorporate changelog feedback --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8b33dfb..d7557ecc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The Twilio Programmable Video SDKs use [Semantic Versioning](http://www.semver.o New Features ------------ -- This release introduces a new beta feature **Adaptive Simulcast**. This opt-in feature can be enabled by setting `preferredVideoCodecs="auto"` in ConnectOptions. When joining a group room with this feature enabled, the SDK will use VP8 simulcast, and will enable/disable simulcast layers dynamically, thus improving bandwidth and CPU usage. It works best when used along with `Client Track Switch Off Control` and `Video Content Preferences`. These two flags allow the SFU to determine which simulcast layers are needed, thus allowing it to disable the layers not needed on publisher side. The beta currently does not support setting a max bitrate for your simulcast layers. +- This release introduces a new feature **Adaptive Simulcast**. This opt-in feature can be enabled by setting `preferredVideoCodecs="auto"` in ConnectOptions. When joining a group room with this feature enabled, the SDK will use VP8 simulcast, and will enable/disable simulcast layers dynamically, thus improving bandwidth and CPU usage for the publishing client. It works best when used along with `Client Track Switch Off Control` and `Video Content Preferences`. These two flags allow the SFU to determine which simulcast layers are needed, thus allowing it to disable the layers not needed on publisher side. This feature cannot be used alongside `maxVideoBitrate`. If your application is currently using VP8 simulcast we recommend that you switch to this option. @@ -36,7 +36,7 @@ Known Limitations - The publisher has preferred the H264 codec. - The Room is configured to support only the H264 codec. - Peer-to-Peer Rooms -- When the Room is being recorded, the SFU will not disable any simulcast layers of the publisher's VideoTrack. +- When the participant is being recorded, the SFU will not disable any simulcast layers of the participant's VideoTrack. Bug Fixes ---------