bugfix
This commit is contained in:
parent
241e8a9cdd
commit
bfbebbdaef
@ -132,7 +132,7 @@ bricks.Signaling = class {
|
||||
this.send_data(d);
|
||||
var opts = bricks.extend({}, this.connect_options);
|
||||
opts.peer_info = peer;
|
||||
var h = new k(this, session, this.connect_opts);
|
||||
var h = new k(this, session, opts);
|
||||
this.add_handler(sessionid, h.recvdata_handler);
|
||||
return h
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user