For reference: WebRTC Homepage
I've been really interested in these new RTC technologies that are coming out, specifically the fact that use the PeerConnection API to establish a connection between two browsers and receive media via P2P. So I have a few questions.
- What security measures can peers take to ensure their privacy and security when using technologies like this?
- Is there anything that a webmaster can do (programmatically or practically) to ensure peers are safe(r)?
- What risks are posed to peers in general?