question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

recordingStatusChanged event is not triggered

See original GitHub issue

Description:

As described in the hand-book, recordingStatusChanged event should be triggered when recording has started or ended. However, callback method is not called when I start or end the meeting through the recording toolbar buttons.

Steps to reproduce:

  1. Add your function as an event handler on jitsi api object: this.jitsiApi.on("recordingStatusChanged", this.onRecordingStatusChanged);
  2. Check your method is called or not.

Expected behavior:

The callback function should have been called.

Actual behavior:

The callback function is not called.

Server information:

Client information:

  • Browser / app version: Chrome Version 89.0.4389.128 (Official Build) (64-bit)
  • Operating System: Windows 10

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
saghulcommented, Apr 20, 2021

They need to be running on the latest stable release: https://github.com/jitsi/jitsi-meet/releases/tag/stable%2Fjitsi-meet_5765

0reactions
mertakdutcommented, Apr 20, 2021

No, sorry. I was too eager. That is not problem.

It’s domain level. When it’s meet.jit.si, no matter where you bind it, it works. It just doesn’t with my domain.

I don’t have the access to my domain at server level, don’t know what version they’re using and what configs. What exactly is it supposed to be? Any hints I can drop for them?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Recording is not working with Openvidu 2.15.0 - Discourse
Recording is not working with Openvidu 2.15.0 ... HttpWebhookSender - Event recordingStatusChanged successfully posted to uri https://abc.XXX.
Read more >
How to trigger RecordingStatusChanged event - Developer API
You've talked about creating a custom event trigger so that only timer or recording data is refreshed. Some tips how to do this?...
Read more >
Questions regarding the new LocalRecording feature
I initially assumed we could infer local recording state from recordingStatusChanged event, but that does not appear to be the case.
Read more >
OpenVidu Webhook - docs - GitHub
This event will be triggered at the end of a successful call to the REST API method to initialize a session (REST API,...
Read more >
Events | Jitsi Meet - GitHub Pages
You can add event listeners to the embedded Jitsi Meet using the ... this is a fatal error which triggered a reconnect overlay...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found