Skip to content
New issue

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

Microphone was never turned off after onRecordingComplete #1

Open
rishabp-alokin opened this issue Aug 14, 2024 · 2 comments
Open

Microphone was never turned off after onRecordingComplete #1

rishabp-alokin opened this issue Aug 14, 2024 · 2 comments

Comments

@rishabp-alokin
Copy link

after a record is complete the microphone usage was not turning off and it still shows as microphone is being using by the tab

image

we need a feature to turn this off

@rishabp-alokin
Copy link
Author

could be great if was automatically doing that or a prop like if it want to turn off / not aft the end

@rishabp-alokin
Copy link
Author

if (mediaStreamRef.current) { mediaStreamRef.current.getTracks().forEach(track => track.stop()); mediaStreamRef.current = null; }

something like this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant