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
When you use the recorder to record audio ( calling recorder.startRecord() ), you are prompted for microphone access. When you're finished, calling stopRecord starts the audio encoding process but it doesn't stop the audio streams. The browser continues to show the microphone is live even though you've 'stopped' recording.
The text was updated successfully, but these errors were encountered:
dbhoot
changed the title
Close audio streams when you recorder.stopRecord() is called
Close audio streams when recorder.stopRecord() is called
Feb 16, 2018
When you use the recorder to record audio ( calling recorder.startRecord() ), you are prompted for microphone access. When you're finished, calling stopRecord starts the audio encoding process but it doesn't stop the audio streams. The browser continues to show the microphone is live even though you've 'stopped' recording.
The text was updated successfully, but these errors were encountered: