-
With IPv6 there is no NAT (most likely), so all devices even on the same local network will have a different "public" IP address. The restriction that this should match for devices in a room does not …
-
Hello,
I am able to send data between two peers, using your peerjs-server (v0.2.9) without any issues and it works fine.
Only problem I am facing is that if one of the 2 peers is offline, the peer.c…
-
Can someone help on this. This is only when 1 peer on the computer and 1 peer on app webview (android).
This is both from peerjs default server and my own custom server based on peerjs github. It wo…
-
I have download your code but it's only showing one video
-
Hello.
Some change that has happened between versions 1.3.2 and 1.4.6 has cast peerjs unusable in the node scenario.
I understand that this is not an intended use of peerjs but so far it has bee…
-
I am using your code same in example you have shown.
On my demo server it is showing "Could not get an ID from the server." error.
How to get rig of this?
-
I'm using `window.onbeforeunload` to open a popup or confirmation alert to leave the web app, I notice that when I run `window.onbeforeunload` on devtools console, it returns skyway's function, not th…
-
### I have a suggestion:
Because Peer.js server uses sockets under the hood for signalling, it would be great to have the ability to tap into the existing channel and emit custom events that could …
-
Hello,
First of all I tested it with a friend and it works pretty well. Smooth and fast just really good.
Few things we would like to have because there is a real potentiel for an opensource alter…
-
I think having peer to peer connection modules could be used for doing a lot of interesting things. I would like to use p2p modules to build an online charades game that people play over their webcams…