How build Android project

I want to us mediasoup-client in Android project, What shall I do?

  1. Clone this repo:
    https://github.com/haiyangwu/mediasoup-client-android

  2. Build the AAR file.

  3. Include the built AAR file in your Android project.

Although there is no documentation on it’s use, you should be able to get by referencing the android client source code and by using the libmediasoupclient documentation.

Feel free to use the below as a reference:

1 Like