WebRTC pre-compiled library for android.
This library is hosted on Maven Central. To include this library in your project:
dependencies {
implementation 'io.github.webrtc-sdk:android:125.6422.06'
}
We also offer a shadowed version that moves the org.webrtc
package to livekit.org.webrtc
,
avoiding any collisions with other WebRTC libraries:
dependencies {
implementation 'io.github.webrtc-sdk:android-prefixed:125.6422.06'
}