This is a iPhone application aimed at facilitating the interaction between Doctors examining stroke patients and Specialists that wish to see those patients
This mobile application works by using a centralized signaling server to facilitate the ability to video chat. It primarily relies on WebRTC. Additionally, the application supports iOS push notifications, as well as CallKit.
The goal of this application is to develop one iOS version that can then be ported over to an Apple Vision Pro VR headset
Here are some current screenshots:
How does our application work?
We use WebRTC to handle the peer2peer video connections. The application connects to a signaling server running a modified version of PeerJS. That server tells our application who is calling them and allows us to answer their call. Additionally, for our username and password authentication, we plan to use PostGRES in combination with postGREST to create a REST API that will be used for login.