Initial page. Signin.

This commit is contained in:
Gustavo Cortez 2014-04-30 16:11:55 -03:00
commit fa2d40bdad
4 changed files with 57 additions and 40 deletions

View file

@ -7,7 +7,7 @@ var Video = function() {
this.mediaConnections = {};
this.localStream = null;
this.onlineSound = new Audio('../../sound/online.wav');
this.onlineSound = new Audio('./sound/online.wav');
};
Video.prototype.setOwnPeer = function(peer, wallet, cb) {