João Victor
b2adf9ad15
fix(voice): keep voice activity hooks pure by skipping state update when applicable
2024-08-15 09:13:12 -03:00
Tainan Felipe
4d6f4b3ded
Refactor: Make bundle using webpack ( #20811 )
...
* Refactor: Make bundle using webpack
* Fix: restore after install codes and a few settings
* Fix: build script folder permission
* Refactor: Remove support to async import on audio bridges
* Upgrade npm using nvm
* Avoid questions on npm ci execution
* Let npm ci install dev dependencies (as we need the build tools here)
* Fix: enconding
* Fix: old lock files
* Remove: bbb-config dependency to bbb-html5 service, bbb-html5 isn't a service anymore
* Fix: TS errors
* Fix: eslint
* Fix: chat styles
* npm install with "lockfileVersion": 3 (newer npm)
* build: allow nodejs 22
* node 22; drop meteor from CI and bbb-conf
* TEMP: use bbb-install without mongo but with node 22 and newer image
* build: relax nodejs condition to not trip 22.6
* build: ensure dir /usr/share/bigbluebutton/nginx exists
* init sites-available/bbb; drop disable-transparent-
* nginx complaining of missing file and ;
* TMP: print status of services
* WIP: tweak nginx location to debug
* Fix: webcam widgets alignments
* akka-apps -- update location of settings.yml
* build: add locales path for nginx
* docs and config changes for removal of meteor
* Fix: build encoding and locales enpoint folder path
* build: set wss url for media
* Add: Enable minimizer and modify to Terser
* Fix: TS errors
---------
Co-authored-by: Tiago Jacobs <tiago.jacobs@gmail.com>
Co-authored-by: Anton Georgiev <anto.georgiev@gmail.com>
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2024-08-09 13:58:44 -04:00
Gustavo Trott
fda1b5b107
Remove unnecessary user voice props
2024-07-12 13:26:26 -03:00
Ramón Souza
b47dcf58bd
Merge pull request #20642 from JoVictorNunes/fix-stuck-talking-indicator-0705
...
fix: talking indicator getting stuck on audio exit
2024-07-08 10:54:33 -03:00
João Victor
8f232656fa
fix: talking indicator getting stuck on audio exit
2024-07-05 12:15:02 -03:00
João Victor
9402402e0f
Merge branch 'v3.0.x-release' into remove-meteor-stuff-0702
2024-07-02 17:13:28 -03:00
João Victor
12f39c7cf7
Fix typings
2024-07-02 17:11:16 -03:00
João Victor
69d24bb880
refactor: add voice activity adapter
2024-07-01 11:08:31 -03:00
João Victor Nunes
0896d59264
fix: tweak useDeduplicatedSubscription hook to properly handle the skip option ( #20471 )
2024-06-27 13:37:06 -04:00
João Victor Nunes
9801905960
fix: improve the hooks of voice activity ( #20589 )
...
* fix: improve the hooks of voice activity
* Add check for users who haven't talked
2024-06-27 14:31:20 -03:00
João Victor
78a188086d
Remove useless condition
2024-06-25 17:21:34 -03:00
João Victor
f949aaba7d
Fix sorting and cleanup
2024-06-25 16:54:12 -03:00
João Victor
9ed7b17285
Custom hook for talking indicators
2024-06-24 10:25:48 -03:00
João Victor
17b734e642
refactor(core-html5): custom hooks for voice data
2024-06-21 18:45:05 -03:00
Tiago Jacobs
ba02a327e1
Revert "refactor(core-html5): custom hook for voice data"
2024-06-19 14:18:58 -03:00
João Victor
7ede343490
refactor(core-html5): custom hook for voice data
2024-06-18 15:40:14 -03:00
João Victor
cfb8ae35cb
Merge branch 'v3.0.x-release' into tweak-video-stream-subs
2024-06-11 08:48:49 -03:00
Ramón Souza
0c9e3e6671
Merge pull request #20434 from JoVictorNunes/remove-voice-users-with-trackers
...
refactor: remove voice users adapter
2024-06-10 15:55:09 -03:00
João Victor
9b02a41e3d
fix(webcam): tweak subscriptions
2024-06-07 17:41:36 -03:00
Tainan Felipe
df10f2f9d2
Fix: Make useDeduplicatedSubscription stop subscription with old parameters ( #20407 )
...
* Fix: Make useDeduplicatedSubscription stop subscription with old parameters
* Fix: subscription not stopping after new parameters on createUserSubscription
* Fix: TS error
2024-06-06 16:14:41 -03:00
João Victor
af52a8574c
refactor: remove voice users adapter
2024-06-06 15:47:41 -03:00
Tainan Felipe
3bc40df230
Add: useDeduplicatedSubscription hook ( #20376 )
...
* Add: useDeduplicatedSubscription hook
* Fix: TS error
* Add: components using useDeduplicatedSubscription
* Change: Move to useDeduplicatedSubscription
* Change: unsubscribe logic to own useEffect
* Change: remove file import over package
* Fix: TS errors
* Fix: private chat not loading
* Change: revert changes on queries
* Fix: eslint error
* Remove: html-webpack-plugin package
* Fix: external video
* Add: comment about the stringToHash function
* Fix: video player showing tools over presentation
2024-06-04 10:40:54 -03:00
Ramón Souza
971af964ad
Merge pull request #20339 from GuiLeme/fix-plugin-data-consumption-hooks
...
fix(plugins): Multiple updates of hooks
2024-05-30 16:31:14 -03:00
Ramón Souza
7514066fc3
fix: Client can't load in certain cases ( #20336 )
...
* move settings
* remove meteor cache files
2024-05-29 09:26:11 -04:00
Guilherme Leme
5a868d7a55
[fix-plugin-data-consumption-hooks] - fix currentUser and useMeeting
2024-05-27 11:26:10 -03:00
Guilherme Leme
1a8f066e29
[fix-data-consumption-hooks] - fix many updates of the result of the useCurrentPresentation
2024-05-24 08:43:25 -03:00
Ramón Souza
4767a0eec0
Merge pull request #20118 from Tainan404/remove-timer-js-files
...
Remove: timer js files
2024-05-01 09:41:55 -03:00
Tainan Felipe
1e90237305
Remove: timer js files
2024-04-30 12:45:05 -03:00
Tainan Felipe
8d3d0008f0
Fix: lint error
2024-04-30 10:52:18 -03:00
Tainan Felipe
54d1ffa0ac
Refactor: useUserCurrentData to use subscription instead of depends on context
2024-04-30 10:36:57 -03:00
Tainan Felipe
28a97f500b
Fix: fix paramenters not parsing array
2024-04-24 17:18:21 -03:00
Tainan Felipe
b40930cc4a
Refactor: move captions to graphql
2024-04-16 19:39:29 -03:00
João Victor
7aa4a40c61
improvement: use React context to store current user data
2024-04-04 10:13:27 -03:00
Gustavo Trott
e8c8dee1af
Revert "Revert useMeeting.ts"
...
This reverts commit b80de9f7fe
.
2024-04-03 11:38:43 -03:00
Tainan Felipe
f3465827dd
Migrate meeting collection to graphql ( #19853 )
2024-03-26 08:57:28 -03:00
João Victor
0f6d5205e4
fix: prevent patching objects in place
2024-03-07 17:38:49 -03:00
João Victor
3bd1017e1f
Merge branch 'v3.0.x-release' into patched-usr-list-curr-user
2024-03-07 14:12:22 -03:00
André Castro
58a0efe708
Migrate auth and settings to graphQL ( #19507 )
2024-03-06 14:28:18 -03:00
João Victor
0ff49cc215
improvement: use patched subscriptions for both user list and current user
2024-03-06 11:31:39 -03:00
Guilherme Pereira Leme
d7e2d400d6
fix: decrease total number of subscriptions for some hooks ( #19653 )
2024-02-21 16:50:46 -03:00
Guilherme Pereira Leme
ecb3350a9f
feat(plugins): create useTalkingIndicator and set for external video volume ( #19447 )
...
* [plugin-sdk-talking-indicator-and-external-video] - create new data consumption hook and ui command
* [plugin-sdk-talking-indicator-and-external-video] bump SDK version
* [plugin-sdk-talking-indicator-and-external-video] - resolve tsc issues
* [plugin-sdk-talking-indicator-and-external-video] - resolve tsc issues
* [plugin-sdk-talking-indicator-and-external-video] - resolve lint errors
2024-01-30 18:37:29 -03:00
Tainan Felipe
b524f0b9fb
Fix: chat loading only one page per time ( #19511 )
2024-01-29 14:04:04 -03:00
Anton Barboza de Sá
d30b806b47
test: Fix no-flaky tests and properly set the execution mode ( #19436 )
...
* test: fix shortcuts, add flaky flag for test requiring graphql data, fix slide change for tldraw v2
* test: properly set the execution mode
* test: use isMultiUser parameter inside options obj
* test: fix banner color test
* test: increase breakout test timeouts for user joining room
* test: redo the change in the hide presentation on join test
* test: change hide presentation steps and add flaky flag on it
2024-01-19 13:42:01 -03:00
Guilherme Pereira Leme
774a628d19
feat(plugin): add new useLoadedChatMessages ( #19339 )
...
* [plugin-sdk-issue-27] - new data-consumption-hook
* [plugin-sdk-issue-27] - update SDK
2023-12-14 17:02:00 -03:00
Guilherme Pereira Leme
eb7adfb994
feat(plugins): code refactor for readability ( #19222 )
...
* [plugin-sdk-refactor-organization] - rearrange of files and folders (WIP)
* [plugin-sdk-refactor-organization ] - final touches
* [plugin-sdk-refactor-organization ] - fix
* [plugin-sdk-refactor-organization ] - update SDK
2023-11-28 15:31:28 -03:00
Guilherme Pereira Leme
93b8705af2
feature(html5): Change return type of the graphql data hook ( #19103 )
2023-11-13 15:10:41 -03:00
Tainan Felipe
ff4d4e02f8
Fix: Remove unnecessary import
2023-11-07 13:02:38 -03:00
Tainan Felipe
dd17a63640
Add: implements hooks to use inside components
2023-11-07 13:02:38 -03:00
Gustavo Trott
5159da82f1
Remove unnecessary JSON.stringify
2023-11-07 13:02:38 -03:00
Gustavo Trott
ca9167ef59
Refresh subscription whenever variables change
2023-11-07 13:02:38 -03:00