Bug 160717 - Implement getConstraints() in Media Capture and Streaming Spec
Summary: Implement getConstraints() in Media Capture and Streaming Spec
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-08-09 16:34 PDT by George Ruan
Modified: 2017-08-30 11:35 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description George Ruan 2016-08-09 16:34:18 PDT
https://w3c.github.io/mediacapture-main/#media-stream-track-interface-definition

Note: getConstraints() must return the exact same object as the object passed into the last successful applyConstraints() call:

In step 3.4 of the applyConstraints algorithm,
"Finally, resolve p. From this point on until applyConstraints() is called successfully again, getConstraints() must return the newConstraints that were passed as an argument to this call."
Comment 1 Radar WebKit Bug Importer 2016-08-09 16:38:10 PDT
<rdar://problem/27776560>