Commit Graph

37283 Commits

Author SHA1 Message Date
Anton Georgiev
df73c2ad97
docs: marking 2.6.0 as stable (#17115) 2023-03-20 17:16:32 -04:00
dmtrhfr
fd3c9a416e
docs: Include missing API docs for v2.6.x release (#17061)
* add md tables for join and create instead of html import
* add missing tables to docs
* fixed some formatting in the api docs
* added collapseble tables for create and join
2023-03-20 17:14:17 -04:00
prlanzarin
1ada7dc57e fix(audio): output device changes not effective in local echo test
Output device changes aren't working in 2.6's echo test when artifical delay
is on due to the fact that the feedback audio is being played via the WebAudio
context rather the the HTMLMediaElement. Since output device change works
via HTMLMediaElement's setSinkId, it's basically a no-op.

This commit fixes the issue by piping the AudioContext destination
through the main audio element rather than using WebAudio directly for
playback. An additional stub media element (muted) is added to circumvent one
of Chrome's WebAudio issue.
The alternative would be to use AudioContext's setSinkId, but it isn't
supported by Firefox (setSinkId enabled) and Chrome < 110.

This should work with FF (setSinkId enabled) and a wide array of Chromium
versions.
2023-03-20 17:38:06 -03:00
Tainan Felipe
a393ad6997 Fix custom virtual background not being disabled when removed 2023-03-20 17:17:27 -03:00
Anton Georgiev
b20aff7368
Merge pull request #17109 from bigbluebutton/antobinary-patch-2
chore: Bump BBB version to 2.6.0
2023-03-20 16:01:19 -04:00
Anton Georgiev
ee7003b865
Bump BBB version to 2.6.0 2023-03-20 15:57:46 -04:00
Paul Trudel
77cb702cd1 Ignore case on available check 2023-03-20 18:39:43 +00:00
Paul Trudel
28780f8f21 Handle available status in bbb-common-web 2023-03-20 18:38:24 +00:00
Paul Trudel
87b4c3795b Retrieve meetingIDs from meta tag if no meeting tag exists 2023-03-20 18:23:27 +00:00
Gustavo Trott
8ed2752fdf Force wget nodejs to retry on http 404 error 2023-03-20 13:43:17 -03:00
KDSBrowne
de75d18e30 remove url detected as question 2023-03-20 16:18:42 +00:00
Gustavo Trott
fd5742d805 Escape quotes in automated-tests 2023-03-20 11:19:24 -03:00
Gustavo Trott
406501254c ci: Disable minify in Etherpad 2023-03-20 09:32:08 -03:00
Ramón Souza
630247a568 reduce canvas max size 2023-03-20 08:43:27 -03:00
Anton B
98cd618a3e ci: fix paths-ignore to docs folder 2023-03-19 16:50:56 -03:00
Anton B
4a0a9a29a5 test: update polling tests 2023-03-19 16:10:07 -03:00
danielpetri1
0ef170ddb1 Display poll results on rectangle shape 2023-03-18 15:03:36 +00:00
danielpetri1
7604261966 Reduce canvas max size 2023-03-18 10:35:53 +00:00
Paul Trudel
9bf84bbae3 Changed video state to published 2023-03-17 21:11:15 +00:00
timo
438f3490d5 Update readme and build instructions for 2.6
From now on documentation will only be build from develop.
To this commit removes the build from the action.
It also adds some more information to the readme.
2023-03-17 21:35:40 +01:00
Ramón Souza
3b849a9600 fix poll results size on firefox 2023-03-17 14:51:39 -03:00
Anton Georgiev
592ed2a97a
Merge pull request #16982 from paultrudel/guest-deny-error-message
fix: Display error message when guest is denied access to a meeting
2023-03-17 13:41:59 -04:00
Anton Georgiev
7a834117f0
chore: bump BBB version to 2.6.0-rc.9 2023-03-17 13:36:53 -04:00
Ramón Souza
c3d89ee4fc
Merge pull request #17044 from antobinary/fix-undefined-user
fix: Fix undefined user in rare end-breakout scenario
2023-03-17 14:06:15 -03:00
Anton Georgiev
2f3a8f03e9
Merge pull request #17083 from ramonlsouza/pr-16950
feat(layout): Recover (from 2.5) the ability of viewers to set their own layout
2023-03-17 12:50:26 -04:00
Anton Georgiev
19d3b03afd
Merge pull request #16972 from gabriellpr/learning-dashboard-test
test: learning dashboard
2023-03-17 12:25:25 -04:00
Anton Georgiev
5fcb6d5e00
Merge pull request #17077 from gustavotrott/ci-add-bbb-conf--zip
Test (ci): Generate artifact logs using "bbb-conf --zip"
2023-03-17 11:49:25 -04:00
Gustavo Trott
af594f8800 Generate logs and configs only on failure 2023-03-17 10:25:58 -03:00
KDSBrowne
97d68f9416 fix chat semantics on mount and on update 2023-03-17 13:24:50 +00:00
Bohdan Zhemelinskyi
f5e83d336d redesign waiting user buttons 2023-03-17 13:10:27 +00:00
Ramón Souza
9a56952483 restore popup menu 2023-03-17 09:54:36 -03:00
Ramón Souza
b3be1c3a74 fix sync layout only if custom 2023-03-17 09:37:45 -03:00
Ramón Souza
f4bd2e8bef
Merge pull request #17039 from ramonlsouza/issue-16682
fix: Poll results are difficult to read and not scaled to fit slide
2023-03-17 08:41:01 -03:00
Ramón Souza
dcc9e4fb64 add links to tldraw functions 2023-03-17 08:40:24 -03:00
Anton Georgiev
c1309c992b
Merge pull request #17079 from antobinary/docs-3
docs: enable building of 2.5 docs
2023-03-16 15:22:10 -04:00
Anton Georgiev
8a92cd5205 docs: enable building of 2.5 docs 2023-03-16 15:18:27 -04:00
Gustavo Trott
6dae356b30 Ci: Use bbb-conf --zip to generate logs 2023-03-16 15:57:34 -03:00
Ramón Souza
1cc60fda31 adjust size calculation, preload font 2023-03-16 15:55:56 -03:00
KDSBrowne
3eb54122c5 add timeout to prevent race condition removing role value 2023-03-16 15:36:28 +00:00
Anton Georgiev
0d402ed990
Merge pull request #17067 from antobinary/docs-2
docs: sync 2.6 customize docs
2023-03-16 10:35:57 -04:00
Ramón Souza
8dbff37a43
Merge pull request #16868 from Arthurk12/bbb/2.6/15716
fix(breakout rooms): video and audio modal appearing for all mods when rejoining
2023-03-16 10:42:16 -03:00
Anton Georgiev
5e1b602001 docs: sync 2.6 customize docs 2023-03-16 09:36:25 -04:00
hiroshisuga
7e7c46b9e9
change icon 2023-03-16 21:34:13 +09:00
hiroshisuga
12a53e3a59
reset opacity RTL <-> LTR
Some comments have been removed as well.
2023-03-16 19:37:21 +09:00
hiroshisuga
d18dca3eaf
Merge pull request #153 from hiroshisuga/dev2.6.0rc8_hidetoolbar
Dev2.6.0rc8 hidetoolbar
2023-03-16 18:46:40 +09:00
Anton Georgiev
9876f0c73a
Merge pull request #17056 from antobinary/docs-1
chore: added a template for docs issues
2023-03-15 17:13:52 -04:00
Anton Georgiev
c7694f3af8 chore: added a template for docs issues 2023-03-15 17:11:22 -04:00
Ramón Souza
c282bbfae2
Merge pull request #17049 from KDSBrowne/bbb-17046
fix: Prevent Response Poll Displaying For True / False
2023-03-15 16:48:08 -03:00
Paul Trudel
ccc0274931 Removed condition on unmute that prevented option from displaying 2023-03-15 19:01:29 +00:00
Bohdan Zhemelinskyi
ecdc5304df add prop type 2023-03-15 18:24:34 +00:00