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.

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

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?

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

Received on Monday, 25 May 2015 16:46:01 UTC