Index: webrtc/examples/objc/AppRTCMobile/ios/Info.plist |
diff --git a/webrtc/examples/objc/AppRTCMobile/ios/Info.plist b/webrtc/examples/objc/AppRTCMobile/ios/Info.plist |
index e46d0e679b30d19128b7901438ca6fac49ae26e5..5c12e6a37afb15a1ebdbaeb82a50dba44f4bbc52 100644 |
--- a/webrtc/examples/objc/AppRTCMobile/ios/Info.plist |
+++ b/webrtc/examples/objc/AppRTCMobile/ios/Info.plist |
@@ -61,6 +61,10 @@ |
<string>audio</string> |
<string>voip</string> |
</array> |
+ <key>NSCameraUsageDescription</key> |
+ <string>AppRTCDemo needs access to the camera</string> |
tkchin_webrtc
2016/09/27 13:41:07
Consider not using the app name here.
e.g. Camera
kthelgason
2016/09/27 13:55:33
Acknowledged.
|
+ <key>NSMicrophoneUsageDescription</key> |
+ <string>AppRTCDemo needs access to the microphone</string> |
<key>UILaunchImages</key> |
<array> |
<dict> |