jibri
jibri copied to clipboard
Hook on all participants left
Hi @bbaldino,
Thank you so much for the hook implementation https://github.com/jitsi/jibri/pull/315/commits That's really useful!
In https://github.com/jitsi/jibri/issues/325 we already talked about some of the hook related features and there is another one we just identified. Namely, we'd benefit from having a hook which is triggered when all participants leave the conference. We are wondering if a feature like that is already on your roadmap (or maybe even implemented and we missed it) and what you think of it. We are also willing to contribute, but before we do that, we want to check if you're perhaps already working on that and if this would be something you'd consider worthy adding to Jibri.
Thanks so much for the outstanding work on Jibri. W're having a lot of success of using it and are very satisfied with the results. Thanks also for the great responsiveness of you guys and the community!
You're talking about a webhook when Jibri detects the conference is empty?
Yes, exactly.
Jibri treats the empty call like a "successful" finish, do you need to specifically know that the Jibri session ended due to an empty call? Or merely that it ended successfully?
We'd need to know that it ended due to an empty call specifically.
Gotcha. No plans for something like this. We'd need to surface the specific reason we transition to the finish state here at the Selenium level, but there would also need to be changes to continue to bubble that reason all the way up to the point where we could actually fire a webhook event with it.