Search code examples
androidwebrtc

Where is last precompiled library org.webrtc:google-webrtc:1.0 for Android?


I have checked main sources

  • JCenter is Shut Down: JCenter used to host some WebRTC versions, but it's now shut down.
  • Maven Central: Maven Central doesn't host the org.webrtc:google-webrtc library.
  • Google's Maven: Google's Maven repository doesn't host the org.webrtc:google-webrtc library.

And unfortunately I can not found other way than build library from source https://webrtc.googlesource.com/src

Is this correct way to receive fresh version of WebRTC library for Android application?


Solution

  • I have searched online for you.

    jcenter is still available but read only, if the url is not working maybe updating the build tool would help.

    webrtc source code is available to build. and i found that there is a webrtc sdk for android source code

    so I searched webrtc sdk android and found this,

    maybe you can use this

    https://github.com/webrtc-sdk/android