Lucas Fialho Zawacki
e77072439a
feature(layout): Remove layouts from settings menu
2022-05-03 11:32:50 -03:00
Lucas
2db9a1b343
Merge branch 'develop' into develop-bbb
2022-04-26 15:08:43 -03:00
Lucas Zawacki
d84f163cc4
fix(layout): Make sure layout propagates after pushLayout is toggled
2022-04-26 17:13:33 +00:00
Lucas Zawacki
00f1b33456
feat(layout): Only propagate custom layout
2022-04-25 19:57:11 +00:00
prlanzarin
ccc95583ee
refactor(audio): restore trickle candidate filtering in new audio bridge
...
+ better error handling, log messages for that code
2022-04-25 16:45:18 +00:00
Lucas Zawacki
11a3e9eb59
fix(subscriptions): Restore wrongly removed notifications subscription
2022-04-25 16:34:44 +00:00
prlanzarin
459e1a9514
refactor(audio): remove old listen only bridge (kurento.js)
...
- Remove the old listen only bridge (kurento.js), superseded by the equivalent
and equally stable (AS FAR AS LISTEN ONLY IS CONCERNED) sfu-audio-bridge
- Rename FullAudioBridge.js -> sfu-audio-bridge.js
* A more generic name that better represents the capabilities and
the nature of the bridge
* The bridge name identifier in configuration is still the same
('fullaudio')
- Remove the FreeSWITCH listen only fallback
- Temporarily disable the "trickle ICE" pair gathering feature used
in SIP.js (which was always experimental, nonstandard and disabled
by default)
- Updates to settings.yml keys in places where relevant
2022-04-20 20:46:32 +00:00
prlanzarin
6fd6a52d47
fix(audio): prevent uncaught rejections in the experimental audio bridge startup
2022-04-20 17:40:06 +00:00
prlanzarin
1e80d050b7
refactor(audio): generic use of sfu audio broker to cover mic and listen only
2022-04-20 17:26:52 +00:00
prlanzarin
2eaf96ae95
refactor(audio): address linter warnings in fullaudio-broker.js
2022-04-20 13:52:16 +00:00
Ramon Souza
76272d8a51
Merge remote-tracking branch 'upstream/v2.5.x-release' into 25-dev-apr19
2022-04-19 11:34:29 -03:00
Paulo Lanzarin
49d4877770
Merge pull request #14849 from prlanzarin/u25-wave-idea3
...
refactor(audio): linter pass over local echo/volume meter code
2022-04-19 10:44:17 -03:00
Joao Victor
62d56eeb00
fix: whiteboard toolbar border-radius
2022-04-19 10:28:02 -03:00
prlanzarin
e0bda16c06
refactor(audio): linter pass over local echo/volume meter
...
Address linter warnings before any further changes in that area
2022-04-18 20:05:26 +00:00
Anton Georgiev
e4a5477c83
Merge branch 'v2.5.x-release' of github.com:bigbluebutton/bigbluebutton into merge-dev-25
2022-04-18 19:48:18 +00:00
Ramon Souza
749fa58744
fix undefined user condition
2022-04-18 15:02:43 -03:00
Anton Georgiev
9b726d45f1
Merge pull request #14840 from ramonlsouza/remove-unused-apr18
...
refactor: remove unused imports/variables
2022-04-18 10:33:02 -04:00
Anton Georgiev
825cfc8d9f
Merge pull request #14666 from OneScreenSolutions/feat-poll-auto-options
...
feat: Feat poll auto options
2022-04-18 09:52:14 -04:00
Ramon Souza
90be7416d7
fix assignment in expression
2022-04-18 10:27:46 -03:00
Ramon Souza
be25044820
remove unused imports in breakout-room component + styles
2022-04-18 10:14:05 -03:00
OneScreenSolutions
e29e0fdb07
added sidebarContentPanel condition and fixed drap and drop issue
2022-04-18 14:06:05 +05:00
Anton Georgiev
e23888076b
Merge pull request #14671 from JoVictorNunes/issue-14659
...
fix(menu): update previous open dropdown on user list reordering
2022-04-14 17:31:02 -04:00
Anton Georgiev
9a8264ec6c
Merge pull request #14736 from prlanzarin/u25-wave-idea3
...
feat(audio): local echo test and audio energy meter
2022-04-14 17:07:28 -04:00
Pedro Beschorner Marin
a21de5e5b7
fix(layout): enforce data type
...
Make sure the broadcasted payload data matches the message body's data
types.
2022-04-14 19:40:19 +00:00
Lucas Zawacki
7a5086cde8
fix(layout): Remove stray code from merge and fix indentation
2022-04-14 19:22:21 +00:00
Gustavo Trott
9ceed22337
Merge branch 'develop' into remove-breakout-invitation-mode
2022-04-14 16:17:04 -03:00
Anton Georgiev
c00b8f5fd9
Merge pull request #14829 from ramonlsouza/issue-6244
...
feat: Confirm dialog on clear all annotations
2022-04-14 14:55:27 -04:00
Anton Georgiev
e4f4b7577e
Merge pull request #14831 from JoVictorNunes/logo-increase
...
style: increase logo area size to 3rem
2022-04-14 14:53:11 -04:00
Lucas Zawacki
378d0f18a0
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into develop-bbb
2022-04-14 18:48:02 +00:00
Joao Victor
3d509baa30
fix: logo area size
2022-04-14 14:53:28 -03:00
Gustavo Trott
70ee42237c
Remove past invitation mode
2022-04-14 14:38:14 -03:00
Ramon Souza
5b52665cd2
add confirmation modal to clear all annotations whiteboard action
2022-04-14 10:54:53 -03:00
Anton Georgiev
3ce6dbf997
Merge pull request #14665 from JoVictorNunes/breakout-update
...
feat: move users among breakouts
2022-04-14 08:22:49 -04:00
Lucas Zawacki
e88e10b99e
feat(layout): Fix propagation after merge with 2.6
2022-04-13 22:15:21 +00:00
Lucas Zawacki
83847a21aa
Merge branch 'v2.5.x-release-Layouts' of github.com:lfzawacki/bigbluebutton into develop-bbb
2022-04-13 21:08:32 +00:00
Anton Georgiev
aaef76cd2e
Merge branch 'v2.5.x-release' of github.com:bigbluebutton/bigbluebutton into merge-25-dev
2022-04-13 20:58:02 +00:00
prlanzarin
bae731e59e
fix(audio): PC loopback workaround for local echo in Chrome
...
Works around the fact that Chrome doesnt have AEC on streams that dont go through PCs
2022-04-13 14:37:39 +00:00
Anton Georgiev
ec6f5691c9
Merge pull request #14799 from Tainan404/fix-notes-showing-text
...
fix(notes): Fix notes display order
2022-04-13 08:50:55 -04:00
prlanzarin
c9eeffb71e
fix(audio): guarantee audio settings devices are present and labelled
...
For scenarios where streams are produced in AudioSettings (local echo,
volume meter), force gUM resolution before devices are enumerated.
This effectively guarantees that all devices are present, labelled and
with deviceIds.
2022-04-12 21:33:17 +00:00
Anton Georgiev
dd8ac845d2
Merge pull request #14797 from JoVictorNunes/chat-time-alignment
...
fix: chat message time alignment
2022-04-12 16:02:28 -04:00
Joao Victor
911edbf9f5
Rebase to 2.5
2022-04-12 16:26:13 -03:00
Ramon Souza
7a57344177
Merge remote-tracking branch 'upstream/v2.4.x-release' into 24-25-merge-apr12
2022-04-12 14:46:13 -03:00
Gustavo Trott
ecbfee26db
Missing parts
2022-04-12 13:56:54 -03:00
Ramon Souza
7735abb16e
localize keys in shortcut modal
2022-04-12 13:49:10 -03:00
Anton Georgiev
8ab4023eb5
Merge pull request #14783 from frankemax/bbb-darkmode-25
...
feat(theme): add dark mode
2022-04-12 10:35:31 -04:00
Gustavo Trott
77a8aba1f5
Merge remote-tracking branch 'upstream/develop' into breakout-updated
2022-04-12 09:54:25 -03:00
Gustavo Trott
102eee3ba5
Backend portion of breakout Manage Users
2022-04-12 09:50:19 -03:00
prlanzarin
f4ba6dd9a2
refactor(audio): use preloaded audio stream if provided
...
Avoids a surplus gUM with local echo test et al
2022-04-11 22:29:20 +00:00
prlanzarin
1e37924e41
refactor(audio): local echo initial hearing state is configurable, ...
...
public.media.showVolumeMeterInSettings => public.media.showVolumeMeter
public.media.simplifiedEchoTest => public.media.localEchoTest.enabled
Initial hearing state can be configured in public.media.localEchoTest.initialHearingState
2022-04-11 21:04:08 +00:00
Tainan Felipe
292d39c773
Fix notes showing text in wrong order
2022-04-11 17:43:21 -03:00