Ramón Souza
f6642bd2a8
add server health log
2022-09-15 16:56:00 -03:00
prlanzarin
b3eebbb926
fix(audio): retry gUM without pre-set deviceIds on OverconstrainedError(s)
...
There are some situations where previously set deviceIds (
local/session storage) may become stale. This causes an unexpected
behavior where audio is temporarily borked until the user clears their
local storage.
This issue has been seen more recently on Safari endpoints when switching
back-and-forth breakout rooms in environments running under iframes.
Also seen randomly on endpoints with virtual input devices.
This centralizes audio gUM calling into a single method that retries the
gUM procedure without pre-set deviceIds only if the initial call fails
due with an OverconstrainedError - hopefully circumventing the issue.
2022-09-15 19:25:30 +00:00
Gustavo Trott
56818e8dce
Merge pull request #15652 from BrentBaccala/use-findMeetingFromMeetingID
2022-09-15 16:09:24 -03:00
Gabriel Porfirio
9ee4e929b9
data-test to breakout rooms
2022-09-15 15:34:14 -03:00
Gabriel Porfirio
cf5953574a
WIP: breakout rooms tests
2022-09-15 15:31:10 -03:00
Paulo Lanzarin
39aff44ae0
Merge pull request #15682 from bigbluebutton/sfu291
...
build(bbb-webrtc-sfu): v2.9.1
2022-09-15 15:05:19 -03:00
Joao Victor
745937868c
fix: 'horizontalPosition' prop type
2022-09-15 12:01:31 -03:00
Gustavo Trott
10c81bf689
Merge pull request #15690 from zhem0004/handleCursorPropertyError
2022-09-15 10:36:14 -03:00
Joao Victor
968e872c5b
Merge branch 'v2.6.x-release' into issue-15574
2022-09-15 09:13:02 -03:00
Ramón Souza
2a062b25dc
Merge pull request #15683 from ramonlsouza/issue-15669
...
fix: set breakout name input as readonly when updating users
2022-09-14 17:08:49 -03:00
Bohdan Zhemelinskyi
811d135585
handle missing cursor property case
2022-09-14 19:42:15 +00:00
Ramón Souza
def70c4fb5
Merge pull request #15689 from germanocaumo/patch-1
...
chore(playback): v5.0.0-alpha.2
2022-09-14 16:15:47 -03:00
germanocaumo
a28e362dfc
chore(playback): v5.0.0-alpha.2
2022-09-14 18:53:47 +00:00
Ramón Souza
8a59a104b5
Merge pull request #15649 from ramonlsouza/port-15618-25
...
fix: port adjustments in breakout publisher to 2.5
2022-09-14 13:28:58 -03:00
Ramón Souza
7d7f26ea55
Merge pull request #15624 from KDSBrowne/bbb-text-updates
...
fix: Restore Text Shape Updates Per Character
2022-09-14 13:06:10 -03:00
GuiLeme
39b6359441
[issue-pdf-100-processing] - fix timeout error when PDF is too complex.
2022-09-14 10:33:41 -03:00
Ramón Souza
634393e740
Merge pull request #15670 from ramonlsouza/fix-warnings
...
Fix: bigbluebutton-html5 warnings
2022-09-14 10:17:01 -03:00
Ramón Souza
a924aecc1d
fix multiple answer translation in live results
2022-09-14 09:51:48 -03:00
Ramón Souza
cb9be4b072
Merge pull request #15612 from JoVictorNunes/issue-15579
...
chore/fix: update `react-intl` to `6.1.0` and add config to disable fallback
2022-09-13 16:28:03 -03:00
Paul Trudel
84c19bf12e
Added support for sha384 and sha512 checksums
2022-09-13 15:28:01 +00:00
Ramón Souza
2b6b129df9
set breakout name input as readonly when updating users
2022-09-13 10:45:13 -03:00
Paulo Lanzarin
6396c3e7bd
build(bbb-webrtc-sfu): v2.9.1
...
See https://github.com/bigbluebutton/bbb-webrtc-sfu/releases/tag/v2.9.1
2022-09-13 09:19:49 -03:00
Ramón Souza
521c91a686
Merge pull request #15681 from ramonlsouza/fix-button-overflow
...
fix: button overflow in presentation toolbar
2022-09-12 16:36:46 -03:00
Ramón Souza
1925124e82
fix button overflow in presentation toolbar
2022-09-12 16:27:29 -03:00
Gabriel Porfirio
7c204363c8
moved help test to options test
2022-09-12 09:33:53 -03:00
Daniel Petri Rocha
41f71981f4
Working checkbox in backend
2022-09-11 20:12:37 +02:00
Anton Georgiev
5f4c89b6ff
Merge pull request #15672 from ramonlsouza/current-presentation-class
...
refactor: Add "current presentation" toast unique class
2022-09-09 19:43:44 -04:00
Gabriel Porfirio
f1d45502a0
WIP: breakout room create tests
2022-09-09 13:54:50 -03:00
Ramón Souza
5a83f9b392
add unique className to current presentation toasts
2022-09-09 13:25:20 -03:00
Ramón Souza
efb3083373
only mount layoutEngine when layoutType is available
2022-09-09 10:19:43 -03:00
Ramón Souza
4e80475fd0
fix tabIndex warning
2022-09-09 10:19:04 -03:00
Ramón Souza
dda6b83958
fix panning warning
2022-09-09 10:14:20 -03:00
Ramón Souza
5588e19e3c
Merge pull request #15558 from JoVictorNunes/issue-15555
...
fix: check virtual background type on change
2022-09-09 09:25:15 -03:00
Paulo Lanzarin
9c4707b56d
Merge pull request #15582 from prlanzarin/u26/refactor/mic-inout-logs-26
...
fix(audio): review in/out device management and switching
2022-09-09 09:22:40 -03:00
Bohdan Zhemelinskyi
7f42e28ec7
place spring version in one place and cleanup
2022-09-08 18:40:19 +00:00
Paulo Lanzarin
362785a83a
Merge pull request #15647 from prlanzarin/u26/fix/cam-profile-switch-notreadableerror
...
fix(webcam): switching profiles in preview fails intermittently
2022-09-08 15:11:33 -03:00
Ramón Souza
560d9370c6
adjust html/body lang on page load
2022-09-08 14:25:29 -03:00
Anton Georgiev
890bf6422a
Merge pull request #15643 from bigbluebutton/snyk-upgrade-1cd2323419b3b89bde2905edfe49ecd2
...
[Snyk] Upgrade @testing-library/jest-dom from 5.16.4 to 5.16.5
2022-09-08 11:33:56 -04:00
Anton Georgiev
3e1f73a5f0
Merge pull request #15639 from bigbluebutton/snyk-upgrade-46275f7a0dfd4f946e42f058080c6739
...
[Snyk] Upgrade @playwright/test from 1.22.2 to 1.25.0
2022-09-08 11:27:37 -04:00
zhem0004
0a0d768627
Merge branch 'spring2726' of https://github.com/zhem0004/bigbluebutton into spring2726
2022-09-08 11:24:50 -04:00
Anton Georgiev
23fc5940a8
Merge pull request #15307 from GuiLeme/fix-tomcat-warnings25
...
fix(conf): Fix tomcat warnings
2022-09-08 11:12:07 -04:00
Bohdan Zhemelinskyi
e3c0abe62a
changes on comment
2022-09-08 14:59:56 +00:00
Ramón Souza
c6c65c4aa0
add support to xx@xxxx localization files
2022-09-08 11:47:41 -03:00
Bohdan Zhemelinskyi
f51742a819
Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into spring27
2022-09-08 14:32:35 +00:00
Bohdan Zhemelinskyi
52464ad179
fix on comment
2022-09-08 14:05:35 +00:00
Ramón Souza
406c215add
Merge pull request #15659 from JoVictorNunes/issue-15658
...
fix(whiteboard toolbar): reduce distance from the bottom
2022-09-08 09:37:20 -03:00
Anton Georgiev
a17679834f
Merge pull request #15632 from antobinary/build-tweaks-2
...
fix: JVM apps stopping to differ from failure
2022-09-07 22:02:52 -04:00
Anton Georgiev
09a54ac231
Merge pull request #15633 from antobinary/build-tweaks-3
...
fix: bbb-conf --start to use bigbluebutton.target only
2022-09-07 22:01:38 -04:00
Ramón Souza
0660095c3e
Merge pull request #15631 from JoVictorNunes/issue-15559
...
fix: screenshare volume control
2022-09-07 13:16:14 -03:00
Joao Victor
4277a0ed03
fix: volume icon
2022-09-07 11:59:43 -03:00