-
Hello,
I have tried the Combining with existing express app example and it didnt work on my iphone 10.
I always get the error message "Error: Lost connection to server"
my code is this:
co…
-
It would be useful to pass in a custom function to PeerServer or ExpressPeerServer that can be used to generate client IDs, instead of having to do it on the client. I guess this approach should be sl…
-
![grafik](https://user-images.githubusercontent.com/2421679/75607984-ea27f600-5afb-11ea-987f-d25467857ffc.png)
Leeds to this error message in the node.js server:
![grafik](https://user-images.gi…
-
I'm using the latest stable JS from the website.
The issue occurs on certain public networks. In this case, the connection is going through the TURN server presumably (I'm 100% sure the TURN server…
-
Is it possible to implement ShareDrop for iOS (iPhone / iPad)? I would love to use ShareDrop exclusively for all the devices...
-
What does the HTTP ERROR mean?
-
I'm trying to figure out how to make PeerJS working with Vue.js:
https://peerjs.com/docs.html#start
This is the Vue file:
My Peer Id : {{ myPeerId }}
…
-
First of all, congratulations for an awesome project!
I noticed that the latest [npm peer](https://www.npmjs.com/package/peer) package is almost a year outdated (v0.2.10, from Aug 2019) as compared…
-
I'm trying to open a Peer inside a Node.js process, but requiring `peerjs` with `var Peer = require("peerjs");` causes the following error:
```
ReferenceError: window is not defined
```
Note I…
-
I have the following code in `server.js`:
```
var PeerServer = require('peer-server')
const server = PeerServer({port: 9000, path: '/whatever'});
```
Running this gives me:
```
D:\\peerjs…