Open DUYTUNGPHAM opened 3 years ago
@DUYTUNGPHAM to avoid this error you must compile your own webrtc, using another package name (eg. org.webrtc -> alt.webrtc).
I did it here and it works successfully.
You can install from my fork (see the last 3 commits): https://github.com/mayconmesquita/react-native-webrtc
@DUYTUNGPHAM to avoid this error you must compile your own webrtc, using another package name (eg. org.webrtc -> alt.webrtc).
I did it here and it works successfully.
You can install from my fork (see the last 3 commits): https://github.com/mayconmesquita/react-native-webrtc
I have same issue too. How can i do that? I am not using react-native-webrtc package in my project.
used exclude group: 'com.facebook.react', module: 'react-native-webrtc'
and i can build it now but i am getting error
java.lang.ClassNotFoundException: Didn't find class "com.oney.WebRTCModule.WebRTCModule$Options"
used
exclude group: 'com.facebook.react', module: 'react-native-webrtc'
and i can build it now but i am getting errorjava.lang.ClassNotFoundException: Didn't find class "com.oney.WebRTCModule.WebRTCModule$Options"
Did you get the solution for this issue?. I am using quickblox and Jitsi meet both SDK in my project and added exclude group: 'com.facebook.react', module: 'react-native-webrtc'` error gone but app getting crash
Execution failed for task ':app:checkDebugDuplicateClasses'.