Jerko Steiner
Jerko Steiner
Also I just realized that if the `ui.rooms` property would only allow a few predefined rooms to be joined, and the IDs should be hidden from the public then perhaps...
The browsers should be able to handle this, it might be just enough to set `echoCancellation: true` in this object: https://github.com/peer-calls/peer-calls/blob/0fb4e3b0f5d9de0244dcd42cf69e384b348c7361/src/client/reducers/media.ts#L28 As per this example: https://webrtc.github.io/samples/src/content/getusermedia/record/
That would be great, thanks! You might have to fix a few tests that might break, but it should be a really simple change. If you submit the PR the...
Hi @hialvaro, thanks for the effort - I'll take it into consideration!
Thank you so much @hialvaro!
Actually, the chat messages used to be sent via websockets some time ago. If that were still the case, it would just be a matter of enabling the Redis adapter,...
Hi @vpanichkin, thanks for your interest in Peer Calls! There are several options for recording streams, but sadly none are implemented yet. See below: 1. Use a client-side library such...
The `signal` events are generated by the https://github.com/feross/simple-peer library and this is what Peer Calls uses on the client-side. You might want to check the docs for more info. It...
Seems related to 4c630dad04f780e1b06a59dc514e2ca91b98693d since we made the H264 default instead of VP8 to better support Apple devices. If I only enable VP8 it works as good as with the...
Sorry I don't have any advice to offer about this. Perhaps someone with more experience on Google Cloud might chime in.