diff --git a/openvidu-react-native/ios/Podfile.lock b/openvidu-react-native/ios/Podfile.lock index 2ce60a5c..a58e400a 100644 --- a/openvidu-react-native/ios/Podfile.lock +++ b/openvidu-react-native/ios/Podfile.lock @@ -56,7 +56,7 @@ PODS: - React-cxxreact (= 0.60.5) - React-jsi (= 0.60.5) - React-jsinspector (0.60.5) - - react-native-webrtc (1.75.0): + - react-native-webrtc (1.75.3): - React - React-RCTActionSheet (0.60.5): - React-Core (= 0.60.5) @@ -108,7 +108,7 @@ DEPENDENCIES: - yoga (from `../node_modules/react-native/ReactCommon/yoga`) SPEC REPOS: - https://github.com/cocoapods/specs.git: + https://github.com/CocoaPods/Specs.git: - boost-for-react-native EXTERNAL SOURCES: @@ -169,7 +169,7 @@ SPEC CHECKSUMS: React-jsi: 4d8c9efb6312a9725b18d6fc818ffc103f60fec2 React-jsiexecutor: 90ad2f9db09513fc763bc757fdc3c4ff8bde2a30 React-jsinspector: e08662d1bf5b129a3d556eb9ea343a3f40353ae4 - react-native-webrtc: c5e3d631179a933548a8e49bddbd8fad02586095 + react-native-webrtc: 86d841823e66d68cc1f86712db1c2956056bf0c2 React-RCTActionSheet: b0f1ea83f4bf75fb966eae9bfc47b78c8d3efd90 React-RCTAnimation: 359ba1b5690b1e87cc173558a78e82d35919333e React-RCTBlob: 5e2b55f76e9a1c7ae52b826923502ddc3238df24 @@ -184,4 +184,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 3b237e0e008250e70678e1abf88bd7d55ff0496d -COCOAPODS: 1.7.4 +COCOAPODS: 1.9.2 diff --git a/openvidu-react-native/ios/openvidu_react_native/Info.plist b/openvidu-react-native/ios/openvidu_react_native/Info.plist index 716f41e0..359061a9 100644 --- a/openvidu-react-native/ios/openvidu_react_native/Info.plist +++ b/openvidu-react-native/ios/openvidu_react_native/Info.plist @@ -2,10 +2,6 @@ - NSCameraUsageDescription - Camera Permission - NSMicrophoneUsageDescription - Microphone Permission CFBundleDevelopmentRegion en CFBundleDisplayName @@ -41,8 +37,12 @@ + NSCameraUsageDescription + Camera Permission NSLocationWhenInUseUsageDescription + NSMicrophoneUsageDescription + Microphone Permission UILaunchStoryboardName LaunchScreen UIRequiredDeviceCapabilities diff --git a/openvidu-react-native/package.json b/openvidu-react-native/package.json index 08433cfa..356631f9 100644 --- a/openvidu-react-native/package.json +++ b/openvidu-react-native/package.json @@ -9,8 +9,8 @@ "dependencies": { "axios": "0.19.2", "openvidu-browser": "2.14.0", - "react": "16.13.0", - "react-native": "0.61.5" + "react": "16.8.6", + "react-native": "0.60.5" }, "devDependencies": { "@babel/core": "7.8.6",