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?