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

> How are you going to have a video call without a window to show the video in?

I did not say that video calls can be established without a window. I just meant that handling MediaStream within workers is needed.
> Is there a reason you can't use .openWindow() from the service worker and then do the video call in the window as you would normally?

There will be no reason for not using your suggestion if WebRTC is unavailable within ServiceWorker.

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

Received on Monday, 25 May 2015 17:21:57 UTC