This repo is part of WebRTC examples, see also:

Here is example of P2P Video client with WebRTC under the hood.
This is just example created in educational purpose, so don’t use this code in production!

How to use the app:

Example: private const val SIGNALING_URL = "ws://192.168.31.53:8080/rtc"

In the example above 192.168.31.53 is local ip address of my machine where server is running.
It will be accessible only inside local network, so only devices connected to the same network will be able to communicate via signaling.

  • After everything is done install build and install the app to two android devices and run them.

GitHub

View Github