Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 793 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 793 Bytes

Mediasoup version 3 Android App Sample

Introduction


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:

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


TODO


  • 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