-
**EDIT:**
The connection problem occurs at a later stage. It is slightly different from what we thought. More refined tests in `/server/tests/end_to_end_decentralized.ts` show that:
1. After 2 `in…
-
We have to look into how to allow devices behind NAT to send and receive p2p messages.
Options:
- LibP2P Built-in Mechanisms
- https://en.wikipedia.org/wiki/TCP_hole_punching
-
Hi,
I did a simple example, similar to "dynamic video/voice".
".on('stream', stream => {" is triggered, but there is no video.
Does someone has such example working online?
-
I am using the latest version of the library, so basically what I am trying to do is to switch video on and off in my many to many call, so my approach is:
```javascript
// Remove current stre…
-
Would it possible run a peer.js client in a node.js application instead of the browser?
I'm creating a peer-to-peer network consisting of (programmatic) peers living both in browsers and in node.js …
-
When creating a new peer, sometimes, the ICE password is created with a space, which throws an error as space character is not allowed.
`Error: InvalidAccessError: Failed to execute 'setRemoteDesc…
-
```
/Users/sara/Core-PWA/components/mixins/UserPermissions/index.ts
81:5 warning Caution: `DetectRTC` also has a named export `load`. Check if you meant to write `import {load} from 'detectrtc'` …
-
more of a feature - any chance to make it work with react-native?
-
It would be very nice if this package supplies its types on its own for a better and complete typescript support.
The types provided by DefinitelyTyped with the package @types/simple-peer are very …
-
## Description
Collaborative WebRTC silently disconnects with too big display data being transferred.
## Reproduce
```python
from IPython.display import display
payload = "a" * 1024 * 256
…