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
10c81bf689
Merge pull request #15690 from zhem0004/handleCursorPropertyError
2022-09-15 10:36:14 -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
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
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
2b6b129df9
set breakout name input as readonly when updating users
2022-09-13 10:45:13 -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
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
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
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
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
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
Joao Victor
19e71697d6
Merge remote-tracking branch 'upstream/v2.6.x-release' into issue-15559
2022-09-07 11:54:52 -03:00
Joao Victor
36864a8880
fix(whiteboard toolbar): reduce offset from the bottom
2022-09-07 11:34:54 -03:00
Anton Georgiev
bcd4d5fe8e
Merge pull request #15648 from antobinary/2.6-locales
...
chore: Pulled the latest 2.6 HTML5 locales from Transifex
2022-09-06 09:39:48 -04:00
Anton Georgiev
5aea01266b
fix: use { } for replacement not [ ] from transifex
2022-09-06 13:34:49 +00:00
Localization Server
5351bde30f
chore: Pulled the latest 2.6 HTML5 locales from Transifex
2022-09-06 13:13:31 +00:00
prlanzarin
646db91367
fix(webcam): add MediaStream id to 'inactive' event handlers
...
BBBVideoStream 'inactive' event currently does not send the
MediaStream id as the payload for handlers. This can cause theoretical
race conditions due to media stream mismatches in places where
'inactive' handling is done globally (eg video-preview).
This adds the MediaStream id to BBBVideoStream's 'inactive' event
and uses it in video-preview to avoid such race conditions.
2022-09-06 12:31:26 +00:00
prlanzarin
5d04bcaf93
fix(webcam): retry gUM on NotReadableError for Chrome/Edge
...
tl;dr: switching camera profiles in video-preview fails intermittently
in Chrome/Edge.
Long version: Chrome/Edge sometimes bork gUM calls when switching camera
profiles. This looks like a browser bug (issue TBD). Track release not
being done synchronously -> quick subsequent gUM calls for the same
device (profile switching) -> device becoming unavaible while previous
tracks aren't finished.
Since track stop is not "awaitable", this commit adds a retry procedure
that re-runs gUM up to 5 times (200 ms delay) only if error.name is
NotReadableError and browser is either Chrome or Edge.
2022-09-06 12:26:31 +00:00
Ramón Souza
f7657d73db
Merge pull request #15627 from JoVictorNunes/fix-camera-brightness-Sep-01
...
fix(camera): disable brightness on Safari and stop segmentation if brightness is unchanged
2022-09-06 09:22:30 -03:00
snyk-bot
62664f1c8b
fix: upgrade @testing-library/jest-dom from 5.16.4 to 5.16.5
...
Snyk has created this PR to upgrade @testing-library/jest-dom from 5.16.4 to 5.16.5.
See this package in npm:
https://www.npmjs.com/package/@testing-library/jest-dom
See this project in Snyk:
https://app.snyk.io/org/bigbluebutton/project/ee8b891b-124e-4ad9-9595-ec7fba86456f?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-09-05 05:29:26 +00:00
snyk-bot
e89bb29010
fix: upgrade @playwright/test from 1.22.2 to 1.25.0
...
Snyk has created this PR to upgrade @playwright/test from 1.22.2 to 1.25.0.
See this package in npm:
https://www.npmjs.com/package/@playwright/test
See this project in Snyk:
https://app.snyk.io/org/bigbluebutton/project/8bbbaf02-e34c-42be-8688-067ef9eb712e?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-09-05 05:25:48 +00:00
Ramón Souza
90592ee70c
Merge pull request #15622 from ramonlsouza/tests-audit
...
chore(tests): npm audit fix
2022-09-02 16:51:11 -03:00
Ramón Souza
f9bbef759c
Merge pull request #15517 from JoVictorNunes/issue-15276
...
fix(tldraw): hide context menu for users who don't have access to whiteboard
2022-09-02 10:34:25 -03:00
Gustavo Trott
f7f20f3e2e
Merge pull request #15251 from ramonlsouza/issue-15001
2022-09-02 09:44:10 -03:00
Anton Georgiev
5e909f6018
fix: bbb-conf --start to use bigbluebutton.target only
2022-09-02 02:09:42 +00:00
Anton Georgiev
4ea7bfb6b4
fix: JVM apps stop to differ from failure
2022-09-02 01:59:56 +00:00
Anton Georgiev
3efcd09465
Merge pull request #15630 from antobinary/build-tweaks-1
...
build: /lib vs /usr/lib closes #15553
2022-09-01 20:44:46 -04:00
Gustavo Trott
02b5ab1eb4
Merge pull request #15538 from GuiLeme/refactor-msg-builder
2022-09-01 17:54:12 -03:00
GuiLeme
3147df182b
[refactor-msg-builder] - Removed unused files
2022-09-01 17:50:01 -03:00
Ramón Souza
cc7e5c7fa9
Merge pull request #15628 from ramonlsouza/send-chat-font
...
style: increase send to chat button font size
2022-09-01 15:43:50 -03:00
Joao Victor
b782a7fc06
fix: screenshare volume control
2022-09-01 13:48:59 -03:00
Ramón Souza
b8afe76837
Merge pull request #15620 from JoVictorNunes/sonar-warnings-Aug-31
...
fix: SonarCloud warnings
2022-09-01 13:22:31 -03:00
Anton Georgiev
19b7230941
build: /lib vs /usr/lib consistency
2022-09-01 15:40:01 +00:00
Ramón Souza
31c1e7b200
increase send to chat button font size
2022-09-01 11:07:39 -03:00
Joao Victor
d4949bd7cf
fix(camera): disable brightness on Safari and stop segmentation if brightness is unchanged
2022-09-01 09:29:08 -03:00
Anton Georgiev
3530c5fc51
build: /lib vs /usr/lib closes #15553
2022-09-01 11:56:35 +00:00
Ramón Souza
4e46284a3b
Merge pull request #15603 from JoVictorNunes/camera-brightness
...
feat(camera): set camera brightness
2022-08-31 17:00:34 -03:00
KDSBrowne
3277286525
persist patched text changes
2022-08-31 19:01:53 +00:00