Bug 160717
Summary: | Implement getConstraints() in Media Capture and Streaming Spec | ||
---|---|---|---|
Product: | WebKit | Reporter: | George Ruan <gruan> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | jonlee, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=122428 |
George Ruan
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."
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/27776560>