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