Skip to content

webrtc-sdk/android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

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

A stripped-down variant of the prefixed library (removing software video codecs and optimized for size instead of speed) is also available:

  dependencies {
    implementation 'io.github.webrtc-sdk:android-prefixed-stripped:144.7559.01'
  }

About

WebRTC pre-compiled library for android.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages