GuiLeme
d1025fcbe5
[issue-16954] - Changes in review and fix of minor bugs
2023-04-12 12:51:23 -03:00
GuiLeme
5eb29e0ab5
[issue-16954] - merge upstream/v2.7.x-release
2023-04-11 11:02:00 -03:00
Ramón Souza
bcd504b749
Merge remote-tracking branch 'upstream/v2.7.x-release' into lodash-radash
2023-04-05 09:42:05 -03:00
Anton B
4b5d4e9e2a
Merge remote-tracking branch 'upstream/v2.6.x-release' into webcam-tests
2023-03-29 10:29:58 -03:00
GuiLeme
5f3296fdb1
[issue-16954] - last migrations - VideoPreview and drag and drop of background
2023-03-27 12:36:25 -03:00
GuiLeme
7ce2203c04
[issue-16954] - merge v2.6.x-release
2023-03-24 08:44:19 -03:00
Tainan Felipe
a393ad6997
Fix custom virtual background not being disabled when removed
2023-03-20 17:17:27 -03:00
GuiLeme
f943cbf732
[issue-16954] - renaming referencing of Modals
2023-03-20 10:08:35 -03:00
Ramón Souza
d181eba1c2
replace lodash.throttle with native function
2023-03-02 10:25:08 -03:00
Ramón Souza
41c187d93e
Merge remote-tracking branch 'upstream/v2.6.x-release' into lodash-radash
2023-03-01 15:19:12 -03:00
Ramón Souza
0a622eff32
replace lodash throttle with standalone package
2023-03-01 15:13:29 -03:00
Gabriel Porfirio
878b08dde9
Merge remote-tracking branch 'upstream/v2.6.x-release' into test-disabled-features
2023-02-22 17:16:02 -03:00
André Castro
9133815ed3
Number of camera backgrounds showing unlimited
2023-02-22 13:08:00 +00:00
imdt
32597c7c6f
Tweek
2023-02-21 16:52:09 -03:00
imdt
3549350f5e
Fixed camera background alternatives not showing
2023-02-21 15:48:31 -03:00
Gabriel Porfirio
907589cef1
disabled features test
2023-02-21 15:28:53 -03:00
Anton B
9278ed296c
fix: avoid aria warning
2023-01-25 16:50:10 -03:00
Joao Victor
97ad47d010
Create a new checkbox component
2022-12-14 17:03:23 -03:00
Ramón Souza
41a56cada3
increase max-height of video modal
2022-12-08 14:37:19 -03:00
Joao Victor
cf40b24ef6
fix: Webcam backgrounds crash the entire client on Firefox
2022-12-06 07:32:40 -03:00
Ramón Souza
c9717e6a6c
Merge pull request #15966 from JoVictorNunes/issue-15900
...
style: standardize padding, spacing and header font size/weight of several modals
2022-11-10 16:36:33 -03:00
Joao Victor
777eebfc37
Centralize header styles in a new component
2022-11-10 15:09:21 -03:00
Ramón Souza
cdc2bc7e04
Merge pull request #15770 from JoVictorNunes/store-webcam-microphone
...
improvement: share audio and video setup among different sessions
2022-11-09 10:37:52 -03:00
Joao Victor
ef4b9f5f8c
fix: WebcamDeviceId storage
2022-11-09 09:19:01 -03:00
Joao Victor
fa557406fa
style: standardize padding, spacing and header font size/weight of several modals
2022-11-08 14:51:36 -03:00
Ramón Souza
b66b52ad88
Merge pull request #15923 from owi92/unify-modals
...
Unify some dialog windows
2022-11-07 09:16:12 -03:00
Joao Victor
f1007fb7b6
Use the new config option from #15413 - A centralized way of defining which storage to use (Session or Local)
2022-11-03 17:57:54 -03:00
Ramón Souza
38b49d8792
Merge pull request #15841 from JoVictorNunes/issue-15834
...
fix(webcam): brightness not working when changing quality profile
2022-10-31 14:28:58 -03:00
Ole Wieners
c9a612ee8a
Unify some dialog windows
2022-10-27 19:54:34 +02:00
Ramón Souza
0a6d479938
Merge pull request #15764 from KDSBrowne/26-a11y-fixes-02
...
Video Preview Modal A11y Updates
2022-10-24 10:26:03 -03:00
Joao Victor
b552ae5507
fix(webcam): brightness not working when changing quality profile
2022-10-13 16:26:25 -03:00
Joao Victor
3f07430ff4
improvement: store last shared webcam
2022-10-03 08:09:03 -03:00
KDSBrowne
02836bd78d
add missing aria-describedby label on delete btn
2022-09-30 15:24:45 +00:00
KDSBrowne
b73ad8a85f
update aria descriptions in video preview modal | fix checkbox aria label
2022-09-30 15:24:24 +00:00
KDSBrowne
03cf283ab3
update upload virtual background button aria description
2022-09-30 15:24:15 +00:00
Joao Victor
82f385c88e
improvement: disable text selection of brightness labels
2022-09-29 09:49:36 -03:00
Anton B
3b04dbff48
test: add pinning and unpinning test, improve share webcam test and add selectors
2022-09-12 14:12:35 -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
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
Joao Victor
d4949bd7cf
fix(camera): disable brightness on Safari and stop segmentation if brightness is unchanged
2022-09-01 09:29:08 -03:00
Joao Victor
24c227cc75
Merge 2.6.x-release into camera-brightness
2022-08-26 11:53:23 -03:00
Joao Victor
396f5320a4
feat(camera): set camera brightness
2022-08-26 11:50:46 -03:00
Joao Victor
54b146effe
fix: add missing custom virtual background param
2022-08-25 08:30:36 -03:00
Anton Georgiev
bbb7dd421d
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into cairosvg
2022-08-19 14:25:03 +00:00
Anton Georgiev
1b7b63baf6
Merge branch 'v2.5.x-release' of github.com:bigbluebutton/bigbluebutton into cairosvg
2022-08-19 14:14:54 +00:00
Ramón Souza
d9f2660d6a
Merge pull request #15330 from JoVictorNunes/vb-improvements-Jul-04
...
improvement(virtual background): better error handling, notifications…
2022-07-28 09:25:00 -03:00
Joao Victor
d2eda01bcb
fix: check for undefined value
2022-07-27 16:15:19 -03:00
Joao Victor
fe669b2f58
fix: check virtual background index
2022-07-27 09:00:18 -03:00
Joao Victor
5c6c28cdd2
Fix conflicts
2022-07-25 15:14:27 -03:00