diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a5e55d468..fd219a8811 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Avoid subscribes when simulcast is enabled but not currently sending, or when using server side network adaptation. +- Made server side network adaptation the default when creating `VideoPriorityBasedPolicy`. ### Fixed diff --git a/demos/browser/app/meetingV2/meetingV2.html b/demos/browser/app/meetingV2/meetingV2.html index ab83e6c52c..b5c92fb856 100644 --- a/demos/browser/app/meetingV2/meetingV2.html +++ b/demos/browser/app/meetingV2/meetingV2.html @@ -212,6 +212,10 @@
Inherited from VideoPriorityBasedPolicy.getCurrentVideoPreferences
Additional server side features to be enabled for network adaption. This - may be overridden by the server. The default may be changed in future releases.
+Additional server side features to be enabled for network adaption. The only currently
+ recommended value is ServerSideNetworkAdaption.BandwidthProbingAndRemoteVideoQualityAdaption
No features enabled, but this value may switch to 'BandwidthProbingAndRemoteVideoQualityAdaption' in a later release.
+This value will currently be overwritten to BandwidthProbingAndRemoteVideoQualityAdaption
VideoAdaptiveProbePolicy wraps VideoPriorityBasedPolicy with customized behavior to automatically + assign a high preference to content share.
+