|
|
|
|
|
by throwaway40324
2422 days ago
|
|
It's been a little while since I used this, but navigator.mediaDevices.enumerateDevices will give you that list, allowing you to have a menu for a user to choose one and then the client code must use setSinkId to assign the chosen device id. https://developer.mozilla.org/en-US/docs |
|