This project demonstrates a simple WebRTC setup where two users can exchange SDP offers and answers manually without a signaling server.
- Open
index.htmlin two separate browser tabs or windows. - Follow the instructions on the page:
- User 1: Click "Create Offer" to generate an SDP offer.
- Copy the generated SDP offer and paste it into the corresponding field in User 2's tab.
- User 2: Click "Create Answer" after pasting the offer, then copy the generated SDP answer and paste it back into User 1's tab.
- Once the SDP exchange is complete, the video streams should connect.
- Peer-to-peer video streaming using WebRTC.
- Manual SDP exchange for learning purposes.
- Simple and clean UI.
- A modern web browser with WebRTC support (e.g., Chrome, Firefox, Edge).