| Index: webrtc/examples/objc/AppRTCMobile/ios/ARDAppDelegate.m
|
| diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDAppDelegate.m b/webrtc/examples/objc/AppRTCMobile/ios/ARDAppDelegate.m
|
| index 31f9fcd03a428958bd88c4f398a5bb2b8a8e28e6..c26f0529df13a2795e115cacbc81809ffe3eb5b4 100644
|
| --- a/webrtc/examples/objc/AppRTCMobile/ios/ARDAppDelegate.m
|
| +++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDAppDelegate.m
|
| @@ -27,6 +27,7 @@
|
| didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
|
| NSDictionary *fieldTrials = @{
|
| kRTCFieldTrialImprovedBitrateEstimateKey: kRTCFieldTrialEnabledValue,
|
| + kRTCFieldTrialH264HighProfileKey: kRTCFieldTrialEnabledValue,
|
| };
|
| RTCInitFieldTrialDictionary(fieldTrials);
|
| RTCInitializeSSL();
|
|
|