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

@feross I agreed with your point that `getUserMedia` is less useful. But it is still mandatory for establishing a video/audio call.

@all Unfortunately, though using WebRTC data channels or WebSocket within Web Workers is a great idea, I still recommend not to use these APIs inside ServiceWorker due to its temporaryly activated lifetime.

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

Received on Monday, 25 May 2015 16:42:59 UTC