Bug 143335 - WebRTC: Replace NavigatorUserMediaError with MediaStreamError
Summary: WebRTC: Replace NavigatorUserMediaError with MediaStreamError
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 143211
  Show dependency treegraph
 
Reported: 2015-04-02 07:26 PDT by Adam Bergkvist
Modified: 2016-05-18 12:49 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 Adam Bergkvist 2015-04-02 07:26:13 PDT
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
Comment 1 Adam Bergkvist 2015-04-16 00:24:49 PDT
There are still some uncertainties around MediaStreamError in the spec. Waiting for things to clear up.
Comment 2 Adam Bergkvist 2016-05-18 12:49:23 PDT
MediaStreamError has been removed from the Media Capture and Streams specification.