fix(media): fix microphone and camera permissions

main
Tiago Daniel Jacobs 2 years ago
parent e6826bebeb
commit 19e7d97374

@ -25,18 +25,13 @@
<key>LSRequiresIPhoneOS</key> <key>LSRequiresIPhoneOS</key>
<true/> <true/>
<key>NSAppTransportSecurity</key> <key>NSAppTransportSecurity</key>
<dict> <dict/>
<key>NSExceptionDomains</key> <key>NSCameraUsageDescription</key>
<dict> <string>We will capture your camera if you join with video.</string>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
<key>NSLocationWhenInUseUsageDescription</key> <key>NSLocationWhenInUseUsageDescription</key>
<string></string> <string></string>
<key>NSMicrophoneUsageDescription</key>
<string>We will capture your microphone if you join with full audio.</string>
<key>UIBackgroundModes</key> <key>UIBackgroundModes</key>
<array> <array>
<string>audio</string> <string>audio</string>

Loading…
Cancel
Save