- From: <bugzilla@jessica.w3.org>
- Date: Sat, 10 May 2014 12:54:11 +0000
- To: public-media-capture@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25650
Bug ID: 25650
Summary: In getUserMedia algorithm if user denies permission
spec is wrongly redirecting to Constraint Failure.
Product: WebRTC Working Group
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Media Capture and Streams
Assignee: public-media-capture@w3.org
Reporter: kiran.guduru@samsung.com
CC: public-media-capture@w3.org
In getUserMedia algorithm, last sentence in step 11, was mistyped and wrongly
redirecting to Constraint Failure step instead of Permission Failure step.
The following line
"If the user denies permission, jump to the step labeled Constraint Failure
below."
must be replaced with
"If the user denies permission, jump to the step labeled Permission Failure
below."
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
Received on Saturday, 10 May 2014 12:54:12 UTC