Skip to content

numq/webrtc-client-android

Repository files navigation

Video chat Android client

WebRTC random video chat application client implementation using Clean Architecture and functional reactive programming principles.

Tech:

  • Kotlin
  • Coroutines (Flow)
  • Arrow-KT
  • Hilt
  • WebSocket (OkHttp)
  • WebRTC
  • Android
  • Jetpack Compose
  • Accompanist

This is one of the WebRTC projects, links to which you can find below:

Android client - You are here

React client

Node.js signaling backend