Saúl Ibarra Corretgé
a67d0fbf6c
chore: remove some cycles
4 vuotta sitten
damencho
701d34248b
fix: Fixes showing cc button when jwt is not used.
Fixes #7093 .
4 vuotta sitten
Hristo Terezov
3e7abf3da0
feat(subtitles): Disable for guests.
5 vuotta sitten
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
5 vuotta sitten
Saúl Ibarra Corretgé
955b24be9d
rn,cc: add feature-flag to disable close captions
5 vuotta sitten
Hristo Terezov
bd8a7edbd2
fix(optimise): mapStateToProps for some components (#5085)
5 vuotta sitten
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
5 vuotta sitten
Saúl Ibarra Corretgé
f9b3d470e9
cc: fix showing CC button if config option is undefined
6 vuotta sitten
Bettenbuk Zoltan
2a5adfc601
Remove some Flow annotations
6 vuotta sitten
Saúl Ibarra Corretgé
c025c7e132
flow: tame the beast
🔥🔥🔥
6 vuotta sitten
Hristo Terezov
a9d82a79ea
fix(toolbar): Move buttons to overflow menu when the space isn't enough
6 vuotta sitten
Lyubo Marinov
1d128e027a
Coding style: utilize default values
Since they are a language feature, they make the source code more easily
comprehensible than `if (typeof XXX === 'undefined') { XXX = ...; }`.
6 vuotta sitten
paweldomas
ee9f304345
fix(RN): show the CC button only when transcribing is available
6 vuotta sitten
paweldomas
26d906fa46
feat(RN): displays transcription subtitles
6 vuotta sitten
paweldomas
e2771b53bb
feat(transcriptions): add ClosedCaptionButton.native
6 vuotta sitten
Nik
3c27d2ee54
independently display subtitles based on participants choice
6 vuotta sitten
virtuacoplenny
87c010a9bd
fix(subtitles): adjust styling for tile view (#3365)
- Increase z-index so the subtitles display over tiles.
- Add a background to the subtitle text.
- In general make the subtitles narrower.
6 vuotta sitten
Nik
d3dd54ac3b
Show subtitles when Jigasi sends transcription results in JSON (#1914)
* Show subtitles when Jigasi sends transcription results in JSON
* fix: Import PropTypes from prop-types.
* apply feedback on initial PR
* Changed Object to Map, alphabetic ordering fixes ,css changes in transcription subtitles
* Sends Map of transcriptMessages as prop to Component
* Documentation fixes and uses config in redux state
* Minor doc fix
* rename feature 'transcription' to 'subtitles'
* Moves subtitles config to interfaceConfig and minor fixes
* minor lint fix
6 vuotta sitten