Hello guys,
I am recording a short video of 10 Sec in my project using navigator.mediaDevices.getUserMedia({ video: true, audio: true })
In development, the app is working good and i am able to record and store all the videos efficiently,
After moving it to production, it is also working as expected,
but what is happening is that in some 20% around cases, the video recorded from customer has no audio at all.
I have also put checks whether mic is enabled and audio is not mute.
I have gone through what additional parameters which could be assigned in the constraints as well.
Can anyone please suggest what am i missing here in audio recording part?
Is there any way to check whether the audio is streaming while recording it going on or force audio recording with active mic?
Thank You for your time :)