CatchUp is an anonymous video chat cloud solution. Each session will generate a new session ID for the user. User can convey this session ID to a friend to initiate the call. The platform is not using any server to store any information. This is purely a peer-to-peer solution making sure confidentiality and privacy.
https://catchup-webrtc.herokuapp.com/
- Anonymous Connection
- Video Chat
- Text Chat
- Peer-To-Peer
User will be presented with the below view indicated the user's unique session ID and a textfield to input friend's session ID to initiate call.
When user provides a session ID and click call. User will be given notification that we are trying to connect. At this time, the other user will be getting a calling notification with a ringtone. The friend will have two options, either to reject the call or accept call. Rejection of the call will be notified to the user.
Browser will ask user to allow camera and microphone access. Once access is provided, the streaming will start.