ISBX / apprtc-ios

A native iOS video chat app based on WebRTC
BSD 3-Clause "New" or "Revised" License
1.35k stars 413 forks source link

Added missing keys to info.plist #64

Closed ujell closed 8 years ago

ujell commented 8 years ago

Starting with iOS 10, NSCameraUsageDescription and NSMicrophoneUsageDescription should be explicitly added into info.plist, otherwise application crashes when camera/mic access is needed. This commit adds these keys and fixes those crashes.