Javi MB
Javi MB
Network requests I would like to contribute translating the entire section of Network requests I will start with "Fetch: Basics"
@greatsayan thanks!
I faced the same and my (Android) solution was to modify the project it self: node_modules/react-native-twilio-video-webrtc/android/src/main/java/com/twiliorn/library/CustomTwilioVideoView.java Remove Line 720 https://github.com/blackuy/react-native-twilio-video-webrtc/blob/d3aed6f64efd476e50cc302dbb13de94fc5f9943/android/src/main/java/com/twiliorn/library/CustomTwilioVideoView.java#L720C13-L720C30 from: ``` if (localVideoTrack != null) { localVideoTrack.enable(enabled); publishLocalVideo(enabled); WritableMap...