mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-04-09 20:30:19 +00:00
* 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
7 lines
132 B
JavaScript
7 lines
132 B
JavaScript
export * from './actions';
|
|
export * from './actionTypes';
|
|
export * from './components';
|
|
|
|
import './middleware';
|
|
import './reducer';
|