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

Allow recorder to resume when paused #1266

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

rupel190
Copy link

@rupel190 rupel190 commented Aug 2, 2024

There is no straightforward way of resuming/unpausing a paused recorder as play() and pause() result in an error and the underlying MediaRecorder is exposed neither.

Resumes recorder by calling start() as per expecation in issue #1026.

Tests are successful.

@rupel190 rupel190 closed this Aug 2, 2024
@rupel190 rupel190 deleted the feat/recorder-resume branch August 2, 2024 01:29
@rupel190 rupel190 restored the feat/recorder-resume branch August 3, 2024 00:22
@rupel190 rupel190 reopened this Aug 3, 2024
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

Successfully merging this pull request may close these issues.

1 participant