bugfix
This commit is contained in:
parent
fcf2eb982e
commit
2386f49327
@ -162,7 +162,7 @@ bricks.RTCP2PConnect = class {
|
||||
this.add_handler('sessionquit', this.h_sessionquit.bind(this));
|
||||
}
|
||||
|
||||
add_handler(type, f):
|
||||
add_handler(type, f){
|
||||
this.signal_handlers[type] = f;
|
||||
}
|
||||
async p2pconnect(peer){
|
||||
|
Loading…
Reference in New Issue
Block a user