You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've remark that in my application i got the "Please invoke getUserMedia once" only for the microphone list on my Android Firefox browser (v56.0).
I thougth i was doing something wrong, but if you go on this page https://www.webrtc-experiment.com/DetectRTC/ on Androïd Firefox browser you will have the "Please invoke getUserMedia once".
How to fix this issue ?
Regards,
Loïc.
The text was updated successfully, but these errors were encountered:
However, in Android Firefox, only one "audioInput" is detected, with an empty label.
Maybe that you are testing the length of the "audioInput" list or the label returned for trigering the "Please invoke getUserMedia once" ?
It could be solved by incrementing the empty labels with the length of the list :
Hi Muaz,
First, thanks for your work.
I've remark that in my application i got the "Please invoke getUserMedia once" only for the microphone list on my Android Firefox browser (v56.0).
I thougth i was doing something wrong, but if you go on this page https://www.webrtc-experiment.com/DetectRTC/ on Androïd Firefox browser you will have the "Please invoke getUserMedia once".
How to fix this issue ?
Regards,
Loïc.
The text was updated successfully, but these errors were encountered: