-
Just curious, in [this table](https://github.com/geckosio/geckos.io#when-to-use-socketio-geckosio-or-peerjs), why do you recommend peer.js over geckos for a non-authoritative game server?
-
Hello
I am using PeerJS to implement a video conference web app.
I got this error while creating an instance of Peer object withought giving a key:
GET https://0.peerjs.com:9000/peerjs/id?ts=153778…
-
-
I'm trying to connect to my own Peerjs Server and I want to call PeerServer.on Inside th Function But It's Not Working.
Code:
const peerServer = new Peer(undefined, {
config: {iceServers: [{url: …
-
Is this ok to implement the video/audio connection part of peerjs?
-
I'm planning to use Puppeteer as a Ghost Participant (GP) Recorder for WebRTC video calls between 2 clients.
Something similar to [https://www.apollo350.com/post/how-to-live-stream-from-a-twilio-vid…
-
Please let me know what to do.
Thanks!
-
Hi,
I've got a black video screen on remote when I enable audio in GetUserMedia.
I tried #147 and #194 but no solution work for me.
When I enable only video that work well.
Someone know why ? Sh…
-
Hi,
Everything is working fine until safari goes into "inactive" mode. You can reproduce this by opening a tab with peerjs running, then minimise or open another tab in safari, or continue in a ch…
-
i have a working (audio/video) peerjs sample that work both in localhost and online
https://github.com/jsanahuja/peerjs-webcam
the only changes i have made is this
**var peer = new Peer('se…