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