From 19e7d973747e210752831fbd370ca39e4ffc9a30 Mon Sep 17 00:00:00 2001 From: Tiago Daniel Jacobs Date: Sun, 21 Aug 2022 23:29:15 -0300 Subject: [PATCH] fix(media): fix microphone and camera permissions --- .../ios/BigBlueButtonTabletSdkExample/Info.plist | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/example/ios/BigBlueButtonTabletSdkExample/Info.plist b/example/ios/BigBlueButtonTabletSdkExample/Info.plist index 14793e1..bf11d01 100644 --- a/example/ios/BigBlueButtonTabletSdkExample/Info.plist +++ b/example/ios/BigBlueButtonTabletSdkExample/Info.plist @@ -25,18 +25,13 @@ LSRequiresIPhoneOS NSAppTransportSecurity - - NSExceptionDomains - - localhost - - NSExceptionAllowsInsecureHTTPLoads - - - - + + NSCameraUsageDescription + We will capture your camera if you join with video. NSLocationWhenInUseUsageDescription + NSMicrophoneUsageDescription + We will capture your microphone if you join with full audio. UIBackgroundModes audio