fix(ios) add local network usage description for iOS 14
This commit is contained in:
parent
dedd3f4ef0
commit
ed6e75b241
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue