Skip to content

Commit

Permalink
remove socket.io dependenc and remove of auto set room
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Mårtensson committed Aug 8, 2012
1 parent 2e20bc7 commit 394459a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions example/index.html
Expand Up @@ -136,10 +136,6 @@

var room = window.location.hash.slice(1);

if (room === '') {
room = Math.floor(Math.random()*rooms.length);
window.location.hash = room;
}
//When connectiong to nodejitsu
//rtc.connect("http://multiwebrtc.nodejitsu.com/", room);

Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -6,7 +6,6 @@
"node": ">= 0.6.0"
},
"dependencies": {
"socket.io": "latest",
"webrtc.io": "latest",
"express": "2.5.1"
},
Expand Down

0 comments on commit 394459a

Please sign in to comment.