blackuy/react-native-twilio-video-webrtc

Could not find org.webrtc:google-webrtc:1.0.32006

Closed this issue · 7 comments

Steps to reproduce

  1. Remove jcenter
  2. Build Android
  3. Error Could not find org.webrtc:google-webrtc:1.0.32006

Expected behaviour

org.webrtc:google-webrtc should works without jcenter

Actual behaviour

org.webrtc:google-webrtc:1.0.32006 couldn’t work without jcenter.
From Google announcement , any project should migrate from jcenter. I've found google-webrtc on Central Repository from diff org. Is it safe to use that instead?

Environment

  • Node.js version: v16.15.0
  • React Native version: 0.70.1
  • React Native platform + platform version: Android 12

react-native-twilio-video-webrtc

Version: master

I also have a problem here!

I am also facing this issue

same issue

If anyone is up for it, it'd be interesting to try removing the dependency and rejiggering all dependencies to use tvi.webrtc in lieu of org.webrtc.

Have anyone got solution for this error?

Yes I got that solution.

in settings.gradle
repositories {
...,
maven { url "https://raw.githubusercontent.com/alexgreench/google-webrtc/master" }
}

And in build.gradle
implementation 'org.webrtc:google-webrtc:1.0.30039@aar'