Confirmed users
325
edits
(Total rewrite; still needs more work) |
(→Status) |
||
| Line 9: | Line 9: | ||
* Implement getUserMedia on Desktop, then Android, then B2G -- Implemented on Desktop (Windows, Mac and Linux), defaults to enabled in FF20 and FF21 | * Implement getUserMedia on Desktop, then Android, then B2G -- Implemented on Desktop (Windows, Mac and Linux), defaults to enabled in FF20 and FF21 | ||
** Currently prefixed as mozGetUserMedia() since the spec is still in flux | ** Currently prefixed as mozGetUserMedia() since the spec is still in flux | ||
** For FF19 and | ** For FF19 and before, you need to set <b><tt>media.navigator.enabled</tt></b> to true, or <tt><b> media.peerconnection.enabled</b></tt> to true. | ||
* Permissions UI is supported, allowing selecting a device or rejecting permission, with notifications that a tab is using a mic or camera, and a global dropdown of all tabs using mics/cameras. | * Permissions UI is supported, allowing selecting a device or rejecting permission, with notifications that a tab is using a mic or camera, and a global dropdown of all tabs using mics/cameras. | ||
* Persistent permissions are not yet supported | * Persistent permissions are not yet supported | ||