Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(526)

Unified Diff: webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m

Issue 1757173002: Enable iOS AppRTCDemo send side BWE. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Move field trial init earlier. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/base/objc/RTCFieldTrials.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m b/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
index d815008caee48037bf55168bff7899196af800f6..aa99cc08c87b631d5de3bccaf78ab97f754026f2 100644
--- a/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
+++ b/webrtc/examples/objc/AppRTCDemo/ios/ARDAppDelegate.m
@@ -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]];
« no previous file with comments | « webrtc/base/objc/RTCFieldTrials.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698