getUserMedia
DOMException 이란
주요 사용법
navigator.mediaDevices
.getUserMedia(constraints)
.then((stream) => {
/* use the stream */
})
.catch((err) => {
/* handle the error */
});constraints
enumerrateDevices() [디바이스 아이디 얻는 방법]
Last updated