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>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true/>
</dict>
</dict>
</dict>
<dict/>
<key>NSCameraUsageDescription</key>
<string>We will capture your camera if you join with video.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>NSMicrophoneUsageDescription</key>
<string>We will capture your microphone if you join with full audio.</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>

Loading…
Cancel
Save