| 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..726f297dbd49777016c9a86d4af5b97fd234619f 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>Camera access needed for video calling</string>
|
| + <key>NSMicrophoneUsageDescription</key>
|
| + <string>Microphone access needed for video calling</string>
|
| <key>UILaunchImages</key>
|
| <array>
|
| <dict>
|
|
|