This commit is contained in:
yumoqing 2024-08-20 14:24:58 +08:00
parent c8525a1ff6
commit d3ad09dd1c

View File

@ -87,7 +87,7 @@ bricks.RTCClient = class extends bricks.VBox {
menu.bind('command', this.call_peer.bind(this)); menu.bind('command', this.call_peer.bind(this));
this.menu = menu; this.menu = menu;
} }
call_peer(event): call_peer(event){
bricks.Body.remove(this.menu); bricks.Body.remove(this.menu);
var peer_info = { var peer_info = {
id:event.params.name, id:event.params.name,