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

@ -25,7 +25,7 @@
- (BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
RTCInitFieldTrials(RTCFieldTrialOptionsSendSideBwe);
RTCInitFieldTrials(RTCFieldTrialOptionsImprovedBitrateEstimate);
RTCInitializeSSL();
RTCSetupInternalTracer();
_window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];