I'll create a peer-to-peer video call service using WebRTC that works without a server. Users can connect by manually sharing connection data (offer/answer) with each other.
I've created a peer-to-peer video call service using WebRTC that works completely without a server! Here's how it works:
The connection data (offer/answer) can be shared through any communication method - text messages, email, chat apps, or even verbally by reading the JSON strings!
I'll enhance the video call service to use Supabase for managing offers and room IDs, making it much easier to connect!
I've enhanced the video call service to use Supabase for signaling and room management! Here's what's improved:
The video/audio data still flows directly peer-to-peer for privacy, while Supabase only handles the initial connection setup. Much simpler than manual copy/paste!
To configure the generation, complete these steps: