-
I am getting two errors
**The connection to ws://localhost:3000/socket.io/?EIO=4&transport=websocket&sid=MZ-83rZca70hU-pAAAAG was interrupted while the page was loading.**
**Uncaught Ty…
-
Need to establish a proper web server. I will likely end up using NodeJS as this would be the easiest for me to use/configure. This server would be used to communicate with other web servers for the p…
-
good afternoon,
I am working on an application in **ionic 4** with angular but I am having this error;
**ERROR TypeError: peerjs_WEBPACK_IMPORTED_MODULE_2_ is not a constructor.**
when I am t…
-
Hello, I'm new to webrtc and peerjs. My team created a website with the help of peer js, an analogue of chatroulette. The problem is that peerjs doesn't work in mobile browsers, so we decided to creat…
-
Hi, I am working with PeerJS on a simple game in javascript.
I didn't implement the PeerJS Server because I used the default one. (No option specified about the host on the Peer init).
Anyway, I had…
-
I use peerjs for video call
My conference work for 5 users
But after add another user to conference ( up 10 users ), video calls are hanging and bad rendering!
How I can fix it for 10 users?
My se…
-
Hi.
First of all thank you to the people who created (and maintain) PeerJs, it really seems like a very awesome library.
I have just started to experiment with PeerJs for the first time myself a…
-
Is it possible to have multiple PeerServers in a network so that no matter which one you use you will always be able to connect to the same network of peers?
Example:
1. Alice connects to the Peer…
-
Hey,
I am making a game using peerjs where players send info about their positioning every frame to the host, and the host redistributes the data.
However, sometimes, even when playing with myse…
-
I'd like to build a node.js system that uses web rtc, but I'm noticing that this library doesn't support node.js. Are there any plans to support node.js?