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.
- Host: GitHub
- URL: https://github.com/webrtc-sdk/android
- Owner: webrtc-sdk
- License: mit
- Created: 2021-09-08T13:24:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-31T19:59:16.000Z (5 months ago)
- Last Synced: 2024-10-31T20:32:30.594Z (5 months ago)
- Language: Shell
- Size: 153 KB
- Stars: 148
- Watchers: 12
- Forks: 22
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webrtc - Android WebRTC - WebRTC pre-compiled library for android. (Miscellaneous / Tool)
README
# android

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'
}
```