windhamdavid 9 years ago
parent
commit
041efdd693
6 changed files with 2 additions and 39 deletions
  1. 2 39
      README.md
  2. 0 0
      index.html
  3. 0 0
      script.js
  4. 0 0
      server.js
  5. 0 0
      style.css
  6. 0 0
      webrtc.io.js

+ 2 - 39
README.md

@@ -1,43 +1,6 @@
-##Instructions on how to setup the demo:
-
-Run in your terminal
-
-```bash 
-git clone git@github.com:webRTC/webrtc.io-demo.git
-```
+####
 
 ```bash 
-cd webrtc.io-demo
+npm install > node server.js > [localhost:8881](http://localhost:8881)
 ```
 
-```bash 
-npm install
-```
-
-```bash 
-cd site
-```
-
-```bash 
-node server.js
-```
-
-In a version of Chrome that have webRTC support.
-
-go to [localhost:8881](http://localhost:8881)
-
-click allow to see your camera
-
-go to [localhost:8881](http://localhost:8881)
-
-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](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)

+ 0 - 0
site/index.html → index.html


+ 0 - 0
site/script.js → script.js


+ 0 - 0
site/server.js → server.js


+ 0 - 0
site/style.css → style.css


+ 0 - 0
site/webrtc.io.js → webrtc.io.js