fix(ios) add local network usage description for iOS 14

This commit is contained in:
Saúl Ibarra Corretgé 2020-09-18 12:33:12 +02:00 committed by Saúl Ibarra Corretgé
parent dedd3f4ef0
commit ed6e75b241
1 changed files with 2 additions and 2 deletions

View File

@ -66,10 +66,10 @@
<string>See your scheduled meetings in the app.</string> <string>See your scheduled meetings in the app.</string>
<key>NSCameraUsageDescription</key> <key>NSCameraUsageDescription</key>
<string>Participate in meetings with video.</string> <string>Participate in meetings with video.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>NSMicrophoneUsageDescription</key> <key>NSMicrophoneUsageDescription</key>
<string>Participate in meetings with voice.</string> <string>Participate in meetings with voice.</string>
<key>NSLocalNetworkUsageDescription</key>
<string>Local network is used for establishing Peer-to-Peer connections.</string>
<key>NSUserActivityTypes</key> <key>NSUserActivityTypes</key>
<array> <array>
<string>org.jitsi.JitsiMeet.ios.conference</string> <string>org.jitsi.JitsiMeet.ios.conference</string>