Milo Chen
Milo Chen
The RTCErrorEvent will be throw as err in events/events.js if we don't handle peer('error'). So I put it in client code. peer.on('error', (err)=>{ console.log(err) }) This is issue is solve...
@t-mullen https://github.com/t-mullen/simple-signal/issues/35 has been solved by this commit https://github.com/t-mullen/simple-signal/pull/36/commits/a5a84acc62dde7d97d7773e1dd6718bd8960735b And finally, peer disconnected in the room and switch room can work correctly.
It's look like that peer.on('error') cannot catched all RTCErrorEvent in this case. Some ERR_DATA_CHANNEL RTCErrorEvent cannot be catched right now, so just to add how to stop throwing RTCErrorEvent in...
Refer the document here. These examples are not currently support for **srflx/relay** candidate. So STUN/TURN server cannot work for these example right now. https://github.com/node-webrtc/node-webrtc-examples/blob/master/README.md -------------- ## RTCPeerConnection Negotiation RTCPeerConnections are...
請問一下,為什麼不能接受大家將錯誤內容改正 ? 其原因是什麼 ? Thanks
Chakra-UI cannot get the information of the cursor position in textarea. (Ref https://chakra-ui.com/docs/components/textarea/props) But the original JS+HTML textarea can support it. The following code demonstrates that. (Ref http://jsfiddle.net/gilly3/6SUN8/)
> Thank you for mentioning it @FHU-yezi :) You are so nice. OpenAI checked the GitHub, and it detects this key is on this page. so it automatically deleted it...
Yes, the `pc.upload_files()` cannot work in the event chain.
> Hi @picklelo , I would like to contribute on this issue. This is my first time to contribute, could you guide me on how to get started with it......
@evandeng2009 I have the same issue too sometimes. On Linux, I often use the following command to clean all processes. Port 3000 is the default for the frontend server. Port...