Open Nunivenkatarao opened 6 years ago
Hi I have implemented and everything is working fine, But i am not able to restrict the audio recording for 5minutes is there any way to restrict that
I am converting audio to mp3
Thanks
In your startRecord method you can fire a timeout to your stopRecord metho like this
startRecord(){ setTimeout(function(){ stopRecord(); },5000); }
5000*60
Hi I have implemented and everything is working fine, But i am not able to restrict the audio recording for 5minutes is there any way to restrict that
I am converting audio to mp3
Thanks