From 499f61f4ff15423785115a60073d62c5ca7dc59e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 12 Oct 2024 12:01:39 +0800 Subject: [PATCH] bugfix --- bricks/rtc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bricks/rtc.js b/bricks/rtc.js index 7e39944..89562a1 100644 --- a/bricks/rtc.js +++ b/bricks/rtc.js @@ -363,7 +363,6 @@ bricks.RTCP2PConnect = class { async datachannel_open(peer){ console.log('datachannel_open():', this, arguments); var dc = this.peers[peer.id].dc - dc.send('test'); if (this.opts.on_dc_open){ await this.opts.on_dc_open(dc); }