bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio/captions
prlanzarin 6c8b097eba fix: add option to disable transcription in mobile, extend support check
Mobile endpoints are flaky with the WebSpeechAPI:
  - iOS versions that support it are borking our outbound audio when it's
    enabled
  - Android speech recognition has flaky locale detection and speech
    transcription
Additionally: the support check is not checking the WebSpeechAPI
availability properly, so older devices (eg iOS 12) are flagged as
supported even though they aren't.

This commit adds a configuration flag (public.audioCaptions.mobile) to
control transcription availability on mobile. False by default.
Also extends the setSpeechVoices support check and
hasSpeechRecognitionSupport method to prevent false positives.
2022-07-20 17:20:54 +00:00
..
button style(captions): adds border to toggle button 2022-07-20 17:20:53 +00:00
live style(captions): add background alpha 2022-07-20 17:20:51 +00:00
select feat(captions): adds locale settings 2022-07-20 17:20:53 +00:00
speech fix: add option to disable transcription in mobile, extend support check 2022-07-20 17:20:54 +00:00
service.js feat(captions): add author avatar 2022-07-20 17:20:50 +00:00