You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: