Flutter WebRTC Connection Bug Fix
Budget: ₹2,500 – ₹0 INR
I'm seeking an experienced Flutter developer to help resolve a connection issue in my app using WebRTC. The problem is affecting the app's ability to establish connections reliably, and I need someone with expertise in WebRTC and Flutter to diagnose and fix the issue.
I am using following in build.gradle
implementation('com.infobip:google-webrtc:1.0.0035529') {
exclude group: 'org.webrtc', module: 'google-webrtc'
}
also using flutter_wertc in dart side ,
I need both 1 will handle native side , other will handle webrtc side
But after running i am getting following error
fied-google-webrtc-1.0.0035529-runtime (com.infobip:google-webrtc:1.0.0035529)
Duplicate class org.webrtc.Camera2Enumerator found in modules android-125.6422.03.aar -> jetified-android-125.6422.03-runtime (io.github.webrtc-sdk:android:125.6422.03) and google-webrtc-1.0.0035529.aar -> jetified-google-webrtc-1.0.0035529-runtime (com.infobip:google-webrtc:1.0.0035529)
........
I need help to fix this bug via anydesk but removing one of library is no solution because i need both
I am using following in build.gradle
implementation('com.infobip:google-webrtc:1.0.0035529') {
exclude group: 'org.webrtc', module: 'google-webrtc'
}
also using flutter_wertc in dart side ,
I need both 1 will handle native side , other will handle webrtc side
But after running i am getting following error
fied-google-webrtc-1.0.0035529-runtime (com.infobip:google-webrtc:1.0.0035529)
Duplicate class org.webrtc.Camera2Enumerator found in modules android-125.6422.03.aar -> jetified-android-125.6422.03-runtime (io.github.webrtc-sdk:android:125.6422.03) and google-webrtc-1.0.0035529.aar -> jetified-google-webrtc-1.0.0035529-runtime (com.infobip:google-webrtc:1.0.0035529)
........
I need help to fix this bug via anydesk but removing one of library is no solution because i need both