bugfix
This commit is contained in:
parent
9895f476af
commit
d1937661ed
@ -217,7 +217,7 @@ bricks.RTCP2PConnect = class {
|
|||||||
aconsole.log(peer, 'connect exists', this);
|
aconsole.log(peer, 'connect exists', this);
|
||||||
}
|
}
|
||||||
console.log('p2pconnect() called, this=', this, 'peer=', peer);
|
console.log('p2pconnect() called, this=', this, 'peer=', peer);
|
||||||
await this.send_offer(data.msgfrom);
|
await this.send_offer(peer);
|
||||||
}
|
}
|
||||||
async h_sessioncreated(data){
|
async h_sessioncreated(data){
|
||||||
if (this.opts.peer_info){
|
if (this.opts.peer_info){
|
||||||
|
Loading…
Reference in New Issue
Block a user