0

I am running a Vue Js application on an android device. I am trying to achieve a feature to record audio only when mic is present.

I want to know if there is some built-in function in Vue js to check if microphone is present on the device.

1 Answers1

0

I believe their is no build in check, but this Thread should help you: Access microphone from a browser - Javascript

Ludi
  • 358
  • 1
  • 13