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

setRecordDuration problem #38

Closed
depyronick opened this issue Sep 12, 2015 · 0 comments
Closed

setRecordDuration problem #38

depyronick opened this issue Sep 12, 2015 · 0 comments

Comments

@depyronick
Copy link

Hello,

I am trying to build a video recording app that which must support pausing / resuming the video recording and also must be limited to 15 seconds of recording time in total.

The problem is that when I set the setRecordDuration to (15 * 1000) it invokes onRecordingStopped callback even if I did pause the recording at the first sec.

Shouldn't it has to be invoked when total recorded duration got to 15 secs?

muaz-khan added a commit that referenced this issue Sep 14, 2015
setRecordingDuration is NO-more handle pause/resume recording. Means
that you can pause/resume recordings if you’re using
setRecordingDuration. Sorry #38 and #39.
AndersDJohnson pushed a commit to AndersDJohnson/RecordRTC that referenced this issue Apr 8, 2019
AndersDJohnson pushed a commit to AndersDJohnson/RecordRTC that referenced this issue Apr 8, 2019
setRecordingDuration is NO-more handle pause/resume recording. Means
that you can pause/resume recordings if you’re using
setRecordingDuration. Sorry muaz-khan#38 and muaz-khan#39.
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