Add configuration that allows loading demo.bigbluebutton.org

pull/21/head
Tiago Jacobs 2 years ago
parent 99fcc0c129
commit ff704e0d12

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

Loading…
Cancel
Save