Hi,
As I am moderator able to get subtitles, but for participants subtitles are not visible. Is there any way to enable subtitles for participants.
After moderator starts it, the option is available for non-moderators, when they start it - it will start showing.
It shows in the chat, But not on the screen and participant does not have any option. Is there any configuration need to enable to show subtitles on the screen for participants.
What versions are you using for jitsi-meet and jigasi?
jibri 8.0-140-gccc7278-1
jitsi-meet 2.0.8044-1
jitsi-meet-prosody 1.0.6776-1
jitsi-meet-turnserver 1.0.6776-1
jitsi-meet-web 1.0.6776-1
jitsi-meet-web-config 1.0.6776-1
jigasi 1.1-265-g4049f97-1 all Jitsi Gateway for SIP
I followed beolw shown url
opened 03:07PM - 09 Sep 22 UTC
<!--
This issue tracker is only for reporting bugs and tracking issues relate… d to the source code.
Before posting, please make sure to check if the same or similar bugs have already been discussed: https://github.com/jitsi/jitsi-meet/issues
General questions regarding usage, installation, etc. should be posted at https://community.jitsi.org. They will be closed if posted here.
-->
### Description:
Only one moderator can receive translated subtitles from other participants.
Other participants and delegated moderators can't toggle their subtitles/choose a language.
Only the moderator who clicked subtitles first can see the translated transcripts from other people (closed captions).
### Steps to reproduce:
0. Set up `docker-jitsi-meet-stable-7648-4`
1. Create and join a meeting
2. At toolbar, find subtitles and choose a language
3. Invite another participant and let them speak
4. **Notice that you can receive translated transcripts from their voice input, while the other participant cannot choose a language**
5. Grant the said participant moderator status
6. As the other participant, find subtitles and choose a language
7. **Notice that when the other moderator speaks, you don't receive translated transcripts**
### Actual behavior:
Other users must be able to enable translation and receive translated transcripts
### Server information:
- Jitsi Meet version: `docker-jitsi-meet-stable-7648-4`
- Operating System: `Docker desktop 4.10.1 (82475)`
### Client information:
- Browser / app version:
<img width="406" alt="image" src="https://user-images.githubusercontent.com/41291228/189382326-9f7c56ca-52da-4b00-bf01-205c36782c85.png">
- Operating System:
<img width="243" alt="image" src="https://user-images.githubusercontent.com/41291228/189381095-821ea5c7-5b63-4a2b-8b78-6bbb12e74f0d.png">
### Additional tests
I compiled a custom `jitsi-meet` where the **subtitles button always shows**
Then I integrated the build/image to `docker-jitsi-meet-stable-7648-4`
`react/features/subtitles/components/AbstractClosedCaptionButton.js`
<img width="537" alt="image" src="https://user-images.githubusercontent.com/41291228/189380064-2861ec51-8565-4ed2-bc84-946fa7eb964e.png">
..still doesn't work for other participants other than the first moderator who enabled subtitles
it solved my problem
Thank you for responding @damencho