saibotma / jitsi_meet_wrapper

Jitsi Meet Plugin for Flutter. Wrapping JitsiMeetSDK for Android and iOS.
BSD 3-Clause "New" or "Revised" License
26 stars 61 forks source link

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

Closed rvharjinderbains closed 1 year ago

rvharjinderbains commented 1 year ago

I have integrated jitsi_meet_wrapper 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 jitsi_meet_wrapper: ^0.0.1 callkeep :0.3.2 .....

Please provide me the solution

Thank you

rvharjinderbains commented 1 year ago

@nilsreichardt @abishop-jac @saibotma Have you checked this issue??

rvharjinderbains commented 1 year ago

@saibotma I am not getting any answer from your side. Can you update your library according to latest Webrtc?

I have also raised same issue in this group conversations:- https://groups.google.com/g/discuss-webrtc/c/HzfUFGYono8/m/JUj6jP5TAgAJ?utm_medium=email&utm_source=footer

nilsreichardt commented 1 year ago

Hi @rvharjinderbains, I'm sorry but I can't help because I'm not the maintainer of the package.

rvharjinderbains commented 1 year ago

It's ok @nilsreichardt .

saibotma commented 1 year ago

@rvharjinderbains I am sorry that there is currently no progress. This is because we are very limited on time atm. I will do my best to resolve this issue as soon as possible.

mikegapinski commented 1 year ago

@saibotma I fixed this issue by updating the Jitsi SDK version in our fork, the newest one on Android doesn't have this issue. The iOS side also works fine after updating; only thing that I needed to change are the FeatureFlags - there are some new ones.

I requested permission to make a pull request from our closed fork @saibotma

rvharjinderbains commented 1 year ago

@mikegapinski thank you

rvharjinderbains commented 1 year ago

@mikegapinski Yes that would be really great if you share your repo as @gauravmehta13 mentioned.

Gaurav-CareMonitor commented 1 year ago

@mikegapinski Any updates on the PR?

Gaurav-CareMonitor commented 1 year ago

@rvharjinderbains I have created a PR with updated SDK version 7.0.1 here CC @saibotma If you want to use git version you can use it like below

  jitsi_meet_wrapper:
    git:
      url: https://github.com/Gaurav-CareMonitor/jitsi_meet_wrapper.git
      path: jitsi_meet_wrapper/
rvharjinderbains commented 1 year ago

@Gaurav-CareMonitor Thank you. I will check and let you know If I face any issue.

saibotma commented 1 year ago

Thanks for your contributions. A new version will soon be released. I will thus close this issue.