- From: Jake Archibald <jaffathecake@gmail.com>
- Date: Mon, 6 Oct 2014 16:44:21 +0100
- To: public-media-capture@w3.org
Received on Monday, 6 October 2014 15:44:47 UTC
It's just:
Navigator.prototype.webkitGetUserMedia = function(constraints, success,
failure) {
navigator.mediaDevices.getUserMedia(constraints).then(success, failure);
};
No spec or implementation difficulties compared to keeping
navigator.getUserMedia.
Received on Monday, 6 October 2014 15:44:47 UTC