-
### Trilium Version
0.56.2
### What operating system are you using?
Other (specify below)
### What is your setup?
Local + server sync
### Operating System Version
iOS
### Description
```
nod…
-
is this possible in simple peer?
-
Im building an app very similar to the one you described (ip calls).
In my app the phone must be in "Sleep state" and incoming calls (video) must be accepted by the phone. Im using webrtc with PeerJs.…
-
Hi, when I do localhost:3000 i can see my own camera. But when i open a new tab or go on new device and do publicip:3000, I cant see any camera. And on localhost no new camera pops up.
When I click o…
-
the users are able to connect as the chat box is active but they can neither see each other or hear them.
-
when I make the link between the two browsers, it makes me see my room but not that of the other participant.
Does anyone know me why?
The chat works well
Thank you.
ghost updated
6 years ago
-
Hello, I'm trying to use peerjs & webrtc to create a video chat app.
I have this code in my client
```
export const API_URI = 'https://mvmserver.herokuapp.com/'
// Peer Config
const peerS…
-
Peerjs handles connection, signalling and every other thing perfectly. I get my on stream event fired, and a mediaStreamObject is received from the remote end, but after i set the srcObject of a video…
-
I was talking to @blerner about this the other day, and after that, looked up a bit of what it would take.
It seems like WebRTC is mature enough (supported in most browsers for a while) to probably…
-
Look into Link Cable Emulation
Goal would to be have it done over WebRtc with a peer to peer connection, using something like `simple-peer` or PeerJs