Ramón Souza
3bde4c970e
Merge pull request #18456 from ramonlsouza/issue-18434
...
fix: Labels flowing out of a <div> in breakout rooms creation view
2023-08-09 15:59:14 -03:00
Ramón Souza
835bbd4733
replace unaffected debounce
2023-08-09 13:26:42 -03:00
Ramón Souza
80094581f6
replace leading:true, trailing: false debounces
2023-08-09 13:12:29 -03:00
Ramón Souza
7fee4d5f95
replace mute debounce
2023-08-09 13:06:57 -03:00
Ramón Souza
e767a39799
centralize emoji, add focus color
2023-08-08 15:28:05 -03:00
KDSBrowne
ea9c687b07
prevent zooming out at 100%
2023-08-08 17:32:07 +00:00
Anton Georgiev
7f6b7b2e74
Merge pull request #18447 from ramonlsouza/keyboard-reactions
...
fix(access): keyboard navigation in reactions bar
2023-08-08 12:16:48 -04:00
Ramón Souza
07ce5befec
limit cameras page in grid mode
2023-08-08 13:05:54 -03:00
Paulo Lanzarin
d7e9cb05ee
Merge pull request #18461 from prlanzarin/u27/feat/transparent-listen-only
...
feat(audio): add experimental transparent listen only mode
2023-08-08 09:39:12 -03:00
prlanzarin
8feb934169
feat(audio): add experimental transparent listen only mode
...
This is an initial, experimental implementation of the feature proposed in
https://github.com/bigbluebutton/bigbluebutton/issues/14021 .
The intention is to phase out the explicit listen only mode with two
overarching goals:
- Reduce UX friction and increase familiarity: the existence of a separate
listen only mode is a source of confusion for the majority of users
Reduce average server-side CPU usage while also making it possible for
having full audio-only meetings.
The proof-of-concept works based on the assumption that a "many
concurrent active talkers" scenario is both rare and not useful. With
that in mind, this including two server-side triggers:
- On microphone inactivity (currently mute action that is sustained for
4 seconds, configurable): FreeSWITCH channels are held (which translates
to much lower CPU usage, virtually 0%). Receiving channels are switched,
server side, to a listening mode (SFU, mediasoup).
* This required an extension to mediasoup two allow re-assigning producers
to already established consumers. No re-negotiation is done.
- On microphone activity (currently unmute action, immediate):
FreeSWITCH channels are unheld, listening mode is deactivated and the
mute state is updated accordingly (in this order).
This is *off by default*. It needs to be enabled in two places:
- `/etc/bigbluebutton/bbb-webrtc-sfu/production.yml` ->
`transparentListenOnly: true`
- End users:
* Server wide: `/etc/bigbluebutton/bbb-html5.yml` ->
`public.media.transparentListenOnly: true`
* Per user: `userdata-bbb_transparent_listen_only=true`
2023-08-07 19:43:18 -03:00
Ramón Souza
9f2276b668
only display emoji if reactions are enabled
2023-08-07 17:02:49 -03:00
Ramón Souza
cc09894924
add raise hand and away emoji in userlist
2023-08-07 16:49:03 -03:00
Ramón Souza
c68da552d2
break lines in breakout room checkbox
2023-08-07 11:34:35 -03:00
GuiLeme
ce22c1894d
[issue-18446] - fix download of original presentation
2023-08-04 17:38:17 -03:00
Gustavo Trott
baba92cb0f
Merge 2.7 into Develop
2023-08-04 16:47:23 -03:00
Ramón Souza
56c4657c46
adjust styles
2023-08-04 16:14:57 -03:00
Ramón Souza
1aba53885b
Merge pull request #18439 from Scroody/I-17970
...
fix: Disabled self cam tied to specific cam (or all cams)
2023-08-04 15:25:58 -03:00
KDSBrowne
632b7764bf
move fitToWidth state up to app component ( #17982 )
2023-08-04 16:41:42 +00:00
Anton Georgiev
2fcbd31a42
Merge pull request #18427 from ramonlsouza/guest-updates
...
fix: Notify guest policy change
2023-08-04 10:39:57 -04:00
imdt
14c83bb6d3
Adjustments
2023-08-04 10:41:07 -03:00
KDSBrowne
dca7fe1997
fix slide positon when zooming out after pan (presenter)
2023-08-03 20:30:23 +00:00
Ramón Souza
87e2e88f6c
Merge pull request #18440 from Scroody/margin-to-talking-indicator
...
style: Margin of talking indicator adjusted to better fitting size
2023-08-03 16:18:20 -03:00
Ramón Souza
8802d8fffd
Merge pull request #18448 from Scroody/margin-to-timer2
...
style: Margin of timer adjusted to better fitting size
2023-08-03 16:18:09 -03:00
André Castro
163e18b8a3
Adjustments to the timer
2023-08-03 16:15:46 -03:00
Ramón Souza
4da6bb2864
Merge pull request #18441 from Scroody/margin-to-timer
...
Client: Margin of timer adjusted to better fitting size
2023-08-03 15:56:25 -03:00
Paulo Lanzarin
5ddf3155c7
Merge pull request #18407 from prlanzarin/u27/fix/audio-retry-timeout-logs
...
feat(audio): add retryThroughRelay, +...
2023-08-03 15:50:04 -03:00
Ramón Souza
95e3bba2f1
make reactions bar accessible by keyboard
2023-08-03 15:48:47 -03:00
imdt
44a0c2d10c
Client: Margin of timer adjusted to better fitting size
2023-08-03 11:48:00 -03:00
imdt
08de342179
Adjustment
2023-08-03 11:32:27 -03:00
imdt
d843b8df56
Client: Margin adjusted to better fitting size
2023-08-03 11:29:51 -03:00
imdt
205d1d5f35
Fix: disabled self cam tied to specific cam or all
2023-08-02 17:59:19 -03:00
Ramón Souza
e0e68f3896
guest policy change toast
2023-08-02 13:22:43 -03:00
Ramón Souza
d960ccb1c9
Merge pull request #18399 from Scroody/fix-pulse-animation-with-avatar
...
Fix: pulse animation with avatar
2023-08-02 08:47:33 -03:00
Anton Georgiev
b46ee4c52a
Merge pull request #18412 from KDSBrowne/bbb-18257
...
fix: Correct Tab Order For Presentation Options Dropdown
2023-08-01 15:46:14 -04:00
Ramón Souza
c15d1a352a
undo auto lint
2023-08-01 11:08:27 -03:00
Ramón Souza
6b34cd38c1
replace double quotes
2023-08-01 11:01:27 -03:00
KDSBrowne
70a8267284
inject presentation options btn into tldraw toolbar | lint issues
2023-08-01 02:45:13 +00:00
Ramón Souza
df8e9e9440
split disabled download of presentation params
2023-07-31 17:03:29 -03:00
prlanzarin
26815f4679
chore(audio): add more data to audio_joined/failure logs
...
Add secondsToActivateAudio, inputDeviceId, outputDeviceId and isListenOnly
to audio_joined.extraInfo
Add inputDeviceId, outputDeviceId and isListenOnly to
audio_failure.extraInfo
Add a try-catch to the device enforcement procedure triggered by
onAudioJoin - it may throw and block the modal.
2023-07-31 11:39:24 -03:00
Gustavo Trott
3758dd89e2
Merge 2.7 into Develop
2023-07-31 11:24:25 -03:00
Anton Georgiev
8e318094a4
Merge pull request #18369 from KDSBrowne/bbb-18357
...
fix: Enhance Smart Slide Question And URL Detection
2023-07-28 13:35:07 -04:00
Scroody
0a9b061434
Fix: Pulsing animation not working with avatar
2023-07-28 13:31:44 -03:00
Tainan Felipe
7ad726f415
Fix: audio lock being applied to moderators
2023-07-27 16:09:38 -03:00
Ramón Souza
bd97a008a0
fix hide presentation on join
2023-07-27 15:49:21 -03:00
Ramón Souza
8e0b48e8be
Merge pull request #18164 from Arthurk12/bbb-wake-locke
...
feat: Screen wake lock feature
2023-07-27 10:58:05 -03:00
Anton Georgiev
7be38fd876
Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july26
2023-07-26 22:27:55 -04:00
Arthurk12
7b57565fc5
fix(wake-lock): settings attribute name
2023-07-26 17:38:34 -03:00
Anton Georgiev
ce2b65798b
Merge pull request #18377 from antonbsa/parameter-tests-fix-after-merge
...
test: Parameter tests fix
2023-07-26 14:05:18 -04:00
Ramón Souza
22605b3fbb
grid mode pagination
2023-07-26 09:18:23 -03:00
Anton B
1024930a32
test: disabled features test fixes and managePresentationButton selector update
2023-07-25 15:26:42 -03:00
Anton Georgiev
9015c1d339
Merge pull request #18378 from antonbsa/raise-hand-tests-fix
...
test: Raise and lower hand tests fix
2023-07-25 14:15:38 -04:00
Ramón Souza
ee78814827
change quick poll button styles
2023-07-25 15:05:00 -03:00
Anton B
03aa9d3bec
test: update all raise and lower hand related tests
2023-07-24 18:07:51 -03:00
Anton Georgiev
90ef5ab591
Merge pull request #18358 from antonbsa/breakout-tests
...
test: Breakout tests update
2023-07-24 16:31:23 -04:00
Tainan Felipe
9869ee7f2b
Refactor: actions bar audio button
2023-07-24 15:56:40 -03:00
Anton Georgiev
096f65ddd6
Merge pull request #18347 from KDSBrowne/bbb-a11y-patches-02
...
fix(accessibility): Restore Roving Functionality To User Chats And Captions List
2023-07-24 14:29:23 -04:00
KDSBrowne
1b2cf21066
refactor smart slide question extraction
2023-07-24 01:09:45 +00:00
KDSBrowne
3dec9de44e
optimize action creation and improved question / url regex
2023-07-24 00:03:22 +00:00
Anton Georgiev
6b76d9aa66
Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july-21
2023-07-21 16:24:45 -04:00
Gustavo Trott
185e48d36c
Merge remote-tracking branch 'upstream/v2.7.x-release' into develop
2023-07-21 17:17:52 -03:00
Gustavo Trott
762ae78814
Implements func to Clear all users reaction
2023-07-21 11:10:10 -03:00
Anton B
cdf3c0d2fb
test(breakout): remove all notifications before ending rooms and temporally avoid screenshot comparison due to a reported bug
2023-07-20 17:15:32 -03:00
Ramón Souza
5bb012a6a9
Merge pull request #18351 from Scroody/fix-warnings
...
Fix: Warnings when creating a new meeting
2023-07-20 17:00:15 -03:00
Anton B
fbb622ba52
test: update breakout selectors
2023-07-20 16:59:53 -03:00
Ramón Souza
5992f628ed
Merge remote-tracking branch 'upstream/v2.7.x-release' into issue-18344
2023-07-20 16:02:13 -03:00
Ramón Souza
b649819077
Merge pull request #18353 from ramonlsouza/issue-18342
...
Reactions bar - reduce load time
2023-07-20 14:16:41 -03:00
Scroody
125811f0d3
Merge remote-tracking branch 'upstream/v2.7.x-release' into fix-warnings
2023-07-20 14:10:47 -03:00
Ramón Souza
74af65256f
Merge pull request #18352 from Scroody/I-18341
...
Time features label change
2023-07-20 09:05:31 -03:00
Anton Georgiev
61d193155d
Merge pull request #18343 from ramonlsouza/fix-unpin-notes
...
fix: unpin shared notes after switching presenter
2023-07-19 16:26:54 -04:00
Ramón Souza
fa8dd63444
use native emoji - reactions bar
2023-07-19 16:35:21 -03:00
Anton Georgiev
d5abc3cb9b
Merge pull request #18316 from GuiLeme/issue-18259
...
Fix - join audio in breakout room
2023-07-19 14:16:56 -04:00
Scroody
0a1428b862
Time features label change
2023-07-19 15:00:48 -03:00
Scroody
4f930ed2e2
XMerge remote-tracking branch 'upstream/v2.7.x-release' into fix-warnings
2023-07-19 13:27:16 -03:00
Scroody
86f4e372f8
Fix: Warnings when creating a new meeting
2023-07-19 13:22:50 -03:00
Ramón Souza
bc1898dfff
reactions bar tweaks
2023-07-19 11:36:34 -03:00
Gustavo Trott
4a346aae4e
Fix btn Show Welcome Msgs bugs
2023-07-19 11:16:57 -03:00
Ramón Souza
943c92d08b
Merge pull request #18321 from GuiLeme/issue-18308
...
feature: Make quick poll result labels consistent with the uploaded slides
2023-07-19 09:40:19 -03:00
GuiLeme
217f252c29
[issue-18308] - Fix deleting of first letter every time
2023-07-19 09:21:11 -03:00
KDSBrowne
0c934c72f4
restore captions list keyboard access
2023-07-19 00:23:21 +00:00
KDSBrowne
19ea189302
restore messages tab stop and arrow key navigation
2023-07-18 22:55:35 +00:00
Ramón Souza
960bcc4f21
fix unpin notes after changing presenter
2023-07-18 17:19:35 -03:00
Ramón Souza
7d38a3154f
Merge pull request #18327 from KDSBrowne/bbb-a11y-pathes
...
fix(accessibility): Enhance Color Contrast, Language Dropdown, and Screen Reader Feedback
2023-07-18 09:42:41 -03:00
Ramón Souza
bf6f96fc44
renaming interactions -> reactions
2023-07-18 08:54:36 -03:00
Ramón Souza
f5d1db72ec
Merge pull request #18331 from KDSBrowne/bbb-a11y-pathes-01
...
fix: Improve Focus When Changing Modal Tabs With Keyboard
2023-07-17 16:59:27 -03:00
KDSBrowne
9e87a475f2
Update bigbluebutton-html5/imports/ui/components/common/modal/simple/component.jsx
...
Co-authored-by: Ramón Souza <contato@ramonsouza.com>
2023-07-17 14:04:04 -04:00
KDSBrowne
5a85ca14a2
add focus trap to handle focus leaving simple modals
2023-07-17 17:19:05 +00:00
Gustavo Trott
cf896e8a66
Merge branch 'v2.7.x-release' into develop
2023-07-17 11:20:49 -03:00
Ramón Souza
7964bb9877
lint
2023-07-17 10:00:51 -03:00
GuiLeme
6fb701045a
[issue-18259] - fix join audio in breakout room
2023-07-17 09:14:23 -03:00
Ramón Souza
caeb57f7d2
Merge pull request #18320 from dennis531/chat_typing_anonymous
...
Html5: Add config to hide names in typing indicator
2023-07-17 09:13:21 -03:00
KDSBrowne
e73110be30
add lang attribute to locale select options
2023-07-15 15:51:22 +00:00
KDSBrowne
937d18b192
improve style menu color contrast in dark mode
2023-07-15 15:40:27 +00:00
Gustavo Trott
21f1ed9f27
Merge 2.7 into Develop
2023-07-14 17:42:13 -03:00
Ramón Souza
fa8883ee29
use list for users in connections status
2023-07-14 16:47:40 -03:00
GuiLeme
a10fbaba4f
[issue-18308] - add predefined label in result quick poll options
2023-07-14 14:55:12 -03:00
Ramón Souza
5d209c2932
adjust timer styles
2023-07-14 10:43:32 -03:00
Dennis Benz
dd15012761
Html5: Add config to hide names in typing indicator
2023-07-14 15:35:18 +02:00
Anton Georgiev
45215ed88f
Merge branch 'v2.7.x-release' into bbb-wake-locke
2023-07-14 07:50:04 -04:00
Anton Georgiev
0e7fdfe310
Merge pull request #18312 from antobinary/merge-july12
...
chore: Merge BBB 2.6.10+ to 2.7
2023-07-14 06:58:29 -04:00
Ramón Souza
db4479d6dd
adjust quick poll char limit
2023-07-13 09:58:05 -03:00