-
Hi, Peerjs establish connection but when I call other peer. I get response with stream, ice and all. but when I try to show remote stream it is black nothing appear and firefox shows CORS issue.
…
-
I've been getting a lot of "429: Rate Limited" errors from Zeit.co, both when accessing the website and when creating new Peer() calls in the library. Is this a per-user limit? How high is the limit? …
pReya updated
5 years ago
-
I want to modify the peerjs server code so that if a connection event come for existing client id then I first close the existing client, clean up entries from `_clients` and `_ips` and then call th…
-
It worked only once, and not even on first try
What's happening: I can connect to the server both locally and from another device in local network, but cannot take control over it using PeerID, as …
-
You should make this work like any npm package which one can install and then use with `require('rtcmulticonnection')` for both the client side and signaling-server-side functionality.
Ideally, thi…
-
Hi @peers @michellebu I'm trying to use [peerjs](https://github.com/peers/peerjs) in my angularjs application. While trying to use the code for media call in your example,
``` javascript
var getUserM…
-
**I am writing an app using https, express and peerjs ssl, below i have mentioned the code**
`const express = require('express')
const app = express()
const https = require('https')
const path = r…
-
I created a server for my project. But I don't know that it will capture how much bandwidth when using peerjs. Please explain to me.
Thanks a millions!
-
This requires a more complicated infrastructure / code
Possibility 1 : P2P GEOLOC TRANSMISSION
```
// p2p broker should be hosted by poppy
// distinguish between boss & slave in…
-
I got following error message when i try to connect to the peer server when the internet is reconnected after disconnection. I am using a custom peer id for the peer connection.
PeerJS: Socket open
P…