Re: [ServiceWorker] WebRTC and getUserMedia within Service Worker (#670)

I'm not sure what @tresdin meant by using `getUserMedia` in a worker – maybe he can clarify? It seems less useful than WebRTC data channels.

Data channels are basically drop-in replacements for Websockets, except they're peer-to-peer. Being able to open a WebRTC data channel would support the use case of "peer assisted delivery" for apps like [PeerCDN](https://www.peercdn.com/faq.html).

---
Reply to this email directly or view it on GitHub:
https://github.com/slightlyoff/ServiceWorker/issues/670#issuecomment-105241951

Received on Monday, 25 May 2015 14:19:20 UTC