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

recordingStarted event is not fired after using "record again" button #119

Open
h-unterp opened this issue Feb 16, 2021 · 1 comment
Open

Comments

@h-unterp
Copy link

Using <script src="https://www.kaltura.com/apps/expressrecorder/latest/express-recorder.js"></script>
and

 expRec.instance.addEventListener("recordingStarted", function () {
                console.log("STARTED");

Steps to reproduce:

  1. Use red recording button.
  2. Record for a few second
  3. Stop recording
  4. Use "record again button"
  5. Observe that recordingStarted is not fired
  6. recordingEnded does fire correctly throughout all steps.
@prajwal-unext
Copy link

Facing this same issue. Noticed this is happening in firefox.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants