Skip to content

Commit

Permalink
fix(ios) add local network usage description for iOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Sep 24, 2020
1 parent e237539 commit f4fe1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/app/src/Info.plist
Expand Up @@ -66,10 +66,10 @@
<string>See your scheduled meetings in the app.</string>
<key>NSCameraUsageDescription</key>
<string>Participate in meetings with video.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>NSMicrophoneUsageDescription</key>
<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>
<array>
<string>org.jitsi.JitsiMeet.ios.conference</string>
Expand Down

0 comments on commit f4fe1a7

Please sign in to comment.