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

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

Issue 1401963002: Adds support for Bluetooth headsets to the iOS audio layer (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed interruption handling Created 5 years, 2 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
Index: webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.m
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.m b/webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.m
index 8de6f6a12d2a03cbc05936be19ad388ea1aad608..2f4f230b52585a160b87701d83f2fe21f59d3837 100644
--- a/webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.m
+++ b/webrtc/examples/objc/AppRTCDemo/ios/ARDMainViewController.m
@@ -27,7 +27,8 @@
- (void)applicationWillResignActive:(UIApplication *)application {
// Terminate any calls when we aren't active.
- [self dismissViewControllerAnimated:NO completion:nil];
+ // [self showAlertWithMessage:@"We are inactive!"];
+ // [self dismissViewControllerAnimated:NO completion:nil];
tkchin_webrtc 2015/10/21 02:21:51 uncomment second line? :)
henrika_webrtc 2015/10/21 08:28:45 Done.
}
#pragma mark - ARDMainViewDelegate
« no previous file with comments | « no previous file | webrtc/modules/audio_device/fine_audio_buffer.cc » ('j') | webrtc/modules/audio_device/ios/audio_device_ios.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698