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

Unified Diff: webrtc/examples/objc/AppRTCDemo/ios/Info.plist

Issue 1796983004: Use RTCAudioSessionDelegate in AudioDeviceIOS. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Some nits. Created 4 years, 9 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/RTCMacros.h ('k') | webrtc/modules/audio_device/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/objc/AppRTCDemo/ios/Info.plist
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/Info.plist b/webrtc/examples/objc/AppRTCDemo/ios/Info.plist
index fd1e26f8a54843bee2ed8133957c79676f3e21d2..5cde6f52c45d9811a89eb562d16707efcde0469d 100644
--- a/webrtc/examples/objc/AppRTCDemo/ios/Info.plist
+++ b/webrtc/examples/objc/AppRTCDemo/ios/Info.plist
@@ -58,6 +58,7 @@
</array>
<key>UIBackgroundModes</key>
<array>
+ <string>audio</string>
<string>voip</string>
</array>
<key>UILaunchImages</key>
« no previous file with comments | « webrtc/base/objc/RTCMacros.h ('k') | webrtc/modules/audio_device/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698