Closed fippo closed 8 years ago
in particular, this allows detecting the case where (in Chrome) getUserMedia works but fails to acquire the camera (possibly also the microphone) because it is used by another process. In that case, the track's readyState is ended.
not sure if it's better to add the label to the GUM dump or to call enumerateDevices in snoop to get hardware information...
in particular, this allows detecting the case where (in Chrome) getUserMedia works but fails to acquire the camera (possibly also the microphone) because it is used by another process. In that case, the track's readyState is ended.