An open API service indexing awesome lists of open source software.

https://github.com/webrtc-sdk/android

WebRTC pre-compiled library for android.
https://github.com/webrtc-sdk/android

Last synced: about 1 month ago
JSON representation

WebRTC pre-compiled library for android.

Awesome Lists containing this project

README

        

# android

![](https://maven-badges.herokuapp.com/maven-central/io.github.webrtc-sdk/android/badge.svg)

WebRTC pre-compiled library for android.

## How to use

This library is hosted on Maven Central. To include this library in your project:

```gradle
dependencies {
implementation 'io.github.webrtc-sdk:android:125.6422.06.1'
}
```

We also offer a shadowed version that moves the `org.webrtc` package to `livekit.org.webrtc`,
avoiding any collisions with other WebRTC libraries:

```gradle
dependencies {
implementation 'io.github.webrtc-sdk:android-prefixed:125.6422.06.1'
}
```