Jicofo reinvite Jigasi transcriber on failure
See original GitHub issueThis Issue tracker is only for reporting bugs and tracking code related issues.
Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have already been discussed. General questions, installation help, and feature requests can also be posted to community.jitsi.org.
Description
Hello,
I’m testing a failure use case of Jigasi. When Jigasi is transcribing in a conference, I restart the container, notification is correctly see in Jitsi Meet interface. But it’s not possible to reinvite Jigasi after complete restart.
In code, I did not see any use case to put active to false
when Jigasi leave without be requested.
Community thread => https://community.jitsi.org/t/reinvite-jigasi-on-failure/114332
Current behavior
Transcriber do not return to the conference
Expected Behavior
Transcriber should return in the conference
Possible Solution
Steps to reproduce
- Activate subtitles
- restart Jigasi container
- activate subtitles => nothing append
Environment details
Usage of https://github.com/jitsi/docker-jitsi-meet Versions:
- Jicofo / Jigasi / prosody stable_7001
- Meet stable_7287
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top GitHub Comments
The only (other) effect of this bug is that jigasi’s without “unmute” support will be muted anyway. But jigasi has supported “unmute” for a long time, so in practice there are no bad effects. We’ll fix it in jigasi, you can patch it yourself here: https://github.com/jitsi/jigasi/blob/master/src/main/java/org/jitsi/jigasi/JvbConference.java#L170
Yep