An open API service indexing awesome lists of open source software.

https://github.com/prash5t/videocall-app


https://github.com/prash5t/videocall-app

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Video Call App

1. **Signaling Phase**: Client-to-Server

- Exchanges ICE candidates and metadata
- Manages initial connection setup

2. **Media Exchange Phase**: Peer-to-Peer (P2P)
- Direct communication between users
- Ensures low-latency video and audio transmission

This approach combines the reliability of server-based signaling with the efficiency of P2P media transfer.

## Demo

![Demo](static/1.png)
![Demo Video](static/2.gif)