unified connect calls

This commit is contained in:
Manuel Araoz 2014-05-09 15:02:57 -03:00
commit 0f1d651e36
2 changed files with 4 additions and 4 deletions

View file

@ -91,6 +91,7 @@ angular.module('copay.controllerUtils')
});
w.on('openError', root.onErrorDigest);
w.on('connect', function(peerID) {
//alert(w.getRegisteredPeerIds());
if (peerID) {
video.callPeer(peerID, handlePeerVideo);
}