Giter Site home page Giter Site logo

webrtc-android's Introduction

WebRTC Binaries for Android

GitHub Release Maven Central Version

This repository contains the unofficial distribution of WebRTC framework binaries for Android.

Since version M80, Google has deprecated their mobile binary libraries distributions (Was officially using the JCenter). To get the most up-to-date WebRTC library, you can compile it on your own, or you can use precompiled binaries from here.

๐Ÿ“ฆ Releases

The binary releases correspond with official Chromium releases and branches as specified in the Chromium dashboard.

๐Ÿ’ก Things to know

All binaries in this repository are compiled from the official WebRTC source code without any modifications to the source code or the output binaries.

๐Ÿ“ข Requirements

minSdkVersion = 21

๐Ÿ“€ Binaries included

  • arm64-v8a
  • armeabi-v7a
  • x86
  • x86_64

๐Ÿšš Installation

Maven

The latest release is available on Maven Central

Gradle Groovy DSL

implementation 'io.github.mukeshsolanki:webrtc-android:<latest-version>'

Gradle Kotlin DSL

implementation("io.github.mukeshsolanki:webrtc-android:<latest-version>")

Manual

  • Download the AAR from the releases section.
  • Copy the AAR file into a libs folder inside your app folder.
  • Include the following line in the dependencies section of your build.gradle.kts file
implementation(files("libs/libwebrtc-<latest-version>.aar"))

Proguard

-keep class org.webrtc.** { *; }

๐Ÿ›  Compile your own WebRTC AAR

If you wish to compile your own WebRTC AAR, please refer to the following official guide: https://webrtc.googlesource.com/src/+/refs/heads/main/docs/native-code/android/

๐Ÿ“ƒ License

WebRTC License: https://webrtc.org/support/license

webrtc-android's People

Contributors

mukeshsolanki avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.