Results 6 comments of onadrog
trafficstars

Hi, just found a workaround, try this : ``` code let id call.on('stream', (remoteStream) => { if (id !== remoteStream.id) { id = remoteStream.id // do stuff create video elements...

Try this it work for me on heroku: ```code const peer = new Peer({ key: 'peerjs', host: 'yourHerokuHostName.com', port: 443, path: '/', secure: true, }) ``` In your code you...

Weird, maybe try to check this 2 things. Did you have the socket connection open 'using evt ? ```code peer.on('open', id => concole.log(id)) ``` According to [MDN](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia#security) docs a MediaStream...

Hi, i found a solution that's work for me see [#766094333](https://github.com/peers/peerjs/issues/781#issuecomment-766094333)

Hi, I was facing the same problem, and after some research I found that. Docker doesn't had X server to display GUI that's why this error occurs. So I've downloaded...

@keldrox sorry for the late response didn't see any mention in git,well. Check [Interactive Mode section](https://github.com/symfony/panther#interactive-mode), but if chrome run and close automatically it means your tests pass. So add...