A simple sample app showing how to use mediasoup-client-android. Please note this is still a rough draft and is no where near complete yet. Feel free to use it as a reference.
This requires the below SDK:
- mediasoup-client-android: https://github.com/haiyangwu/mediasoup-client-android
The SDK is included (built for archs x86 and arm64)
The server side used for this project is located below: https://github.com/ethand91/mediasoup-sample-server
- Device Initialization - DONE
- WebRtcTransport Creation - DONE
- WebRtcTransport Connection - DONE
- Produce - DONE
- Consume - DONE
- Producer Pause/Resume - DONE
- Consumer Pause/Resume - DONE
- Simulcast - DONE
- getStats - DONE
- Multiple Remote Tracks