WebRTC, Passing SDP with no signaling.

Instructions: Start by opening two tabs side by side and follow the steps below to pass SDP offer and answer. I will refer to each tab as User 1 and User 2.

Source Code

Step 1: User 1, click "Create offer" to generate SDP offer and copy offer from text area below.

Step 2: User 2, paste SDP offer generated by user 1 into text area above, then click "Create Answer" to generate SDP answer and copy the answer from the text area below.

Step 3: User 1, paste SDP offer generated by user 2 into text area above and then click "Add Answer"