I'm having some problems getting Firefox to display devices through the method navigator.mediaDevices.enumerateDevices().
I have read this post on the same issue: navigator.mediaDevices.enumerateDevices() not display device label on firefox.
But I'm having this exact issue with Firefox on Android, even though both camera and microphone permissions are granted for Firefox.
The same code works fine in Chrome and displays the 2 cameras available, while Firefox also displays 2 options, but with no labels.
Anyone know what could be the problem?