socketpeer icon indicating copy to clipboard operation
socketpeer copied to clipboard

simple real-time messaging using WebRTC Data Channels and WebSockets

Results 25 socketpeer issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted
important

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...

enhancement

``` 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 ```