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 26579 - INVALID_TRACK is undefined.
Summary: INVALID_TRACK is undefined.
Status: NEW
Alias: None
Product: WebRTC Working Group
Classification: Unclassified
Component: Image Capture API (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: public-media-capture@w3.org
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-14 06:50 UTC by Alfredo Yang
Modified: 2014-08-21 10:08 UTC (History)
2 users (show)

See Also:


Attachments

Description Alfredo Yang 2014-08-14 06:50:46 UTC
https://dvcs.w3.org/hg/dap/raw-file/default/media-stream-capture/ImageCapture.html#widl-ImageCapture-takePhoto-void

"if the readyState of the VideoStreamTrack provided in the constructor is not "live", the UA must fire a ImageCaptureErrorEvent event at the ImageCapture object with a new ImageCaptureError object whose code is set to INVALID_TRACK"

INVALID_TRACK is not defined in ImageCaptureError interface.