Rename the adapt audio bitrate experiment.

BUG=webrtc:5079

Review-Url: https://codereview.webrtc.org/2498233003
Cr-Commit-Position: refs/heads/master@{#15080}
This commit is contained in:
stefan 2016-11-15 05:23:30 -08:00 committed by Commit bot
parent b829d9f2ee
commit b2b61b359c

View File

@ -1396,7 +1396,7 @@ class WebRtcVoiceMediaChannel::WebRtcAudioSendStream
stream_ = nullptr;
}
RTC_DCHECK(!stream_);
if (webrtc::field_trial::FindFullName("WebRTC-AdaptAudioBitrate") ==
if (webrtc::field_trial::FindFullName("WebRTC-Audio-SendSideBwe") ==
"Enabled") {
// TODO(mflodman): Keep testing this and set proper values.
// Note: This is an early experiment currently only supported by Opus.