Voice streamWhen we can connect a device with another device using Wi-Fi, we need to setup the voice streaming. After some research we found a library on Github thatallows us to stream voice over Wi-Fi [3]. This includes all the documentationneeded to get us started. The only thing we need to do here is to implement thislibrary in our app.Screen shareThe last thing we need to do before our MVP is ready, is implementing the screensharing. We have found a guide about this topic on the Android Developerswebsite [2]. Using this guide we will be able to implement screen sharing usingWi-Fi.