Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript audio navigator audio stream

navigator.mediaDevices.getUserMedia(constraints)
.then(function(stream) {
  /* use the stream */
})
.catch(function(err) {
  /* handle the error */
});
 
PREVIOUS NEXT
Tagged: #javascript #audio #navigator #audio #stream
ADD COMMENT
Topic
Name
9+7 =