unified connect calls
This commit is contained in:
parent
1b87083579
commit
0f1d651e36
2 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue