Fix crash caused by "[Android] Handle disposed VideoTrack in WebRTCView"
This commit is contained in:
parent
1984f8d0c0
commit
6f0b828512
|
@ -9635,7 +9635,7 @@
|
|||
}
|
||||
},
|
||||
"react-native-webrtc": {
|
||||
"version": "github:jitsi/react-native-webrtc#cf1945b18e8c6bd68508500145781e831b494140",
|
||||
"version": "github:jitsi/react-native-webrtc#7c6b167120d2224f62222037ff71deb8ff93bd38",
|
||||
"requires": {
|
||||
"base64-js": "1.2.1",
|
||||
"event-target-shim": "1.1.1"
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
"react-native-locale-detector": "1.0.1",
|
||||
"react-native-prompt": "1.0.0",
|
||||
"react-native-vector-icons": "4.4.2",
|
||||
"react-native-webrtc": "github:jitsi/react-native-webrtc#cf1945b18e8c6bd68508500145781e831b494140",
|
||||
"react-native-webrtc": "github:jitsi/react-native-webrtc#7c6b167120d2224f62222037ff71deb8ff93bd38",
|
||||
"react-redux": "5.0.6",
|
||||
"redux": "3.7.2",
|
||||
"redux-thunk": "2.2.0",
|
||||
|
|
Loading…
Reference in New Issue