André Möller
dc74ecfa65
Fix: [3.0] Breakout room invitation option missing from user dropdown
2024-07-23 15:21:26 -03:00
Ramón Souza
c57623172f
Merge pull request #20730 from KDSBrowne/bbb-20726
...
fix(whiteboard): Remove active cursors in tldraw when access is revoked
2024-07-22 16:39:48 -03:00
Arthur B. Grossi
291809bff0
feat(private-chat): message read confirmation feedback ( #20722 )
...
* feat(graphql-server): add new view `v_chat_private_read_feedback`
Adds a view called `v_chat_private_read_feedback` to retrieve the last seen time
of the recipient of a private chat.
* refactor(chat): removes unused prop `lastSeenAt`
* feat(private-chat): message read confirmation feedback
Adds message read confirmation feedback feature to private chats.
This feature uses the private chat recipient's `lastSeenAt' attribute to
check which messages were read. Messages read are show in the chat with
a check icon next to it.
Feature behind a flag in settings.yml, which is disabled by default:
- `public.chat.privateMessageReadFeedback.enabled`
* fix(chat): poll chart message
Fixes poll chart message which was not using the full chat width due to
previous changes in chat messages `flex-direction`.
* fix: adds missing initial value for `privateMessageReadFeedback`
* fix: linter errors
* fix(chat): add `recipientHasSeen` property to existing view
This commit changes the way the messages read by the recipient are
tracked. The previous strategy required the client to calculate the read
messages and as a consequence all messages of the given chat
were re-rendered every time the recipient `lastSeenAt` time
changed. The current strategy consists of calculating the read messages
on the server(based on recipient `lastSeenAt`) and just expose to the
client a boolean(`recipientHasSeen`) for each message that indicates whether
it has already been read or not.
* fix: typo in message description
* fix: typo in settings flag
* fix: vertically align icon
2024-07-22 12:01:24 -04:00
Ramón Souza
b8faf496ce
fix empty media area
2024-07-19 16:06:09 -03:00
Gustavo Trott
cf0b32efff
Merge pull request #20682 from germanocaumo/skip-ecoTest-if-previous
...
Microphone: add option to skip echo test if session has valid input/output devices stored
2024-07-19 13:16:11 -03:00
João Victor
003e3832ac
Merge branch 'v3.0.x-release' into bbb-web-api-singleton
2024-07-19 11:59:50 -03:00
germanocaumo
6502cfe646
refactor: rename skipCheckIfPreviousDevice to skipEchoTestIfPreviousDevice
...
changed userData from bbb_skip_check_if_previous_device to bbb_skip_echotest_if_previous_device
2024-07-19 11:29:38 -03:00
João Victor
433a4a2e04
refactor(html5): centralize /bigbluebutton/api requests
2024-07-19 11:27:48 -03:00
João Victor Nunes
b0498d29b2
fix(webcam): a couple of pagination fixes, improvements, et al. ( #20720 )
2024-07-19 08:52:55 -04:00
germanocaumo
b885b5790f
feat(plugins): add open and close presentation area command support ( #20635 )
2024-07-19 08:52:23 -04:00
Ramón Souza
539caec578
fix external video blank space ( #20733 )
2024-07-18 16:28:30 -04:00
germanocaumo
cbe0b4f6ae
feat(webcams): skip video preview if valid input devices stored ( #20696 )
...
* feat(webcams): skip video preview if valid input devices stored
Additionally:
- refactor: re-use the existing VirtualBackground_* storage info instead
of creating a new one
- fix: store background choices per deviceId instead of globally
- fix: guarantee background restore attempts are *critical* when
video-preview is supposed to be skipped. We want the preview to be
shown if the previous background could not be restored to preserver
the user's privacy choice
- fix: cameras could not be shared if no previous device info was in
the user's session
- fix: uploaded background images were not correctly restored
- fix: do not spin up virtual bg workers for brightness if it has not
been altered by the user
- refactor: remove old video-provider background restore routine,
centralize it in video-preview
* fix(skip-video-preview): correct storage check and add playwright test and docs
---------
Co-authored-by: prlanzarin <4529051+prlanzarin@users.noreply.github.com>
2024-07-18 16:24:10 -04:00
KDSBrowne
1a887ba6ac
remove active cursors when access is revoked
2024-07-18 17:00:28 +00: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
Ramón Souza
5defa2687a
fix presenter cannot change slide after ext. video ( #20716 )
2024-07-17 15:55:37 -03:00
João Victor Nunes
f505f11f5a
fix(connection-status): stop RTT calculation on meeting end ( #20708 )
2024-07-17 11:37:04 -03:00
João Victor Nunes
1d737fbada
refactor(html5): recording start/stop modal ( #20679 )
...
* refactor(html5): recording start/stop modal
* Add suport for errors
2024-07-16 15:29:29 -03:00
Gustavo Trott
1683f4c3fe
refactor: Rename all customParameters
references to userMetadata
or userdata
( #20692 )
...
* Rename all customParameters references to userMetadata
* fix linter error
* Update docs/docs/development/api.md
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
* Update bigbluebutton-html5/imports/ui/components/settings-loader/component.tsx
---------
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2024-07-16 13:40:49 -04:00
João Victor Nunes
1b99e08da7
refactor: remove /clientStartupSettings
request ( #20700 )
...
* Remove clientStartSettings request
* Remove StartupDataFetch component
* Fix client logger
2024-07-16 10:40:13 -03:00
Lucas
bdfde2befd
feat(plugin): Verify plugin integrity with 'checksum' option ( #20693 )
...
* feat(plugin): Verify plugin integrity with 'checksum' option
* fix(types): Add optional checksum type definition in PluginConfig
2024-07-15 16:34:14 -04:00
Ramón Souza
8299c38305
Merge branch 'v3.0.x-release' into bbb-20650
2024-07-15 15:29:44 -03:00
Ramón Souza
c1c2910b24
Merge pull request #20659 from JoVictorNunes/issue-20651
...
feat(whiteboard): add option to `disabledFeatures` for infinite whiteboard
2024-07-15 15:27:56 -03:00
Ramón Souza
4987391ab6
Merge pull request #20701 from Scroody/loading-steps-fix
...
Fix: Loading steps not being accurately represented
2024-07-15 13:07:04 -03:00
Ramón Souza
2018b6884e
Merge pull request #20702 from ramonlsouza/check-memo
...
refactor: reduce useMemo use
2024-07-15 11:13:08 -03:00
Ramón Souza
8a0c3187f9
fix ts error
2024-07-12 16:44:40 -03:00
Ramón Souza
e72d6d3f19
remove useStreamUsers useMemo
2024-07-12 14:47:17 -03:00
André Möller
dd5974d069
Fix: Loading steps not being accurately represented
2024-07-12 14:45:30 -03:00
Ramón Souza
47ee93eb91
remove unique data from talking indicator useMemo
2024-07-12 13:36:01 -03:00
Gustavo Trott
fda1b5b107
Remove unnecessary user voice props
2024-07-12 13:26:26 -03:00
Ramón Souza
1c516ee0c2
remove recording indicator useMemo with time as a dependency
2024-07-12 11:18:36 -03:00
Ramón Souza
ab28888bc4
Merge pull request #20681 from JoVictorNunes/fix-connection-status-sorting
...
fix(connection-status): user report sorting
2024-07-11 10:56:37 -03:00
Ramón Souza
556806cc90
Merge pull request #20683 from JoVictorNunes/port-20669-30
...
fix: external video can be seen through sidebar on mobile
2024-07-11 10:08:41 -03:00
Gustavo Trott
7a03136d02
Merge pull request #20686 from gustavotrott/gql-server-auth-session
...
refactor (graphql): Big refactor on Graphql authentication
2024-07-10 20:17:23 -03:00
Gustavo Trott
2c2d595212
Big refactor on Graphql authentication
2024-07-10 18:30:01 -03:00
Ramón Souza
e8a796379d
Merge pull request #20633 from JoVictorNunes/issue-20611
...
fix: inconsistencies in presentation upload toast
2024-07-10 17:38:08 -03:00
KDSBrowne
54479d9017
fix(whiteboard) Delete key removing text shape while editing ( #20668 )
...
* fix delete key removing shapes while editing
* remove backspace
2024-07-10 15:42:08 -04:00
João Victor
e2528ff8cd
fix: external video can be seen through sidebar on mobile
2024-07-10 16:39:21 -03:00
prlanzarin
cd65f880a3
fix(audio): disable skipCheckIfPreviousDevice in mobile
...
Mobile users have significant trouble figuring out correct audio I/O
devices according to feedbacks. The potential absence of echo test after
having set an initial device in the first join cycle might complicate
things even further if they got it wrong.
Ignore the skipCheckIfPreviousDevice flag in mobile endpoints. They'll
always go through the echo test if no other skip flag is set, even if
they had a previously configured device.
2024-07-10 15:12:10 -03:00
germanocaumo
eeafc22259
feat(echo-test): add skipCheckIfPreviousDevice option
2024-07-10 14:54:17 -03:00
João Victor
054bab8a3e
fix(connection-status): user report sorting
2024-07-10 12:25:05 -03:00
Ramón Souza
1420d4a03a
Merge pull request #20645 from JoVictorNunes/hide-virtual-background-controls
...
fix: hide virtual background controls in unsupported browsers
2024-07-10 10:01:36 -03:00
KDSBrowne
df51cdabf2
fix(wb): increase duplicated shape distance from origional ( #20677 )
2024-07-09 14:37:06 -04:00
KDSBrowne
7e7fd3e0ac
fix(wb): handle preloading next slide camera position ( #20674 )
2024-07-09 14:36:06 -04:00
Ramón Souza
2220340037
refactor: port layout button changes to v3.0.x ( #20672 )
2024-07-09 14:20:46 -04:00
KDSBrowne
d947e13bfd
fix(whiteboard): increase wheel zoom speed ( #20675 )
2024-07-09 10:52:10 -04:00
Ramón Souza
0197db1953
Merge pull request #20663 from ramonlsouza/fix-sidebar-integ-layout
...
fix: sidebar in integration layouts
2024-07-08 17:11:30 -03:00
Gustavo Trott
cdac0aba32
Merge pull request #20664 from Tainan404/add-base-url-util
...
Add: base url util for api
2024-07-08 16:10:31 -03:00
KDSBrowne
49456f6ad3
fix(wb): Draw line dropping segment for person drawing ( #20660 )
2024-07-08 14:35:34 -04:00
KDSBrowne
71b4e484d8
fix(wb): make wheel zoom focus toward mouse pointer ( #20661 )
2024-07-08 14:14:24 -04:00
KDSBrowne
6b6c4e0566
fix(wb): update shortcut handling to support mac keys ( #20662 )
2024-07-08 14:06:23 -04:00
Tainan Felipe
5f0995b80f
Remove: cluster support in util
2024-07-08 14:56:42 -03:00
Tainan Felipe
284fed2137
Add: base url util for api
2024-07-08 14:14:30 -03:00
Ramón Souza
b51c7692ad
remove console log
2024-07-08 14:06:55 -03:00
Ramón Souza
64d17e2633
fix sidebar in integration layouts
2024-07-08 13:58:07 -03:00
Ramón Souza
31385c2fa7
Merge pull request #20646 from JoVictorNunes/recording-label-margin
...
style: recording button label margin
2024-07-08 10:19:50 -03:00
João Victor
e26b408d42
feat(whiteboard): add option in disabledFeatures for infinite whiteboard
2024-07-08 10:18:26 -03:00
Ramón Souza
df7184d731
Update bigbluebutton-html5/imports/ui/components/nav-bar/nav-bar-graphql/recording-indicator/component.tsx
2024-07-08 09:13:36 -03:00
João Victor
aac75437c4
Merge branch 'v3.0.x-release' into hide-virtual-background-controls
2024-07-08 08:14:30 -03:00
KDSBrowne
a6f3d02f18
add configuration to disable infinite wb in breakouts
2024-07-06 17:36:21 +00:00
Anton Georgiev
abeb12146b
Merge pull request #20480 from KDSBrowne/v30-enable-whiteboard-infinite-canvas
...
feat(whiteboard): Add infinite whiteboard for presentation slides
2024-07-05 17:54:55 -04:00
Tiago Jacobs
5d6728525f
Merge pull request #20625 from JoVictorNunes/remove-meteor-stuff-0702
...
Remove Meteor backend
2024-07-05 17:57:30 -03:00
João Victor
9f9f857bdc
style: recording button label margin
2024-07-05 17:21:49 -03:00
KDSBrowne
c341ea44f8
update canvas names to whiteboard
2024-07-05 20:13:30 +00:00
Guilherme Pereira Leme
ccb2e74bc1
feat(plugin): Added sendGenericDataForLearningAnalyticsDashboard for plugins ( #20628 )
...
* [data-channel-analytics-options] - Added data-channel analytics and record options and added a parameter options for the useDataChannel function
* Update bigbluebutton-html5/public/locales/en.json
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
* [data-channel-analytics-options] -created new sendDataAnalytics for plugin and change presentation toolbar button
* [data-channel-analytics-options] - QUICK FIX
* [update-data-channel-function] - fix action metadata
* [data-channel-analytics-options] - changes in review
* [data-channel-analytics-options] - changes in review
* [captionLocale] - Changes in review
* [data-channel-analytics-options] - update SDK
* [data-channel-analytics-options] Changes in review
* [data-channel-analytics-options] - changes in review
* [data-channel-analytics-options] - changes in review
* [data-channel-analytics-options] - changes in review
* Refactor learning dashboard json structure with genericData
* fix typo
* [data-channel-analytics-options] - changes according to new json structure
* changes in review
---------
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-07-05 16:49:45 -03:00
João Victor
f3de5d3bd2
fix: hide virtual background controls in unsupported browsers
2024-07-05 16:44:21 -03:00
Tainan Felipe
fb38ae0baa
Fix: showing two message at same time ( #20638 )
2024-07-05 13:13:27 -03:00
João Victor
41746ca67e
Merge branch 'v3.0.x-release' into remove-meteor-stuff-0702
2024-07-05 12:24:31 -03:00
KDSBrowne
5958ef0646
prevent needing to reload to enable iwb on other slides
2024-07-05 15:03:37 +00:00
KDSBrowne
7680b9086c
fix undo action showing shapes by other users
2024-07-05 14:14:36 +00:00
KDSBrowne
a6e4d151ad
allow wheel zoom outside slide during infinite wb
2024-07-05 02:17:48 +00:00
KDSBrowne
9e00a1fa9d
handle canvas position for late joiners to infinite whiteboard mode
2024-07-05 00:55:47 +00:00
Tainan Felipe
0e7fe3c688
Change: improve client connection status ( #20630 )
2024-07-04 17:26:09 -03:00
Gustavo Trott
134b207f94
refactor: Remove Hasura database-updates and move them to Gql-Actions ( #20634 )
2024-07-04 17:00:06 -03:00
João Victor
52cda64bf1
fix: inconsistencies in presentation upload toast
2024-07-04 13:41:33 -03:00
Ramón Souza
3ab336c6e2
refactor: fix sonarcloud alerts ( #20629 )
...
* fix incorrect prop type
* remove duplicated code
* fix Unexpected constant truthiness on the left-hand side of a `&&` expression.
* fix Correct one of the identical sub-expressions on both sides of operator
2024-07-04 08:35:01 -03:00
André Castro
ecb08592f2
Fix: Message to all style not matching 2.7 ( #20631 )
...
* Fix: Message to all style not matching 2.7
* Update component.tsx
2024-07-03 19:34:58 -04:00
KDSBrowne
57137aceca
allow toolbar zoom when infinite wb enabled
2024-07-03 21:16:13 +00:00
KDSBrowne
f024995f98
Restore default slide position after disabling infinite wb
2024-07-03 17:15:39 +00:00
KDSBrowne
687ee36d29
add functionality to enable infinite whiteboard
2024-07-03 17:14:47 +00:00
João Victor
59de4e31a5
Merge branch 'v3.0.x-release' into remove-meteor-stuff-0702
2024-07-03 13:51:36 -03:00
Gustavo Trott
5cc9604a54
Merge pull request #20627 from gustavotrott/bbb-web-feedback-endpoint
...
refactor (bbb-web): Introduces `/api/feedback` endpoint (to replace Meteor `/html5client/feedback`)
2024-07-03 13:46:05 -03:00
Gustavo Trott
a21dcb5818
Introduces /api/feedback endpoint (to replace Meteor /feedback)
2024-07-03 10:12:28 -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
André Castro
d7569ddfe2
Fix: Chat input double enter key putting presenter into full screen ( #20553 )
...
* Fix: Chat input double enter key putting presenter into full screen
---------
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2024-07-02 16:44:47 -03:00
Ramón Souza
e4b2494bb8
Merge pull request #20618 from JoVictorNunes/voice-activity-adapter
...
refactor: add voice activity adapter
2024-07-02 15:12:39 -03:00
João Victor
50d445f026
Remove Meteor backend
2024-07-02 14:58:58 -03:00
André Castro
1400dcafd8
Fix: Whiteboard options button should not appear without the presentation ( #20620 )
2024-07-02 12:05:19 -04:00
Ramón Souza
57d45e39fa
Merge pull request #20617 from KDSBrowne/bbb-20601
...
fix(whiteboard): Handle viewer's portrait oriented presentations
2024-07-02 09:56:22 -03:00
Ramón Souza
65918cf55f
Merge pull request #20616 from ramonlsouza/remove-recording-label-mobile
...
fix: remove recording indicator label in phone
2024-07-01 16:07:53 -03:00
KDSBrowne
9e4332d82b
handle viewer portrait view
2024-07-01 14:19:42 +00:00
João Victor
69d24bb880
refactor: add voice activity adapter
2024-07-01 11:08:31 -03:00
Ramón Souza
951497ef41
remove recording label in phone
2024-07-01 09:50:53 -03:00
Ramón Souza
96085110a5
refactor: fix sonarcloud alerts ( #20604 )
...
* remove unused argument
* fix Do not use "Error" to declare a variable
* fix Do not use "Array" to declare a parameter
* fix React component names must start with an uppercase letter
* adjust error boundary prop type
* add default values for lock settings
2024-06-28 15:58:38 -04:00
João Victor Nunes
d016b69b0c
refactor: remove standalone voice user subscription ( #20600 )
2024-06-28 16:58:29 -03:00
João Victor Nunes
54aeb7a9dc
refactor: remove remaining Meteor imports ( #20602 )
2024-06-28 16:44:14 -03:00
André Castro
f489f93dfb
Fix: Captions lines are duplicated; limit how many rows ( #20590 )
2024-06-28 09:29:26 -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
André Castro
4058c2a105
Fix: Layout direction does not change when required RTL/LTR ( #20521 )
...
* Fix: Layout direction does not change when required RTL/LTR
* Presentation update
2024-06-27 09:38:38 -03:00
Gustavo Trott
ea2bfa11d1
Merge pull request #20588 from ramonlsouza/improve-cursor-subscription
...
refactor: remove unused data in cursor subscription
2024-06-26 17:27:58 -03:00
Ramón Souza
7f54bed26f
remove unused data in cursor subscription
2024-06-26 16:00:33 -03:00
André Castro
9128a2dde8
Refactor: Remove the old user status (reaction/emoji) ( #20455 )
...
* Refactor: Remove the old user status (reaction/emoji)
* Update settings.yml
* test: remove old user status testing code related
---------
Co-authored-by: Anton B <antonbsa.bck@gmail.com>
2024-06-26 15:40:18 -03:00
André Castro
76c25f0fcc
Fix: Webcam display of emoji can trigger elements rearrangement ( #20573 )
2024-06-26 13:45:37 -03:00
João Victor Nunes
1eb984d527
style(whiteboard): polishing toolbar styles ( #20579 )
...
* style(whiteboard): polishing toolbar styles
* Fix colors and RTL mode
2024-06-26 13:40:53 -03:00
Gustavo Trott
9b80d511df
Merge pull request #20568 from JoVictorNunes/use-who-is-talking
...
refactor(core-html5): custom hooks for voice data
2024-06-25 17:52:54 -03:00
João Victor
7577dcc41c
Use Hasura relationship instead of SQL join
2024-06-25 17:14:00 -03:00
Ramón Souza
6f5a826238
Merge pull request #20577 from KDSBrowne/v30-restore-cut-copy-paste
...
fix(whiteboard): Restore cut, copy and paste functionality via keyboard
2024-06-25 17:06:28 -03:00
João Victor
f4a2af7dc1
Merge branch 'v3.0.x-release' into use-who-is-talking
2024-06-25 16:54:44 -03:00
João Victor
f949aaba7d
Fix sorting and cleanup
2024-06-25 16:54:12 -03:00
KDSBrowne
1cc6efa006
handle Ctrl + z shortcut
2024-06-25 19:16:23 +00:00
KDSBrowne
575cd3ad36
handle delete key shortcut to remove shapes
2024-06-25 18:52:50 +00:00
KDSBrowne
7c66cc3956
fix cut and paste functionality in whiteboard component
2024-06-25 13:57:10 +00:00
Gustavo Trott
9639f70444
Merge pull request #20477 from gustavotrott/component-flag-sharingCamera
...
refactor (graphql-server): Introduces `meeting_componentFlags.hasCameraAsContent`
2024-06-24 14:17:55 -03:00
Tainan Felipe
410080ff2b
Fix: app condition
2024-06-24 13:02:10 -03:00
João Victor
fbf72650b9
Add useMemo
2024-06-24 12:46:46 -03:00
João Victor
09fe35b1f0
Merge branch 'v3.0.x-release' into use-who-is-talking
2024-06-24 11:31:13 -03:00
Ramón Souza
3573321d68
Merge pull request #20571 from Scroody/i-20539
...
Fix: Null label for emoji setting toast
2024-06-24 11:19:57 -03:00
Tainan Felipe
e0550f0ec5
refactor: Include in data-test the count for users that joined in audio ( #20570 )
2024-06-24 10:43:55 -03:00
Ramón Souza
2d8a964ec0
Merge pull request #20555 from JoVictorNunes/webcam-enhancements-0620
...
fix(webcam): webcam button flickering on join
2024-06-24 10:35:15 -03:00
João Victor
9ed7b17285
Custom hook for talking indicators
2024-06-24 10:25:48 -03:00
Tainan Felipe
5d2bd11127
Change: use hasCameraAsContent flag on client
2024-06-24 10:09:30 -03:00
André Möller
9a0d5f42db
Fix:Null label for emoji setting toast
2024-06-24 10:05:09 -03:00
Ramón Souza
7458eacaf3
Merge pull request #20530 from JoVictorNunes/remove-meteor-session-usage
...
refactor: remove Session usage
2024-06-24 09:36:25 -03:00
Guilherme Pereira Leme
dcb28bec41
[fix-data-channel-and-generic-content] - fix data-channel and generic content when update of the sidekick area happens fast enough and there is still one there yet ( #20567 )
2024-06-24 08:56:27 -03:00
João Victor
17b734e642
refactor(core-html5): custom hooks for voice data
2024-06-21 18:45:05 -03:00
Ramón Souza
90f3ad2e7e
Merge pull request #20564 from Scroody/fix-audio-arrow
...
Fix: Wrong position of audio arrow
2024-06-21 15:08:31 -03:00
Ramón Souza
1e757c21f5
Merge pull request #20551 from Scroody/i-20529
...
Fix: Avatar is transparent in cc
2024-06-21 15:06:55 -03:00
Ramón Souza
6581ed1f11
Merge pull request #20495 from germanocaumo/new-video-preview-design
...
feat(video-preview): new modal design
2024-06-21 15:05:40 -03:00
Tainan Felipe
1120517721
refactor(perf): make user list always load first userlist page ( #20536 )
2024-06-21 14:05:09 -03:00
Tainan Felipe
cdbed56d21
Fix: cache notification and connection close ( #20554 )
2024-06-21 11:11:29 -03:00
André Möller
2ea66c8f56
Fix: Wrong position of audio arrow
2024-06-21 10:02:10 -03:00
Ramón Souza
d2c5b72512
Merge pull request #20541 from Scroody/i-20488
...
Fix:[3.0] White bar shows up when public chat is closed
2024-06-21 08:38:03 -03:00
germanocaumo
1484179251
fix(video-preview): several fixes +
...
- Fix deviceId being read from wrong storage (making it not detected as already sharing)
- Remove added by mistake profile filtered by metadata
- Fix background and brightness selector being show when sharing camera that is being presented
2024-06-20 17:18:52 -03:00
Tainan Felipe
ac07c465b1
fix: improve connection status to work when network is down ( #20519 )
...
* fix: improve connection status to work when network is down
2024-06-20 13:04:33 -04:00
João Victor
dd635c1404
fix(webcam): webcam button flickering on join
2024-06-20 11:42:44 -03:00
André Castro
e89e579387
Update bigbluebutton-html5/imports/ui/components/audio/audio-graphql/audio-captions/live/component.tsx
...
Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2024-06-20 11:25:59 -03:00
André Möller
01ef5342a5
Fix: Avatar is transparent in cc
2024-06-20 10:38:06 -03:00
André Castro
05598dc953
Update component.tsx
2024-06-19 17:29:21 -03:00
Ramón Souza
99e4ea36a8
Merge pull request #20534 from ramonlsouza/issue-20526
...
fix: userdata-bbb_display_branding_area parameter not working
2024-06-19 15:08:23 -03:00
Tiago Jacobs
ba02a327e1
Revert "refactor(core-html5): custom hook for voice data"
2024-06-19 14:18:58 -03:00
Anton Georgiev
dd3dbcb0cc
Merge pull request #20537 from gustavotrott/presentation-fixes
...
refactor: Improvements related to whiteboard cursors/writers
2024-06-19 12:34:32 -04:00
André Castro
d2faea179f
Update component.tsx
2024-06-19 13:30:06 -03:00
germanocaumo
8e1b2a9155
fix(video-preview): update tests to new design + fix missing prop
2024-06-19 12:00:24 -03:00
Ramón Souza
07fb4e5f20
Merge pull request #20528 from JoVictorNunes/use-who-is-talking
...
refactor(core-html5): custom hook for voice data
2024-06-19 11:55:51 -03:00
André Möller
e7c28b4532
Fix:[3.0] White bar shows up when public chat is closed
2024-06-19 11:54:25 -03:00
Anton Georgiev
1e7e9fcb83
Merge pull request #20527 from ramonlsouza/issue-20524
...
fix: Font color inconsistent in whiteboard toolbar
2024-06-19 10:33:49 -04:00
Gustavo Trott
2ea6ba88ca
filter pageId to get writers
2024-06-19 11:13:57 -03:00
Gustavo Trott
a69ade807e
filter cursor only for current_page
2024-06-19 10:53:39 -03:00
Ramón Souza
1872573e96
Merge pull request #20505 from KDSBrowne/v30-spacebar-pan
...
fix(whiteboard): Restore pan tool activation via spacebar
2024-06-19 10:45:41 -03:00
André Castro
ae4921cee0
Fix: External video skipping ( #20444 )
...
* Fix: External video skipping
2024-06-19 09:39:12 -04:00