Bug 143335
Summary: | WebRTC: Replace NavigatorUserMediaError with MediaStreamError | ||
---|---|---|---|
Product: | WebKit | Reporter: | Adam Bergkvist <adam.bergkvist> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | eric.carlson, urban |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 143211 |
Adam Bergkvist
Align with the Media Capture and Streams specification. NavigatorUserMediaError is out and MediaStreamError [1] is its replacement.
[1] http://w3c.github.io/mediacapture-main/archives/20150324/getusermedia.html#mediastreamerror
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Adam Bergkvist
There are still some uncertainties around MediaStreamError in the spec. Waiting for things to clear up.
Adam Bergkvist
MediaStreamError has been removed from the Media Capture and Streams specification.