Hello, my project requires both opentok_flutter and flutter_webrtc packages.
I'm getting this error when I make a build for Android.
I tried dependency_overrides but it didn't work.
I tried downgrading the flutter_webrtc version down to 0.5.9 (from 2 years ago) and still won't work.
I also tried this on the build.gradle but it wouldn't work as well:
android { // ... packagingOptions { exclude 'lib/arm64-v8a/libjingle_peerconnection_so.so' } }
Any suggestions to resolve this?
