Add configuration that allows loading demo.bigbluebutton.org

This commit is contained in:
Tiago Jacobs 2022-04-12 12:25:48 -03:00
parent 99fcc0c129
commit ff704e0d12

View File

@ -26,20 +26,17 @@
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSExceptionDomains</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
</dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>UIAppFonts</key>
<array/>
<key>NSMicrophoneUsageDescription</key>
<string>BigBlueButton needs microphone access to allow you to share your microphone during a meeting.</string>
<key>NSCameraUsageDescription</key>
<string>BigBlueButton needs camera access to allow you to share your camera during a meeting.</string>
<key>NSMicrophoneUsageDescription</key>
<string>BigBlueButton needs microphone access to allow you to share your microphone during a meeting.</string>
<key>NSCameraUsageDescription</key>
<string>BigBlueButton needs camera access to allow you to share your camera during a meeting.</string>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>