History of MediaDevices.getUserMedia() Revision history for: English (US) Oct 18, 2016, 3:50:37 PM Sheppy Clarify that "true" for a media type means that kind of track is required Previous Oct 18, 2016, 3:42:22 PM Sheppy Update compat info Previous Oct 17, 2016, 4:24:17 PM Sheppy Previous Oct 17, 2016, 4:23:53 PM Sheppy Add missing tags; standardize syntax for promise-based APIs. Previous Oct 16, 2016, 8:57:42 PM Jib Switched the two examples around, as constraints were not likely to work with the polyfill. Previous Oct 16, 2016, 8:14:36 PM Jib let p = foo(); p.then(() => {}); p.catch(() => {}); is an anti-pattern we should avoid. Each line returns a promise, and line 2 leaves an uncaught rejection. Instead chain head to tail. Previous Oct 16, 2016, 7:56:18 PM Jib Avoid terms that imply the promise-returning API can throw exceptions, which it can't. On failure, it returns a rejected promise with the (poorly-named) DOMException error object. Previous Sep 12, 2016, 1:54:37 PM jpmedley Previous Jul 21, 2016, 10:43:19 AM Jib fix obsolete fitness distance link Previous Jul 5, 2016, 1:54:53 PM ottoetc Corrected typo in MediaStreamConstraints.