# android **Repository Path**: likeshe/webrtc-sdk.android ## Basic Information - **Project Name**: android - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-14 - **Last Updated**: 2026-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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:137.7151.05' } ``` 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:137.7151.05' } ```