SFU Video Conferencing Application
This project is a video conferencing application using WebRTC and Socket.io, designed to facilitate real-time communication between users.
Description
This application allows users to join video conferencing rooms, stream video and audio, and communicate in real-time. It uses WebRTC for peer-to-peer connections and Socket.io for signaling and managing user connections.
Features
Real-time video and audio communication Dynamic room creation and joining Multi-user support ICE Candidate handling for network traversal
Technologies Used
Backend: Node.js, Express, Socket.io, WebRTC
Frontend: HTML, CSS, JavaScript, WebRTC API