Rafał Lorenz

Results 35 comments of Rafał Lorenz

Fix the other issue related to onnegotiationneeded https://github.com/vardius/peer-data/releases/tag/v3.2.4

I am not using a polymer here by my [own lib](http://rafallorenz.com/web-component) so the browser support for web components should be the same as mention here: https://www.webcomponents.org on the other hand...

23/03/2020 Status: 1. [web components](https://caniuse.com/#search=web%20component) 2. [webrtc](https://caniuse.com/#search=webrtc)

Hi @xie312 thanks for reporting, does this happen for you ? Current dependency array is as follow: `[constraints, stream, error]`

Absolutely, however in case of this example to work there, singling server would need to be updated a little bit, to meet requirements of AWS Lambda and API Gateway. The...

Yes, the only thing you need is a signalling server (in this case it would be API Gateway)

I set up some simple explanation how you can implement your own signaling channel https://github.com/vardius/peer-data/wiki/Signaling#custom-signaling-channel let me know if it need improvements

Thanks @pocesar, for pointing this out, Do you want to create a pull request ?

Why not memoize when necessary? At the upper scope: ```jsx const media = React.useMemo(useUserMedia, []) ```