fix(media): fix microphone and camera permissions

This commit is contained in:
Tiago Daniel Jacobs 2022-08-21 23:29:15 -03:00
parent e6826bebeb
commit 19e7d97374

View File

@ -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>