Confirmed users
188
edits
(Created page with "= getUserMedia Implementation Roadmap = == Goal == * Implement the getUserMedia specification on 3 platforms: Desktop, Android and B2G. * Includes the following uses of getUser...") |
No edit summary |
||
| Line 18: | Line 18: | ||
* Implement image capture {picture:true} API | * Implement image capture {picture:true} API | ||
** Android: {{bug|738528}} [Anant] | ** Android: {{bug|738528}} [Anant] | ||
* Define common abstraction "MediaEngine" for device access across multiple platforms. | * Define common abstraction "MediaEngine" for device access across multiple platforms. | ||
| Line 41: | Line 38: | ||
** B2G: bug ??? [Fabrice] (based on Gonk). | ** B2G: bug ??? [Fabrice] (based on Gonk). | ||
** Desktop: {{bug|691234}} [Anant] (based on webrtc.org code). | ** Desktop: {{bug|691234}} [Anant] (based on webrtc.org code). | ||
* Implement image capture {picture:true} API | |||
** B2G: {{bug|749886}} [Fabrice] | |||
** Desktop: {{bug|749887}} [???] | |||
*** ({{bug|692955}} tracking <input> on Desktop, reuse possible. {{bug|748835}} tracking UI). | |||
== Phase 3 == | == Phase 3 == | ||