Encrypted WebRTC Chatter
WebRTC without a signaling server -- the WebRTC offer/answer exchange is performed manually by the users original link.
How it works
- Create an "offer" and copy/paste it to your friend.
- They click "join", paste your "offer" and send you back an "answer"
- You paste their "answer"
- Chat
Todo
- Use localStorage + password to store keys
- Use pseudonames to identify people via keys
- Group chat