-
https://developer.mozilla.org/en-US/docs/Web/API/RTCIceServer#Properties states that `url` is obsoleted.
More specifically:
https://github.com/peers/peerjs/blob/b88da6a1951802d1319e3b286e2e5105b…
-
```python
launch_kwargs = dict(
args=[
"--use-fake-ui-for-media-stream",
"--allow-insecure-localhost",
"--no-sandbox",
"--disable-setuid-s…
-
Hello,
I am working on a client for PeerJS in .NET using your implementation.
I have had good progress, unfortunately when it comes time to create and open the data channel, this does not work.
…
-
Hello,
After running some tests on the new WebKit beta (Safari 11) looks like some methods are deprecated. Will you release a new version of PeerJS for those changes ?
-
Why my Heroku server throws this error message when I try "npm start" from my WebRTC application ?
`/home/donovan54/apps_nodejs/wrtc-simple-data-signalling/node_modules/peerjs/lib/adapt…
-
[PeerJS](https://github.com/peers/peerjs) is nice but it doesn't seem to be maintained anymore.
And more importantly, [PeerServer Cloud](http://peerjs.com/peerserver) service, which is used for Sign…
-
Hi,
i am trying my project from Firefox 52.9.0 and Chrome 67.0.3396.62.
I have visited this link: https://peerjs.com/status/ and this https://caniuse.com/#feat=rtcpeerconnection and i have seen tha…
-
I tried to pass in a custom ice server to the Peer constructor, but it is not being used for some reason. I followed the calls and this is what I found.
defaultConfig is created and ice servers con…
-
Good Afternoon,
I want to ask about the fault management between two peers after the connection has been established. I have seen from [documentation](https://peerjs.com/docs/#peeron-error) (and i …
-
I tried to deploy it to heroku but i got some errors...
Error: getaddrinfo ENOTFOUND https https:80
at errnoException (dns.js:28:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js…