Enable iOS AppRTCDemo send side BWE.

BUG=

Review URL: https://codereview.webrtc.org/1757173002

Cr-Commit-Position: refs/heads/master@{#11865}
This commit is contained in:
tkchin
2016-03-03 17:54:28 -08:00
committed by Commit bot
parent 0197363d18
commit 4f735d16ad
5 changed files with 64 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#import "ARDAppDelegate.h"
#import "webrtc/base/objc/RTCFieldTrials.h"
#import "webrtc/base/objc/RTCTracing.h"
#import "RTCLogging.h"
#import "RTCPeerConnectionFactory.h"
@ -24,6 +25,7 @@
- (BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
RTCInitFieldTrials(RTCFieldTrialOptionsSendSideBwe);
[RTCPeerConnectionFactory initializeSSL];
RTCSetupInternalTracer();
_window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];