Recently, a new specification was proposed that extends HTML5 with real-time communication capabilities. Web developers will be able to implement video conferencing in Web pages with just a few lines of JavaScript code. The MediaStream and PeerConnection objects provide something fundamentally different from the traditional web: peer-to-peer connections without an intermediate relay. This presentation will explain the new objects and show a demo of its implementation in the Chrome Web browser.