bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/audio
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
..
audio-controls fix missing import in audio controls 2022-07-15 11:41:11 -03:00
audio-dial convert audio dial component 2021-11-09 12:53:41 +00:00
audio-modal feat(captions): language selector 2022-07-20 17:20:50 +00:00
audio-settings Merge pull request #15375 from prlanzarin/u26/fix/local-echo-gUM-block 2022-07-13 15:57:02 -03:00
audio-stream-volume refactor(audio): linter pass over local echo/volume meter 2022-04-18 20:05:26 +00:00
audio-test move button component to common folder 2022-02-14 20:20:50 +00:00
autoplay move button component to common folder 2022-02-14 20:20:50 +00:00
captions fix: add option to disable transcription in mobile, extend support check 2022-07-20 17:20:54 +00:00
device-selector refactor(audio): style adjustments to AudioSettings device selectors 2022-05-03 16:25:02 +00:00
echo-test move button component to common folder 2022-02-14 20:20:50 +00:00
help move button component to common folder 2022-02-14 20:20:50 +00:00
local-echo fix: change local echo Stop hearing locale to Stop audio feedback 2022-07-13 13:59:49 +00:00
permissions-overlay move modal component to common folder 2022-02-15 15:54:55 +00:00
container.jsx move modal component to common folder 2022-02-15 15:54:55 +00:00
service.js fix(audio): guarantee consistency of selected output devices in AudioSettings 2022-04-28 16:36:47 +00:00