
home/sarwar/jitsi-meet/node_modules/react-native-webrtc/android/src/main/java/com/oney/WebRTCModule/GetUserMediaImpl.java:90: error: incompatible types: VideoCapturer cannot be converted to boolean Location: variable mFactory of type PeerConnectionFactory

Symbol: method setVideoHwAccelerationOptions(Context,Context) tVideoHwAccelerationOptions(eglContext, eglContext) home/sarwar/jitsi-meet/node_modules/react-native-webrtc/android/src/main/java/com/oney/WebRTCModule/WebRTCModule.java:86: error: cannot find symbol Symbol: method setEnableVideoHwAcceleration(boolean) setEnableVideoHwAcceleration(eglContext != null) home/sarwar/jitsi-meet/node_modules/react-native-webrtc/android/src/main/java/com/oney/WebRTCModule/WebRTCModule.java:61: error: cannot find symbol Task :react-native-webrtc:compileDebugJavaWithJavac FAILED :react-native-webview:reactNativeAndroidRoot /home/sarwar/jitsi-meet/node_modules/react-native/android Info Building and installing the app on the device (cd android &.
#Jitsi for android apk
Not updating the JARs, I can create the APK fine.

I have been able to generate the “libjingle_peerconnection.so.jar” and “libwebrtc.jar” as per the docs, however, when I use the new JARs and place them in the node_modules for react-native-webrtc and do the android build, I’m getting the following error. I’ve read in this forum that the config.js is not properly being read for android apps and VideoCaptureController.java is what is being used by the apps. I’m trying to modify the DEFAULT_WIDTH/HEIGHT/FPS for my otherwise vanilla Jitsi APK.
