Commit Graph

37524 Commits

Author SHA1 Message Date
prlanzarin
54b6578b03 fix(audio): forcefully disable stereo when using Vosk transcription
The current Vosk CC provider does not support stereo mic streams
(pending investigation as to why).

This commits makes sure stereo is forcefully disabled via SDP munging
only when transcription is active and using Vosk. Having it disabled
in the server side (FreeSWITCH) is not enough because the stereo parameter
is client mandated and replicated by FS on its answer. So we need to
make sure it's always disabled for the time being.
SFU audio does munging server side (and stereo is always off), so no changes
needed there.

The rest of the providers (except WebSpeech) need to be validated against
stereo audio as well.
This is also intended to be temporary - ideally this needs to be fixed in
mod_audio_fork/Vosk/wherever this is breaking.
2023-04-25 10:10:39 -03:00
Lucas Fialho Zawacki
4400cc68c8 feat(captions): Add SetUserSpeechLocaleMsg files 2023-04-25 10:05:16 -03:00
prlanzarin
8200a0ef64 build(freeswitch): load mod_audio_fork by default 2023-04-25 10:05:06 -03:00
prlanzarin
6f927a3835 build(freeswitch): add mod_audio_fork and libwebsockets
Add mod_audio_fork to FreeSWITCH's build alongside libwebsockets
(which mod_audio_fork depends on).

mod_audio_fork is used by the built in transcription feature as
a way to extract L16 streams from FreeSWITCH via WebSockets for further
processing by arbitrary transcription servers.

For full details on mod_audio_fork itself, please check drachtio's
source repo: github.com/drachtio/drachtio-freeswitch-modules.git

A few cautionary tales about this one:
  - The new patch (mod_audio_fork_build.patch) guarantees libwebsockets
    is properly linked to FreeSWITCH and that mod_audio_fork is built as
    well. That's because mod_audio_fork is not an upstream module.
  - The patch _may_ introduce conflicts on FreeSWITCH bumps more easily
    than the other patches we have. They shouldn't be too hard to adapt,
    though.
  - There's fine tuning to be done to FreeSWITCH's unit file regarding
    mod_audio_fork's capabilities. Again: check drachtio's repo.
