iOS: Add improved BWE field trial.

BUG=webrtc:6664
NOTRY=True

Review-Url: https://codereview.webrtc.org/2482593002
Cr-Commit-Position: refs/heads/master@{#14958}
This commit is contained in:
tkchin
2016-11-07 11:38:53 -08:00
committed by Commit bot
parent ec7b009752
commit d83bf06167
3 changed files with 10 additions and 2 deletions

View File

@ -14,7 +14,7 @@
typedef NS_OPTIONS(NSUInteger, RTCFieldTrialOptions) {
RTCFieldTrialOptionsNone = 0,
RTCFieldTrialOptionsSendSideBwe = 1 << 0,
RTCFieldTrialOptionsImprovedBitrateEstimate = 1 << 0,
};
/** Must be called before any other call into WebRTC. See: