bhardwajrizul / SimpleRTC

p2p client side video call application

Home Page:https://simplertc.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleRTC Video Call App πŸ“Ή

SimpleRTC is a WebRTC-based video call app built using React and Vite.

License

Overview

SimpleRTC is an entirely client-based video call application, meaning it doesn't rely on any servers for communication.

Users can initiate video calls by following a simple process where the host generates an offer, shares it with the peer, and then the peer generates an answer for host to start the call.

Note πŸ“

Since SimpleRTC is created for learning purposes and not intended for production, it doesn't integrate dedicated servers like Node.js, socket server, or cloud services like Firebase to streamline the call initiation process.

Screenshots πŸ“Έ

Home Home Page

Call Call Page

Demo 🌐

Check out the live demo of SimpleRTC here.

License πŸ“„

This project is licensed under the MIT License - see the LICENSE file for details.

About

p2p client side video call application

https://simplertc.onrender.com/


Languages

Language:JavaScript 94.5%Language:CSS 4.4%Language:HTML 1.2%