# mediasoup-android-sample **Repository Path**: kingcms11/mediasoup-android-sample ## Basic Information - **Project Name**: mediasoup-android-sample - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-12-23 - **Last Updated**: 2021-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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: - 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 --- ### 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