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    

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.