-
Actually have setup an application and able to connect users to get stream of sender. it's work fine with 3 users, the problem is when another one join conference, can't receive stream.
want to know …
-
I was wondering if peerjs-server would be compatible with AWS Elastic Beanstalk.
> Elastic Beanstalk applications should also be as stateless as possible, using loosely coupled, fault-tolerant com…
-
I've just started using the Kinectron. I can get everything to work fine when I'm using the p5.js editor on the same computer as the server (and have this line):
kinectron = new Kinectron();
When…
-
I set up the peer server and the id endpoint doesn't work as shown on the README
The README states
> Open http://127.0.0.1:9000/myapp/peerjs/id to see a new random id.
This actually 404s
I loo…
-
i have developed video call app with heroku and peer js. I have some problem with return data of heroku app i want some optional to be return from heroku app, but its only return this data
```
{
…
-
I'm running my own peerjs server on AWS and i managed to create a ssl certificate with certbot;
I did check the certificate from ssllabs.com/ssltest and Everything looks fine
When I try to connecti…
-
I saw similar errors for code 400 and 404, but this one seems strange. After all, I would think a 200 code would mean "everything's ok" right?
`"peer": "^0.5.1",`
`"peerjs": "^1.2.0"`
On server…
-
I am getting this error running my own `peerjs-server`:
```
TypeError: Cannot read property 'config' of undefined
at handle (/srv/node/peerjs-server/dist/src/api/middleware/auth/index.js:11:2…
-
i have developed video call app with heroku and peer js. I have some problem with return data of heroku app i want some optional to be return from heroku app, but its only return this data
```
{
…
-
I am new to WebRTC so I am just trying to get the sample code in the README.md to connect.
Below is the sample code I cut and pasted into an empty html file and posted it to my website. I do kno…