No Description

Ben Brittain b7446ffade Merge pull request #6 from coderaiser/patch-1 11 years ago
example e6bfa100da added suport of Chrome Version 25.0.1323.0 canary 11 years ago
.gitignore 30c1ede379 add .swp to gitignore 12 years ago
README.md 31e6a74c6a update for 0.0.1 release 12 years ago
package.json a404d7a6c0 bump version num and clean up NPM 12 years ago

README.md

#webrtc.io-demo

You can have a look at the demo on http://multiwebrtc.nodejitsu.com

##Instructions on how to setup the demo:

Run in your terminal

git clone git@github.com:webRTC/webrtc.io-demo.git
cd webrtc.io-demo
npm install
cd example
node server.js

In a version of Chrome that have webRTC support.

go to localhost:8000

click allow to see your camera

go to localhost:8000

click allow to see your camera and the connection will be made between your to open windows.

##For instructions on how to start developing with webRTC.io

go to https://github.com/webRTC/webRTC.io and read the instructions.

Developed by:

[@dennismatensson](https://github.com/dennismartensson)
[@cavedweller](https://github.com/cavedweller)
[@sarenji](https://github.com/sarenji)