Initial page. Signin.
This commit is contained in:
parent
e9dbf341fc
commit
fa2d40bdad
4 changed files with 57 additions and 40 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue