bugfix
This commit is contained in:
parent
fb54707c6f
commit
bae54cea49
@ -219,7 +219,7 @@ bricks.RTCP2PConnect = class {
|
||||
console.log('p2pconnect() called, this=', this, 'peer=', peer);
|
||||
}
|
||||
async h_sessioncreated(data){
|
||||
await this.p2pconnect(data.msgfrom, 'requester');
|
||||
await this.p2pconnect(this.opts.peer_info, 'requester');
|
||||
if (this.opts.peer_info){
|
||||
var d = {
|
||||
type:'callrequest',
|
||||
|
Loading…
Reference in New Issue
Block a user