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
function handleRecordingDuration() {
setTimeout(function() {
stopRecording(self.onRecordingStopped);
}, self.recordingDuration);
}
This timeout is set, but it is not cleared if the recording is stopped via another method. For example, if you wish to limit the size of the output by limiting the length of the recording while still allowing users to stop or pause the recording early.
The text was updated successfully, but these errors were encountered:
line 231 of RecordRTC.js
This timeout is set, but it is not cleared if the recording is stopped via another method. For example, if you wish to limit the size of the output by limiting the length of the recording while still allowing users to stop or pause the recording early.
The text was updated successfully, but these errors were encountered: