Skip to content

webrtc-sdk/android

Repository files navigation

android

WebRTC pre-compiled library for android.

How to use

This library is hosted on Maven Central. To include this library in your project:

  dependencies {
    implementation 'io.github.webrtc-sdk:android:114.5735.10'
  }

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:114.5735.10'
  }