24
edits
(again) |
(Add note on FF32-37) |
||
| Line 14: | Line 14: | ||
* Promise-based mediaDevices.getUserMedia API is supported in FF36+. | * Promise-based mediaDevices.getUserMedia API is supported in FF36+. | ||
* Full constraints syntax with plain values and ideal-algorithm supported in FF38+. | * Full constraints syntax with plain values and ideal-algorithm supported in FF38+. | ||
** Note on FF32-37: Plain values and ideal are not supported. However, values are not mandatory unless you add a non-spec [http://jsfiddle.net/34qxx5w1 require] keyword. | |||
* Input device enumeration through mediaDevices.enumerateDevices() is supported in FF39+. | * Input device enumeration through mediaDevices.enumerateDevices() is supported in FF39+. | ||
* Can be turned off by setting <b><tt>media.navigator.enabled</tt></b> and <tt><b> media.peerconnection.enabled</b></tt> to false. | * Can be turned off by setting <b><tt>media.navigator.enabled</tt></b> and <tt><b> media.peerconnection.enabled</b></tt> to false. | ||
edits