bigbluebutton-Github/bigbluebutton-html5/imports/api/users/server/methods
Lucas 125d70699b
feat: Initial implementation of Gladia transcriptions to BBB 2.7 (#19091)
* Demo changes

* Revert "feat(captions): no longer writes in the pad"

This reverts commit a76de8c458.

* feat(transcriptoin): Add config options for the transcription backend

* feat(transcription): Add autodetect option to cc chevron

* feat(transcription): Move transcription options into settings modal

* feat(transcription): Set transcription options via userdata

* fix(transcription): Correct userdata for settings transcription params

* feat(transcriptions): options to auto enable caption button

* feat(transcriptions): Option to hide old CC pad funcionality

* fix(transcription): Fix PR comments

* fix(transcription): Refactor updateTranscript to prevent null user and make it more readable

* feat(transcription): bbb_transcription_provider can be set via userdata

* fix(transcription): Use base10 for parseInt

* fix(transcriptions): Fix CC language divider when using webspeech

* fix(transcriptions): Use a default pad in the settings instead of hardcoding 'en'

We still need to use a language pad such as 'en', but in the future we can better
separate these systems.

* fix(transcription): Add a special permission for automatic transcription updates to the pad and restore old per user updates permission

* feature(transcriptions): Include transcriptions submenu and locales

* chore: bump bbb-transcription-controller to v0.2.0

* fix(transcription): Add missing menu files

* fix(transcription): Fix transcription provider options in settings.yml

* fix: setting password for bbb-transcription-controller

* build: add gladia-proxy.log for transcription-controller

* fix(transcriptions): Remove transcript splitting and floor logic from akka apps

* fix(captions): Show long utterances as split captions, show multiple speaker captions

* chore: bump bbb-transcription-controller to 0.2.1

---------

Co-authored-by: Anton Georgiev <anto.georgiev@gmail.com>
2023-11-30 10:10:36 -05:00
..
assignPresenter.js Migration of the API to async for Meteor3.0 2023-03-31 17:40:41 -03:00
changeAway.js Introduces flags user.away and user.raiseHand 2023-06-07 22:10:07 -03:00
changePin.js remove unused imports and variables 2022-03-15 13:11:20 +00:00
changeRaiseHand.js Introduces flags user.away and user.raiseHand 2023-06-07 22:10:07 -03:00
changeRole.js Add try/catch on users methods 2021-05-05 13:47:43 -03:00
clearAllUsersEmoji.js Introduces flags user.away and user.raiseHand 2023-06-07 22:10:07 -03:00
removeUser.js Add try/catch on users methods 2021-05-05 13:47:43 -03:00
sendAwayStatusChatMsg.js Introduces flags user.away and user.raiseHand 2023-06-07 22:10:07 -03:00
setEmojiStatus.js Introduces flags user.away and user.raiseHand 2023-06-07 22:10:07 -03:00
setExitReason.js Migration of the API to async for Meteor3.0 2023-03-31 17:40:41 -03:00
setMobileUser.js Akka-apps will set mobile flag instead of Meteor 2023-04-06 17:43:57 -03:00
setRandomUser.js Add try/catch on users methods 2021-05-05 13:47:43 -03:00
setSpeechLocale.js feat: Initial implementation of Gladia transcriptions to BBB 2.7 (#19091) 2023-11-30 10:10:36 -05:00
setSpeechOptions.js feat: Initial implementation of Gladia transcriptions to BBB 2.7 (#19091) 2023-11-30 10:10:36 -05:00
setUserEffectiveConnectionType.js Migration of the API to async for Meteor3.0 2023-03-31 17:40:41 -03:00
toggleUserLock.js Add try/catch on users methods 2021-05-05 13:47:43 -03:00
userActivitySign.js Migration of the API to async for Meteor3.0 2023-03-31 17:40:41 -03:00
userLeaving.js Migration of the API to async for Meteor3.0 2023-03-31 17:40:41 -03:00
userLeftMeeting.js Migration of the API to async for Meteor3.0 2023-03-31 17:40:41 -03:00
validateAuthToken.js refactor: ensure setTimeout and clearTimeout run within Fiber 2023-05-05 15:39:27 -04:00