Open xdumaine opened 9 years ago
Firefox currently implements navigator.mediaDevices.enumerateDevices (promise based) in nightly, and chrome exposes the functionality through MediaStreamTrack.getSources (callback based).
navigator.mediaDevices.enumerateDevices
MediaStreamTrack.getSources
@xdumaine can you add a column? I assume its mostly green now but I don't know about Bowser
Firefox currently implements
navigator.mediaDevices.enumerateDevices
(promise based) in nightly, and chrome exposes the functionality throughMediaStreamTrack.getSources
(callback based).