This website requires JavaScript.
Explore
Help
Sign In
BigBlueButton
/
bigbluebutton-Github
Watch
1
Star
0
Fork
0
You've already forked bigbluebutton-Github
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
077592df18
bigbluebutton-Github
/
bigbluebutton-html5
/
imports
/
api
/
audio-captions
/
server
/
index.js
4 lines
69 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(captions): audio captions app Add a server-side app for the audio captions feature and record proto-events for this data. As it is, only behaves as a pass-through module. The idea is to include all the business intelligence in this app.
2022-04-01 03:40:07 +08:00
import
'./eventHandlers'
;
feat(captions): web speech prototype Hardcoded pt-BR prototype for closed captions generated by the browser's WebSpeech API.
2022-03-25 03:05:20 +08:00
import
'./methods'
;
import
'./publishers'
;
Reference in New Issue
Copy Permalink