I need help with displaying the information from the console log
to the user.
So in order to get a list of audio and video devices connected to the user's computer, I have this code. I can only see the list of devices in the console log (or via Developer Tools in Chrome)
But how do I add the deviceIDs
that show up in the console log
, into one of these drop down menu options using the working code I have?
I'm gonna assume that you want to display details about each of the device in a formatted manner in a dropdown. If that's the case, then the following code can be taken as a reference.
devices
to which you can store the devices array.option
.deviceId
. You can update it based on your logic.