This commit is contained in:
yumoqing 2024-10-11 11:30:19 +08:00
parent 4e3a50f563
commit 39c37bdac1

View File

@ -103,7 +103,7 @@ bricks.Signaling = class {
this.peers[p.id] = d;
});
if (this.onlogin){
this.onlogin(this.peers);
this.onlogin(data.online);
}
return;
}