2023-04-25 10:04:59 -03:00
Lucas Fialho Zawacki
fee6ff026a feat(captions): Use setUserSpeechLocale as an akka event and catch it in the transcription manager 2023-04-25 09:54:34 -03:00
Lucas Fialho Zawacki
6979432c36 feat(transcription): Server side open source transcriptions 2023-04-24 18:23:34 -03:00
Ramón Souza
e79ebb720b
Merge pull request #17706 from ramonlsouza/26-27-apr24
chore: Merge 2.6 into 2.7
2023-04-24 17:23:17 -03:00
Ramón Souza
af8556e026 Merge remote-tracking branch 'upstream/v2.6.x-release' into 26-27-apr24 2023-04-24 17:15:47 -03:00
Anton Georgiev
3f5194fbb4
docs: Added links for BBB 2.6.4, 2.6.5 2023-04-24 10:43:19 -04:00
Anton Georgiev
160a8b842e
chore: Bump BBB version to 2.6.5 2023-04-24 10:39:30 -04:00
Anton Georgiev
bf04095593
Merge pull request #17695 from KDSBrowne/bbb-iphone-patch
fix: Prevent Webcam Styling Crash On iPhones
2023-04-24 08:56:57 -04:00
Ramón Souza
3fd5fbd9c6
Merge pull request #17686 from ramonlsouza/fix-dropdown-ios
fix: Wrong style for set status dropdown button on iPhone
2023-04-24 09:47:01 -03:00
KDSBrowne
2c01efd969 add new line 2023-04-23 21:03:38 +00:00
KDSBrowne
9bdf7d5381 fix styling crash on iPhones by using pt units 2023-04-23 20:49:53 +00:00
Anton Georgiev
b2bd39d510
Merge pull request #17690 from danimo/max-user-formatting
fix: Do not format maxUsers in the getMeetings API response
2023-04-21 13:59:49 -04:00
Daniel Molkentin
0505e04154 fix: Do not format maxUsers in the getMeetings API response
- This should be computational output
- It's consistent with getMeetingInfo
2023-04-21 17:25:20 +02:00
Anton Georgiev
c0561bc4a1
Merge pull request #17666 from prlanzarin/u27/build/bbb-webrtc-recorder-archon
build: add bbb-webrtc-recorder
2023-04-20 17:01:53 -04:00
Anton Georgiev
ba033ab10e
Merge pull request #17685 from KDSBrowne/bbb-ipad-canvas-patch-2
fix: Disable Canvas Magnifier On iPad While Using Canvas
2023-04-20 16:24:37 -04:00
Anton Georgiev
1a8cea3e54
chore: Bump BBB version to 2.6.4 2023-04-20 16:15:18 -04:00
KDSBrowne
82c946233f
Update bigbluebutton-html5/imports/ui/components/whiteboard/cursors/component.jsx
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2023-04-20 16:14:42 -04:00
prlanzarin
538954a6ae build: add bbb-webrtc-recorder 2023-04-20 16:24:34 -03:00
Ramón Souza
861ef712b3 fix dropdown size on ios 2023-04-20 15:56:00 -03:00
KDSBrowne
8ee76b6b3e restore chat text selection | disable loupe in ipad while writing on canvas 2023-04-20 18:13:45 +00:00
Ramón Souza
f7c1af7295
docs: added link to 2.6.3 2023-04-19 17:43:36 -03:00
Ramón Souza
5aef1b8171
Merge pull request #17678 from KDSBrowne/bbb-ipad-canvas-patch
fix: Prevent Canvas Selection While Using Stylus On iPad
2023-04-19 16:38:41 -03:00
Ramón Souza
5cd67818b5
Merge pull request #17673 from ramonlsouza/issue-17668
Fix: Presentation un-minimizing when exiting external video or screen sharing.
2023-04-19 16:38:02 -03:00
KDSBrowne
9d23957962 prevent canvas selection when using the whiteboard on ipad with stylus 2023-04-19 19:21:22 +00:00
Ramón Souza
b35f59ec86
chore: Bump BBB version to 2.6.3 2023-04-19 15:40:29 -03:00
Gustavo Trott
614aa34496
Merge pull request #17674 from gustavotrott/fix-voiceUsers-color
fix: dial-in-participants not appearing in the participant list
2023-04-19 13:54:16 -03:00
Gustavo Trott
646011d517
Merge pull request #17672 from gustavotrott/bbb-conf-ignore-disabledFeatures-alert
fix (bbb-conf): warning about property 'disabledFeatures' has no value
2023-04-19 13:53:41 -03:00
Gustavo Trott
d19d286811 Adds prop color for voiceUsers create msgs 2023-04-19 12:16:35 -03:00
Ramón Souza
c89349858b
Merge pull request #17667 from KDSBrowne/bbb-autohide-tools-fix
fix: Patch Auto Hidden Tools To Stay Invisible On Page Change
2023-04-19 10:46:26 -03:00
Ramón Souza
ce627f8bdb fix presentation minimized after screenshare 2023-04-19 09:41:30 -03:00
Gustavo Trott
848db2ce78 Suppress warning: propertie 'disabledFeatures' has no value 2023-04-19 08:42:31 -03:00
Scroody
e27c50a487 Fix: Presentation unminimizing when exiting external video or screen share. 2023-04-19 08:25:24 -03:00
Anton Georgiev
e39526e279
docs: added link to 2.6.2 2023-04-18 17:46:11 -04:00
Anton Georgiev
ccf79f3bf1
Merge pull request #17669 from bigbluebutton/revert-17512-I-17464
Revert "Fix: Presentation un-minimizing when exiting external video or screen sharing."
2023-04-18 17:21:16 -04:00
Anton Georgiev
7b864cc841
Revert "Fix: Presentation un-minimizing when exiting external video or screen sharing." 2023-04-18 17:18:46 -04:00
KDSBrowne
65ac2b6d55 patch auto hidden tools to stay invisible on page change 2023-04-18 20:56:18 +00:00
Anton Georgiev
a811888dea
Merge pull request #17664 from ramonlsouza/keep-toolbar-on-resize
fix: whiteboard toolbar reappears if whiteboard is resized
2023-04-18 16:31:23 -04:00
transifex-integration[bot]
96cd808c5a
Apply translations in fa_IR (#17665)
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'fa_IR' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-04-18 16:30:29 -04:00
Anton Georgiev
d1553228aa
Merge pull request #17555 from antonbsa/screenshots-update
test: Reference screenshots update
2023-04-18 16:29:15 -04:00
Anton Georgiev
fa0ebd7311
chore: Bump BBB version to 2.6.2 2023-04-18 16:01:16 -04:00
Ramón Souza
2c8f357977 keep whiteboard toolbar hidden on resize / slide change 2023-04-18 15:03:22 -03:00
transifex-integration[bot]
94a9c57333
Apply translations in el_GR (#17663)
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'el_GR' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-04-18 11:47:23 -04:00
transifex-integration[bot]
494318caed
Apply translations in ja (#17662)
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'ja' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-04-18 11:20:08 -04:00
Anton B
976a59366a test: update screenshots of remaining whiteboard tests 2023-04-18 10:36:09 -03:00
Anton B
5f7c150761 Merge remote-tracking branch 'upstream/v2.6.x-release' into screenshots-update 2023-04-18 10:05:04 -03:00
transifex-integration[bot]
d46fe20565
Apply translations in fr (#17655)
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'fr' language.

Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
2023-04-17 16:56:58 -04:00
Anton Georgiev
4b2d16ea4a
Merge pull request #17660 from GuiLeme/issue-17133
docs: Add removable and downloadable in the documentation
2023-04-17 15:56:38 -04:00