We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after a record is complete the microphone usage was not turning off and it still shows as microphone is being using by the tab
we need a feature to turn this off
The text was updated successfully, but these errors were encountered:
could be great if was automatically doing that or a prop like if it want to turn off / not aft the end
Sorry, something went wrong.
if (mediaStreamRef.current) { mediaStreamRef.current.getTracks().forEach(track => track.stop()); mediaStreamRef.current = null; }
something like this?
No branches or pull requests
after a record is complete the microphone usage was not turning off and it still shows as microphone is being using by the tab
we need a feature to turn this off
The text was updated successfully, but these errors were encountered: