- From: <bugzilla@jessica.w3.org>
- Date: Fri, 06 Jul 2012 03:37:01 +0000
- To: public-webrtc@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17704
Summary: suggest a parameter in getUserMedia
Product: WebRTC Working Group
Version: unspecified
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: WebRTC API
AssignedTo: public-webrtc@w3.org
ReportedBy: eric.sun@huawei.com
CC: public-webrtc@w3.org
During development, we do not need keyboard or mouse for input, just video
camera for input.So it is not possible to use keyboard/mouse to select the
options, and our use case can have other way for user authentication.
And can we have a mode, that getUserMedia only generate mediastream without
prompt to user for camera usage confirmation?
Can we have a parameter ”popup:off” in getUserMedia
({video:true,audio:true,popup:off},gotStream,noStream)
So browser will not prompt to user select device, and silently activate the
camera and audio deivce.
And the browser may have a configuration that popup:off is enabled in “privacy
region”
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.
Received on Friday, 6 July 2012 03:37:02 UTC