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 have made one application which will record the audio only, and when i am deploying in the android phone it is not working and i am asking for the permission and the recording starts but when i try to check whether it is recorded or not the audio is not coming from the recorded file is their any thing i can work on to solve this issue help on this problem Muaz Khan
`function StartRecording() {
var button = document.querySelector('#btn-start-recording');
Is their any solution on this issue because in some mobile recording is working properly but in some its not even recording the audio i am asking microphone permission but is not recording in Samsung and mi mobile can you help me out.
Hi,
I have made one application which will record the audio only, and when i am deploying in the android phone it is not working and i am asking for the permission and the recording starts but when i try to check whether it is recorded or not the audio is not coming from the recorded file is their any thing i can work on to solve this issue help on this problem Muaz Khan
`function StartRecording() {
var button = document.querySelector('#btn-start-recording');
The text was updated successfully, but these errors were encountered: