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

Unified Diff: webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m

Issue 3004053002: Experimental patch for delaying mic permission dialog in AppRTCMobile
Patch Set: Created 3 years, 4 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 | « no previous file | webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m b/webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m
index 174514ff1872d83d934232aba56a179f34cf34b2..4c0516eda3c3368af62e5123e891adab8fe3246f 100644
--- a/webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m
+++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDMainViewController.m
@@ -170,8 +170,8 @@ static NSString *const loopbackLaunchProcessArgument = @"loopback";
RTCLog(@"Stopping audio loop due to WebRTC start.");
[_audioPlayer stop];
}
- RTCLog(@"Setting isAudioEnabled to YES.");
- session.isAudioEnabled = YES;
+ // RTCLog(@"Setting isAudioEnabled to YES.");
+ // session.isAudioEnabled = YES;
}];
}
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698