Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 662 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 662 Bytes

Android WebRTC Library

Integrate Into Android Project

Add repository in the root gradle file:

...
allprojects {
    repositories {
        ...
        maven {
            url 'https://raw.github.com/ATOS-VIRTUAL-CARE/webrtc-android/repo/'
        }
    }
}

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

dependencies {
    implementation 'atos.virtual.care:libwebrtc:M90'
}

Description

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

WebRTC license