João Victor
7c39525cb5
refactor: App component cleanup, part 2
2024-09-13 14:53:14 -03:00
João Victor
393339d63d
refactor: Centralize push layout data access
2024-08-29 11:47:50 -03:00
João Victor
a216f8d84c
refactor: Purge props of some containers (Activity Check, Notification Bar, Webcam and Chat Alert
2024-08-29 10:09:53 -03:00
João Victor
25fe8b8125
refactor: Introduce LayoutObserver, a component for observing and updating the layout state
2024-08-28 09:59:22 -03:00
Ramón Souza
0a38236f94
Merge pull request #20873 from Arthurk12/presentation-last-state
...
fix(presentation): restore last state after sharing media
2024-08-16 10:48:11 -03:00
Arthurk12
a9c8fd7051
fix(screenshare): removes redundant presentation restore
...
Removes redundant presentation restore code since the presentation restore
is executed by the layout context when updating the presentation pile.
2024-08-15 14:47:26 -03:00
João Victor
2b6e4b584e
fix(voice): reorganize askForConfirmationOnLeave code
...
- Move askForConfirmationOnLeave into AudioContainer
- Get rid of the unstable useMuteMicrophone hook, which returns a new reference every time the user gets muted/unmuted. Use the stable useToggleVoice hook instead.
2024-08-15 10:34:16 -03:00
Ramón Souza
d6b5467e43
fix chat alerts
2024-07-30 15:27:16 -03:00
germanocaumo
124bbe401e
fix: askForConfirmationOnLeave not working if user joined audio ( #20739 )
...
Fix missing isMuted in Audio Service
Fix muteMicrophone function not working on leave
2024-07-24 11:49:43 -04:00
Gustavo Trott
c6b9ab35ae
refactor: Remove old userStatus Emoji ( #20717 )
...
* Remove old userStatus Emoji
* tweak docs
* fix bkroom errors
2024-07-18 08:58:38 -04:00
João Victor
69d24bb880
refactor: add voice activity adapter
2024-07-01 11:08:31 -03:00
André Möller
9a0d5f42db
Fix:Null label for emoji setting toast
2024-06-24 10:05:09 -03:00
João Victor
13425335df
Fix imports
2024-06-17 08:54:03 -03:00
João Victor
ac72582c04
Merge branch 'v3.0.x-release' into remove-mongo-adapters
2024-06-14 16:55:53 -03:00
João Victor
a45eea5a26
Remove Meteor imports
2024-06-14 16:54:31 -03:00
Anton Georgiev
c8dece66f0
Merge pull request #20463 from Arthurk12/generic-content-types
...
feat(plugins): adds generic content types 'MAIN' and 'SIDEKICK'
2024-06-14 15:18:42 -04:00
João Victor
dac101523f
Fix infinit loop
2024-06-14 15:40:40 -03:00
Arthurk12
b7f9920b6e
review: fix tsc errors
2024-06-14 15:32:55 -03:00
Tainan Felipe
5aa575c322
Merge remote-tracking branch 'upstream/v3.0.x-release' into remove-withtracker-2-they-strike-back
2024-06-13 12:07:50 -03:00
Anton Georgiev
e4139dcb5a
Merge pull request #20466 from JoVictorNunes/remove-with-trackers-0611
...
refactor: remove navbar withTracker
2024-06-12 12:32:58 -04:00
Lucas
9bf3f54183
feat: Initial BBB 3.0 Gladia transcriptions implementation ( #20295 )
...
* feat(html5): initial implementation of Gladia transcriptions to BBB 3.0
* fix(transcription): Add missing locales and fix invalid cc menu key
* fix(bbb-transcription-controller): Bump transcription controller to fix some bugs
* fix: adjust yq syntax for setting fs esl password in transctiption-controller
* fix(transcription): Use newer useSettings format from transcription options
* fix(captions): Correctly use captions settings
---------
Co-authored-by: João Victor <joaovictornunes973@gmail.com>
Co-authored-by: Anton Georgiev <anto.georgiev@gmail.com>
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2024-06-12 12:06:07 -04:00
Tainan Felipe
2e5438a3a7
Remove: app withTracker
2024-06-11 18:55:38 -03:00
Ramón Souza
911f663e27
remove defaultProps from components
2024-06-11 13:10:04 -03:00
João Victor
7a6044cb67
refactor: remove navbar withTracker
2024-06-11 11:46:16 -03:00
Arthurk12
95d823951f
feat(generic-component): rename to generic content and add type
...
Renames the generic component to generic content and adds the first
type, called 'main'. This commit is a preparation to allow generic
content from plugins to have types.
2024-06-10 19:36:45 -03:00
Tainan Felipe
c2364641d3
refactor: connection status for graphql connection ( #20196 )
...
* Add: connection status for graphql connection
2024-06-10 16:20:41 -04:00
João Victor
af52a8574c
refactor: remove voice users adapter
2024-06-06 15:47:41 -03:00
Anton Georgiev
ff0c5ae0fa
Merge pull request #20368 from ramonlsouza/adjust-chat-id
...
fix: incorrect chat id being set on layout change
2024-06-06 12:11:08 -04:00
João Victor Nunes
f78ed525e4
fix(audio): conditions for muting the user on leave ( #20378 )
2024-06-04 14:10:54 -03:00
Ramón Souza
b0ff414acb
fix incorrect chat id
2024-05-30 09:57:01 -03:00
Gustavo Trott
fd3071c28a
Refactor (gql-middleware): Introduces clientSessionUUID
and validations (error handling) ( #20353 )
2024-05-29 17:43:17 -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
João Victor
7297778746
fix: tweak video-streams typings (Part 1)
...
- Tweak high-level components.
2024-05-01 16:48:12 -03:00
Tainan Felipe
e4a23feda3
Remove: old code from notes, pads and meeting ended
2024-05-01 09:39:03 -03:00
Tainan Felipe
7d7acb8a80
Remove: Breakout room unused code
2024-04-30 16:14:22 -03:00
Ramón Souza
db4054df86
remove getServerTime makecall
2024-04-25 15:07:15 -03:00
Ramón Souza
16ba97ffb1
remove userActivitySign makecall + fix inactivity check
2024-04-25 11:53:56 -03:00
Tainan Felipe
e6c4e06c81
Merge remote-tracking branch 'upstream/v3.0.x-release' into remove-user-info
2024-04-24 09:13:59 -03:00
Ramón Souza
9a8a2fd98b
Merge pull request #20028 from Tainan404/refactor-captions
...
Refactor: move captions to graphql
2024-04-23 17:22:01 -03:00
Tainan Felipe
e80cc5a223
Remove: user-info collection
2024-04-23 14:38:07 -03:00
Ramón Souza
15442f731a
Merge pull request #20043 from Tainan404/migrate-notification
...
Refactor: Move notifications to graphql
2024-04-23 11:24:37 -03:00
Tainan Felipe
77ded6548b
Merge remote-tracking branch 'upstream/v3.0.x-release' into refactor-captions
2024-04-22 19:07:35 -03:00
Tainan Felipe
18ace44625
Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-breakout-invitation
2024-04-22 18:54:18 -03:00
Ramón Souza
4b2df4738e
Merge pull request #20050 from Tainan404/remove-typed-captions
...
Remove: typed captions
2024-04-22 18:15:36 -03:00
Tainan Felipe
f0b334450b
Merge remote-tracking branch 'upstream/v3.0.x-release' into migrate-notification
2024-04-22 17:42:32 -03:00
Tainan Felipe
dca6c6add4
Merge remote-tracking branch 'upstream/v3.0.x-release' into PR_19324
2024-04-22 15:31:51 -03:00
Tainan Felipe
47540c7711
Merge remote-tracking branch 'upstream/v3.0.x-release' into refactor-captions
2024-04-22 12:32:41 -03:00
Tainan Felipe
fd9845abba
Remove: typed captions
2024-04-19 16:27:01 -03:00
Guilherme Leme
dc1d831ea2
[fix-sahred-notes-not-unmounting] - centralize shared notes pin rendering logic
2024-04-19 11:08:13 -03:00
Tainan Felipe
d5043bebc3
Refactor: Move notifications to graphql
2024-04-18 21:43:26 -03:00