Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
HombreTech committed Feb 28, 2022
1 parent 7af3e6d commit d472a35
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ mediasoup android client side library https://mediasoup.org

## Getting Started

#### How Build
1. execute `./mediasoup-client/get_all_deps.sh` get dependency c++ libs
for more [get_all_deps.sh](https://github.com/chenjim/mediasoup-client-android/blob/dev/mediasoup-client/scripts/get-dep.sh)
2. open by `Android Studio` or execute `gradlew` build project

### Setting up the dependency

Include `mediasoup-client-android` into your project, for example:
Expand All @@ -25,8 +20,7 @@ allprojects {
```
Add the dependency
```groovy
//implementation 'org.mediasoup.droid:mediasoup-client:3.0.8-beta-3'
implementation 'com.github.chenjim:mediasoup-client-android:3.0.8-beta-4'
implementation 'com.github.HombreTech:mediasoup-client-android:3.0.8-beta-5'
```
### Example

Expand Down Expand Up @@ -111,13 +105,9 @@ Consumer consumer =
[mediasoup-demo-android][mediasoup-demo-android]

## TODO
* [X] sync to the latest version of [libmediasoupclient][libmediasoupclient] and adapter to `webrtc` m79
* [ ] support `DataProducer` etc
* [ ] add convenient `Gradle Tasks` for sync, compile and so on
* [X] add script to use `generate-jni` to automatic generate `xxx-jni.h
* [ ] add java MediaSoupClientException mapping to `MediaSoupClientErrors.hpp
* [ ] document

* [X] android emulator support
* [X] fix multiple instances of PeerConnectionFactory
* [X] fix memory leak

## Bugs and Feedback

Expand Down

0 comments on commit d472a35

Please sign in to comment.