Languages
[Edit]
EN

JavaScript - list available audio and video input devices (e.g. web cameras and microphones)

6 points
Created by:
Zayaan-Rasmussen
543

In this short article, we would like to show how using JavaScript in simple way list available input audio and input video devices (web cameras and microphones).

Quick solution (ES2020+):

Note: presented Media Devices API was introduced in the major web browsers around 2015-2017.

 

ES2020+ syntax solution

Edit

In this section, you can find simple reusable logic that lists available input devices. Devices are ordered by importance. It means the most recommended or default devices should be listed as first.

Example output:

Where: audioinput doesn't have label and device id parameters, but has the same group id as videoinput that means, it is microphone that is embedded in the web camera.

 

ES5 syntax solution

Edit

 

See also

Edit
  1. JavaScript - ECMAScript / ES versions and features

Referneces

Edit
  1. MediaDevices - MDN docs

  2. MediaDevices enumerateDevices() - MDN docs

Alternative titles

  1. JavaScript - list connected web cameras
  2. JavaScript - list connected microphones
  3. JavaScript - get available audio and video input devices list
1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join