- From: <bugzilla@jessica.w3.org>
- Date: Mon, 30 Jun 2014 21:15:41 +0000
- To: public-media-capture@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26243
Bug ID: 26243
Summary: Do we need getUserMedia() on MediaDevices?
Product: WebRTC Working Group
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Media Capture and Streams
Assignee: public-media-capture@w3.org
Reporter: shijuns@microsoft.com
CC: public-media-capture@w3.org
Open a bug to track the topic on the mailing list.
In the latest version of the draft, there are two ways to call getUserMedia()
within the NavigatorUserMedia.
#1: NavigatorUserMedia.getUserMedia();
#2: NavigatorUserMedia.MediaDevices.getUserMedia();
Based on previous discussions on the mailing list, a good reason to keep
NavigatorUserMedia.getUserMedia() is that there are implementations and sites
using it already. Although MediaDevices.getUserMedia() looks nicer, but there
seems no clear value keeping two options.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
Received on Monday, 30 June 2014 21:15:42 UTC