flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
130 stars 139 forks source link

Your app uses a bad version of WebRTC, which contains security vulnerabilities. #155

Closed rvharjinderbains closed 1 year ago

rvharjinderbains commented 1 year ago

I have integrated callkeep plugin in my project and published app on google play store. I got below mentioned error message from google :-

"Your app uses a bad version of WebRTC, which contains security vulnerabilities."

I am using :- Flutter : 2.10.5 Dart: 2.16.2 callkeep :0.3.2

Please provide me the solution

Thank you

cloudwebrtc commented 1 year ago

So what version of webrtc are you using? AFAIK callkeep doesn't include webrtc sdk

rvharjinderbains commented 1 year ago

@cloudwebrtc I am not using webrtc directly, I have added plugin callkeep :0.3.2.

cloudwebrtc commented 1 year ago

I checked callkeep 0.3.2 and master branch again, it doesn't contain any webrtc sdk dependencies, I think you should complain to the google play reviewer.

This is the library dependency of android in callkeep. https://github.com/flutter-webrtc/callkeep/blob/master/android/build.gradle#L41-L44

rvharjinderbains commented 1 year ago

@cloudwebrtc Thank you very much for your response. I got it in jitsi library .