This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 25650 - In getUserMedia algorithm if user denies permission spec is wrongly redirecting to Constraint Failure.
Summary: In getUserMedia algorithm if user denies permission spec is wrongly redirecti...
Status: RESOLVED FIXED
Alias: None
Product: WebRTC Working Group
Classification: Unclassified
Component: Media Capture and Streams (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Adam Bergkvist
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-10 12:54 UTC by Kiran
Modified: 2014-07-01 13:33 UTC (History)
2 users (show)

See Also:


Attachments

Description Kiran 2014-05-10 12:54:11 UTC
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."
Comment 1 Adam Bergkvist 2014-07-01 13:33:36 UTC
Thanks for catching this one.

Proposed fix: https://github.com/fluffy/webrtc-w3c/commit/67c3961e4c05842abb3e9dc7efc2587d404f1ae8