Skip to content

Precompiled stable google webrtc library (used in chromium) for android 📞 📹 💿

Notifications You must be signed in to change notification settings

abdularis/libwebrtc-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 

Repository files navigation

Android WebRTC Library

webrtc.org

Integrate Into Android Project

Add repository in the root gradle file:

...
allprojects {
    repositories {
        ...
        maven {
            url 'https://raw.github.com/abdularis/libwebrtc-android/repo/'
        }
    }
}

Add dependency to your app module (such as app/build.gradle), latest availabe stable version in this repo is M83:

dependencies {
    implementation 'com.aar.app:google-webrtc:M83'
}

Description

This is precompiled google webrtc library for android, https://webrtc.org/. repo branch

read this article on how to compile webrtc for android.

Use maven to add .aar library into the existing maven repository using:

mvn install:install-file -Dfile=./google-webrtc-M74.aar -DgroupId=com.aar.app -DartifactId=google-webrtc -Dversion=M74 -Dpackaging=aar -DlocalRepositoryPath=./libwebrtc-android -DcreateChecksum=true

About

Precompiled stable google webrtc library (used in chromium) for android 📞 📹 💿

Resources

Stars

Watchers

Forks

Packages

No packages published