From f96d13eb84ad35d384c4cbb5520d59072cf2fa40 Mon Sep 17 00:00:00 2001 From: Henry Smith Date: Wed, 8 May 2024 14:00:44 -0700 Subject: [PATCH] Revert "Make server side network adaptation the default when creating `VideoPriorityBasedPolicy` (#2889)" This reverts commit 5354adae0bbd6926db25224bcea14622a39c59f8. --- CHANGELOG.md | 1 - demos/browser/app/meetingV2/meetingV2.html | 16 ++++-- demos/browser/app/meetingV2/meetingV2.ts | 35 +++++++++++- docs/classes/videoadaptiveprobepolicy.html | 50 +++++++--------- docs/classes/videoprioritybasedpolicy.html | 40 ++++++------- .../videoprioritybasedpolicyconfig.html | 8 +-- docs/enums/serversidenetworkadaption.html | 2 +- .../ServerSideNetworkAdaption.ts | 2 +- .../VideoAdaptiveProbePolicy.ts | 15 +---- .../VideoPriorityBasedPolicy.ts | 7 --- .../VideoPriorityBasedPolicyConfig.ts | 7 +-- .../VideoPriorityBasedPolicy.test.ts | 57 +++++-------------- 12 files changed, 111 insertions(+), 129 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9508a3c108..aa22f5d404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,6 @@ 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 b5c92fb856..ab83e6c52c 100644 --- a/demos/browser/app/meetingV2/meetingV2.html +++ b/demos/browser/app/meetingV2/meetingV2.html @@ -212,10 +212,6 @@