Adds BBR field trial to CallTest.

Bug: webrtc:8415
Change-Id: Ie0db059390fe4e079f1faa90f74f4ef53b192b6f
Reviewed-on: https://webrtc-review.googlesource.com/92383
Reviewed-by: Björn Terelius <terelius@webrtc.org>
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24189}
This commit is contained in:
Sebastian Jansson
2018-08-03 13:25:17 +02:00
committed by Commit Bot
parent 3dc427fe34
commit 50eb4c44ad
4 changed files with 20 additions and 2 deletions

View File

@ -195,6 +195,8 @@ class CallTest : public ::testing::Test {
DegradationPreference::MAINTAIN_FRAMERATE;
std::unique_ptr<FecControllerFactoryInterface> fec_controller_factory_;
std::unique_ptr<NetworkControllerFactoryInterface>
bbr_network_controller_factory_;
test::FunctionVideoEncoderFactory fake_encoder_factory_;
int fake_encoder_max_bitrate_ = -1;