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
So I'm using the react useMicVad hook with startOnLoad set to false but the microphone access is still being requested as soon as the component loads and not when triggering the first "start". Is this intended? If yes it would be nice to be able to control when mic access is requested. As a workaround I had to separate the hook into a separate component, conditionally render it and forwardRef all the functions, which is not ideal.
The text was updated successfully, but these errors were encountered:
Hi,
So I'm using the react useMicVad hook with startOnLoad set to false but the microphone access is still being requested as soon as the component loads and not when triggering the first "start". Is this intended? If yes it would be nice to be able to control when mic access is requested. As a workaround I had to separate the hook into a separate component, conditionally render it and forwardRef all the functions, which is not ideal.
The text was updated successfully, but these errors were encountered: