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
Use case: We want a webcam with an audio stream to record but it shouldn't playback the audio.
When I set audio prop to false in order to mute the Webcam it also disables the audio stream of the WebCam's MediaStream.
There should not be coupling between the two.
I belive that removing the if statement on line 278 in react-webcam.tsx should do the trick.
The text was updated successfully, but these errors were encountered:
Please follow the general troubleshooting steps first:
Bug reports:
Not sure if this is intended or not.
Use case: We want a webcam with an audio stream to record but it shouldn't playback the audio.
When I set
audio
prop tofalse
in order to mute the Webcam it also disables the audio stream of the WebCam's MediaStream.There should not be coupling between the two.
I belive that removing the
if
statement on line 278 inreact-webcam.tsx
should do the trick.The text was updated successfully, but these errors were encountered: