Hi,
Tests donne using a Chrome 38 on Mac OSX
I try to propose a screen for selecting the microphone and camera to use in a webRTC application.
Using MediaStreamTrack.getSources(), I receive the list of available sources. But label associated to each track is always an empty string.
In the other hand, once the stream is captured, using the API on the local MediaStream, I can get the list of MediaStreamTracks (stream.getVideoTracks()) and in that case, I have an explicit label ("Camera Facetime Hd...")
Why can't I get the same information using MediaStreamTrack.getSources() ?
Thanks in advance,
Olivier