self video working
This commit is contained in:
parent
db1cba99fb
commit
f5b8aa7c61
4 changed files with 64 additions and 26 deletions
|
|
@ -347,6 +347,13 @@ Network.prototype._sign = function(payload, copayerId) {
|
|||
).toString('hex');
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
Network.prototype.getOnlinePeerIDs = function() {
|
||||
return this.connectedPeers;
|
||||
};
|
||||
|
||||
Network.prototype.getPeer = function() {
|
||||
return this.peer;
|
||||
};
|
||||
|
||||
Network.prototype._sendToOne = function(copayerId, payload, cb) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue