webrtc-sdk / android

WebRTC pre-compiled library for android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

WebRTC pre-compiled library for android.

License:MIT License


Languages

Language:Shell 100.0%