socketpeer
socketpeer copied to clipboard
simple real-time messaging using WebRTC Data Channels and WebSockets
I need to send a large String (in this case: JSON-Object) to the receiver. Sadly this string is very (!) long so that it gets split during transfer. This would...
Right now, we fire a `busy` event with the following error: ```js Pair code `${pairCode}` already in use ``` We should be able to connect to a small number of...
``` WebRTC interfaces with the “moz” prefix (mozRTCPeerConnection, mozRTCSessionDescription, mozRTCIceCandidate) have been deprecated. socketpeer.js:3370:13 ```
``` `onaddstream` is deprecated! Use `peerConnection.ontrack` instead. socketpeer.js:3376 ```