📅  最后修改于: 2022-03-11 15:04:21.440000             🧑  作者: Mango
navigator.mediaDevices.getUserMedia(constraints)
.then(function(stream) {
/* use the stream */
})
.catch(function(err) {
/* handle the error */
});