If you're curious about how WebRTC works or want to build your own video call feature, I put together a simple tutorial repo that shows everything step by step π
What it includes:
π‘ WebSocket-based signaling
π₯ Peer-to-peer video call using WebRTC
π§© Custom React hook for WebRTC logic
π§ Local device selection (mic & camera)
π§ͺ Easily testable in a local environment (no TURN server needed)
Built with:
React + TypeScript
Java + Spring Boot (backend signaling)
This is great for anyone just getting started with WebRTC or looking for a working reference project.
Feel free to check it out, give it a βοΈ if it helps, and let me know what you think!
Top comments (1)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.