Commit Graph

31396 Commits

Author SHA1 Message Date
Gustavo Trott
b2be395207 Increase Dashboard refresh interval on each fail 2021-11-17 17:11:59 -03:00
Anton Georgiev
370d2803d9
Merge pull request #13690 from JoVictorNunes/issue-13665
fix: hidden content in waiting users component
2021-11-17 11:21:37 -05:00
Anton Georgiev
e6e1f8edce
Merge pull request #13696 from MaximKhlobystov/playwright-update
Playwright tests: multi-user test + testing locales
2021-11-16 18:40:25 -05:00
Anton Georgiev
22067b4fad
Merge pull request #13698 from JoVictorNunes/issue-13683
fix: learning dashboard's favicon
2021-11-16 16:20:44 -05:00
Joao Victor
3da9fb428e fix: learning dashboard's favicon 2021-11-16 15:32:31 -03:00
Maxim Khlobystov
4b3252e565 Add some test specs: multiuser and settings (locales) 2021-11-15 11:42:29 -05:00
Anton Georgiev
01cbbb1beb
Merge pull request #13682 from antonbsa/meteor-reconnection
test: Adds Meteor reconnection test
2021-11-12 14:43:29 -05:00
Joao Victor
c85ede6734 fix: hidden content in waiting users component 2021-11-12 15:22:53 -03:00
Anton Georgiev
f449a1893c
Merge pull request #13689 from ramonlsouza/issue-13555
fix: Focus on presentation - Minimizing presentation/screenshare working incorrectly
2021-11-12 12:30:48 -05:00
Ramón Souza
9ee4975e7f fix minimize presentation focus on presentation layout 2021-11-12 17:08:31 +00:00
Anton Georgiev
314f35c44e
Merge pull request #13667 from JoVictorNunes/preview-alignment
fix: video preview alignment
2021-11-11 15:11:12 -05:00
Joao Victor
2176898c9f fix: video preview alignment 2021-11-11 16:42:07 -03:00
Paulo Lanzarin
6092642601
Merge pull request #13673 from schrd/dont-always-kill-kms
build: fix bbb-webrtc-sfu cronjob
2021-11-10 18:42:40 -03:00
Anton Georgiev
00775a26bf
Merge pull request #13672 from antobinary/2.4-locales
chore: Pulled the latest 2.4 HTML5 locales from Transifex
2021-11-10 16:23:10 -05:00
Daniel Schreiber
b30b3accf3 build: fix bbb-webrtc-sfu cronjob
the cronjob queries the number of users. The query was still from BBB 2.2
and returned always 0. Now we take every user into account.
2021-11-10 22:22:10 +01:00
Localization Server
146cb843af chore: Pulled the latest 2.4 HTML5 locales from Transifex 2021-11-10 21:21:39 +00:00
Anton Georgiev
a0e9a7327f
Merge pull request #13663 from mariogasparoni/fix-fullaudio-breakout-audio-auto-join
fix(audio): prevent audio to hang when user is transferred to breakout room
2021-11-10 16:10:13 -05:00
Anton Georgiev
938052ac2b
Merge pull request #13671 from antobinary/2.4-locales
chore: Pulled the latest 2.4 HTML5 locales from Transifex
2021-11-10 15:18:24 -05:00
Localization Server
6b4e20bed6 chore: Pulled the latest 2.4 HTML5 locales from Transifex 2021-11-10 20:14:56 +00:00
Paulo Lanzarin
4839d34f52
Merge pull request #13664 from prlanzarin/u24-fern
build: bump SFU to v2.6.0
2021-11-09 18:47:00 -03:00
prlanzarin
fe699db541 build: bump SFU to v2.6.0 2021-11-09 21:45:05 +00:00
Mario Jr
9578efbcd3 fix(audio): prevent audio to hang when user is transferred to breakout room
When joining breakouts, we now wait for the bridge to be loaded before
automatically start user's audio.
This problems happens only on fullaudio bridge
2021-11-09 15:04:10 -03:00
Anton Georgiev
2869582225
Merge pull request #13662 from mariogasparoni/backport-fullaudio-bridge-v2.4
[backport 2.4] feat(audio): faster audio activation using fullaudio bridge
2021-11-09 12:25:33 -05:00
Anton Georgiev
e3740fd75e
Merge pull request #13661 from antobinary/fix-package-json
fix: Include bintrees and tdigest in package-json (needed for prod)
2021-11-09 11:17:36 -05:00
Anton Georgiev
db6d4dbb83 fix: Include bintrees and tdigest in package-json (needed for prod) 2021-11-09 16:14:08 +00:00
Mario Jr
a719f8f5e4 fix(audio): update fullaudio bridge according to sonar's checks 2021-11-09 12:10:44 -03:00
Mario Jr
117bb91a0e fix(audio): rename fullaudio bridge to FullAudioBridge
updated whitelist, also according to sonar checks
2021-11-09 12:10:36 -03:00
Mario Jr
1ee9203fad fix: enable useLocationOrigin in dynamic-import
This makes meteor to work with a reverse proxy, without changing it's
settings
2021-11-09 12:10:25 -03:00
Mario Jr
70815fad4f feat(audio): add meta param for selecting fullaudio bridge
This can be passed through API. For example, for setting fullaudio bridge, you
can pass the param "meta_fullaudio-bridge=fullaudio"
2021-11-09 12:09:36 -03:00
Mario Jr
db4e2f9c47 update(audio): correctly retrieves the media-server-fullaudio from meta params
Previously we were using the same for listenonly, which for default
environments points to kurento, and didn't make any difference in media server
selection.
This could be problematic in those environments where meta param
for listeonly media server is set , though.
Fullaudio has now it's own meta param that can be passed through API:
"meta_media-server-fullaudio"
2021-11-09 12:09:28 -03:00
Mario Jr
f9dbefe764 feat(audio): basic funcionality for fullaudio bridge
This commit allows user to join/leave audio using the fullaudio bridge.
This is still under development, but to use this now we must set values of
skipCheck to false, and defaultFullAudioBridge to fullaudio. This
depends on newest version of bbb-webrtc-sfu
2021-11-09 12:09:18 -03:00
Mario Jr
0ca1682138 chore(client): allow to set a custom ROOT_URL when calling npm start
We need to set ROOT_URL with the hostname/ip used to access BBB externaly,
otherwise dynamic-import won't work, therefore fullaudio bridge won't
be loaded.
2021-11-09 12:08:52 -03:00
Mario Jr
42778adeaf feat(audio): add base code for fullaudio bridge
This bridge will work with bbb-webrtc-sfu to handle microphone audio.
2021-11-09 12:08:45 -03:00
Mario Jr
cf2d595f12 fix(audio): correctly retrieve Object class from bridge module 2021-11-09 12:08:31 -03:00
Mario Jr
5c85f4c5b2 fix(audio): promisify loadBridges function
New bridges were being loaded with undefined value, since we didn't
wait for this to fully load before instantiating it
2021-11-09 12:08:25 -03:00
Mario Jr
86ef834476 fix(audio): bridges can be dynamically imported
Added bridge whitelist , to allow bridge modules to be dynamically imported.
2021-11-09 12:08:18 -03:00
Mario Jr
7e218c3eca feat(audio): add bridge configurable scheme
we are now able to switch between audio bridges, by selecting it in
config files.
2021-11-09 12:08:09 -03:00
Anton Georgiev
d725ee7734
Merge pull request #13655 from JoVictorNunes/issue-12840
improvement: video preview modal
2021-11-09 09:51:17 -05:00
Joao Victor
cc85b58ef4 improves video preview modal 2021-11-09 08:36:06 -03:00
Paulo Lanzarin
0105034aea
Merge pull request #13657 from prlanzarin/u24-hyperdawn-2
build: bump SFU to v2.6.0-beta.13
2021-11-08 18:12:09 -03:00
prlanzarin
d501d5ac55 build: bump SFU to v2.6.0-beta.13 2021-11-08 21:11:33 +00:00
Anton Georgiev
5bc33dce2e
Merge pull request #13647 from JoVictorNunes/pub-error-poll
fix: publication for user response polls
2021-11-08 13:43:50 -05:00
Anton Georgiev
752f783e72
Merge pull request #13649 from germanocaumo/f-h-prom-agent
feat(html5): add prometheus instrumentation
2021-11-08 09:14:06 -05:00
Anton Georgiev
f6972b8b55
Merge pull request #13605 from frankemax/rewrite-fullscreen-button
feat(external-videos): rewrite fullscreen button
2021-11-08 09:05:38 -05:00
Anton Georgiev
b2e0fd0b34
Merge pull request #13642 from JoVictorNunes/issue-13618
fix: user list button's arrow
2021-11-08 09:04:33 -05:00
Anton Georgiev
1752322698
Merge pull request #13651 from hiroshisuga/patch-48
Remove unused button style
2021-11-08 08:54:49 -05:00
hiroshisuga
4c8f4f9abb
remove unused style 2021-11-06 16:51:25 +09:00
Anton
13dae4b3f6 add Meteor reconnection test and add option to add flags dynamically 2021-11-05 17:16:42 -03:00
germanocaumo
3dd679761f Merge branch 'v2.4.x-release' of https://github.com/bigbluebutton/bigbluebutton into f-h-prom-agent 2021-11-05 19:38:40 +00:00
germanocaumo
6f1e1d4f4a refactor(prom-html5): serve endpoint via meteor instead of http server +
- separate backend/frontend metrics, only add metrics related to the role
- add role and instance labels
2021-11-05 16:31:23 +00:00