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 .webrtc:google-webrtc library.
- Google's Maven: Google's Maven repository doesn't host the .webrtc:google-webrtc library.
And unfortunately I can not found other way than build library from source
Is this correct way to receive fresh version of WebRTC library for Android application?
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 .webrtc:google-webrtc library.
- Google's Maven: Google's Maven repository doesn't host the .webrtc:google-webrtc library.
And unfortunately I can not found other way than build library from source https://webrtc.googlesource/src
Is this correct way to receive fresh version of WebRTC library for Android application?
Share Improve this question edited Jan 18 at 7:16 Alex161 asked Jan 18 at 0:24 Alex161Alex161 719 bronze badges1 Answer
Reset to default 0I 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/webrtc-sdk/android