react-native-webrtc: android: pass correct constraints map to VideoCaptureController

This commit is contained in:
Lyubo Marinov 2018-08-11 18:03:05 -05:00
parent d92b720704
commit 9aed4df6d2
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -12806,8 +12806,8 @@
} }
}, },
"react-native-webrtc": { "react-native-webrtc": {
"version": "github:jitsi/react-native-webrtc#6b0ea124414f6f5b7f234a7d5cec75d30f5f6312", "version": "github:jitsi/react-native-webrtc#bed49210a51cf53081954028589d720381e7cf40",
"from": "github:jitsi/react-native-webrtc#6b0ea124414f6f5b7f234a7d5cec75d30f5f6312", "from": "github:jitsi/react-native-webrtc#bed49210a51cf53081954028589d720381e7cf40",
"requires": { "requires": {
"base64-js": "^1.1.2", "base64-js": "^1.1.2",
"event-target-shim": "^1.0.5", "event-target-shim": "^1.0.5",

View File

@ -70,7 +70,7 @@
"react-native-prompt": "1.0.0", "react-native-prompt": "1.0.0",
"react-native-sound": "0.10.9", "react-native-sound": "0.10.9",
"react-native-vector-icons": "4.4.2", "react-native-vector-icons": "4.4.2",
"react-native-webrtc": "github:jitsi/react-native-webrtc#6b0ea124414f6f5b7f234a7d5cec75d30f5f6312", "react-native-webrtc": "github:jitsi/react-native-webrtc#bed49210a51cf53081954028589d720381e7cf40",
"react-redux": "5.0.7", "react-redux": "5.0.7",
"redux": "4.0.0", "redux": "4.0.0",
"redux-thunk": "2.2.0", "redux-thunk": "2.2.0",