Commit Graph

38557 Commits

Author SHA1 Message Date
Paulo Lanzarin
5ddf3155c7
Merge pull request #18407 from prlanzarin/u27/fix/audio-retry-timeout-logs
feat(audio): add retryThroughRelay, +...
2023-08-03 15:50:04 -03:00
Ramón Souza
407a5d383c
Merge pull request #18425 from antonbsa/flaky-presentation-tests
test: add flaky flag to presentation tests
2023-08-02 11:04:40 -03:00
Anton B
d188df13f0 test: add flaky flag to presentation tests 2023-08-02 10:48:30 -03:00
Gustavo Trott
8d88ace0ac
tests: Speed up building time by splitting packages in different jobs (#18415) 2023-08-02 08:55:18 -03:00
Ramón Souza
d960ccb1c9
Merge pull request #18399 from Scroody/fix-pulse-animation-with-avatar
Fix: pulse animation with avatar
2023-08-02 08:47:33 -03:00
Ramón Souza
a0ad513cb6
Merge pull request #18411 from ramonlsouza/issue-18408
fix: Disabling the presentation download with annotation is also disabling the original presentation download
2023-08-02 08:46:55 -03:00
Anton Georgiev
151d331f03
docs: Added link for 2.7.0-beta.3 2023-08-01 19:48:50 -04:00
Anton Georgiev
cb6e041510
Merge pull request #18410 from antonbsa/avoid-flaky-ci
test: Add @flaky test flag and avoid them when running the tests on CI
2023-08-01 14:50:46 -04:00
Gustavo Trott
be057ac155
tests: Improve the handling of failures during the workflow (#18390) 2023-08-01 14:51:21 -03:00
Anton B
1013e4443a test: update Webcam ci tests flags 2023-08-01 13:45:33 -03:00
Ramón Souza
4b6686ef76 add comment 2023-07-31 17:07:41 -03:00
Ramón Souza
df8e9e9440 split disabled download of presentation params 2023-07-31 17:03:29 -03:00
Anton B
4384fa7aca test: add @flaky test flag and avoid them when running the tests on CI 2023-07-31 16:19:04 -03:00
prlanzarin
50d019ac01 chore(audio): lower SFU audio negotiation timeout to 15s (from 25s) 2023-07-31 11:40:04 -03:00
prlanzarin
a8e4e876d0 fix(audio): add connection timers for SFU audio
SFU based audio is missing connection timers, which means the join
procedure can go on indefinitely in a couple of scenarios.

Refactor the connection timers added for re-connections in the SFU audio
bridge and make them valid for the first try as well.

Make 1010 errors (connection timeout) retriable when retryThroughRelay
is enabled.
2023-07-31 11:39:52 -03:00
prlanzarin
7c3ac51e38 feat(audio): add retryThroughRelay flag for 1007 errors
1007 errors are still a large fraction of our overall audio join error
rate. This usually indicates some sort of firewall block or UDP issues
carrier networks. I can't figure out why some scenarios won't trickle
down to relay candidates though - I'm leaning to scenarios where STUN
packets with USE-CANDIDATE are being mangled/lost along the way or
something else that borks the (already fragile) conn checks for ICE-lite
implementations.

Add a new feature called retryThroughRelay which triggers a retry with
iceTransportPolicy=relay whenever audio fails to join with a 1007 error.
The goal is to force relay usage to try and bypass 1007s scenarios that
still happen.

Disabled by default.
2023-07-31 11:39:45 -03:00
prlanzarin
26815f4679 chore(audio): add more data to audio_joined/failure logs
Add secondsToActivateAudio, inputDeviceId, outputDeviceId and isListenOnly
to audio_joined.extraInfo

Add inputDeviceId, outputDeviceId and isListenOnly to
audio_failure.extraInfo

Add a try-catch to the device enforcement procedure triggered by
onAudioJoin - it may throw and block the modal.
2023-07-31 11:39:24 -03:00
Anton Georgiev
f682348db4
Merge pull request #18405 from antobinary/guest-extra-options
chore: set guestPolicyExtraAllowOptions to false
2023-07-31 10:07:39 -04:00
Anton Georgiev
1e08c28962 chore: set guestPolicyExtraAllowOptions to false 2023-07-31 09:49:32 -04:00
Anton Georgiev
9e1d1c5190
Merge pull request #18394 from ramonlsouza/layout-images
refactor: Update layout images
2023-07-28 13:36:43 -04:00
Ramón Souza
f389d7b338
Merge pull request #18396 from ramonlsouza/issue-18386
fix: bbb_hide_presentation_on_join parameter not working
2023-07-28 13:49:03 -03:00
Scroody
0a9b061434 Fix: Pulsing animation not working with avatar 2023-07-28 13:31:44 -03:00
Ramón Souza
bd97a008a0 fix hide presentation on join 2023-07-27 15:49:21 -03:00
Ramón Souza
8e0b48e8be
Merge pull request #18164 from Arthurk12/bbb-wake-locke
feat: Screen wake lock feature
2023-07-27 10:58:05 -03:00
Ramón Souza
796b630736 update layout images 2023-07-27 09:22:50 -03:00
Anton Georgiev
3c71afd309
Merge pull request #18392 from antobinary/merge-july26
chore: Merge 2.6.11 into 2.7
2023-07-26 22:29:25 -04:00
Anton Georgiev
7be38fd876 Merge remote-tracking branch 'bbb/v2.6.x-release' into merge-july26 2023-07-26 22:27:55 -04:00
Anton Georgiev
94252fcdb8
docs: Added link for 2.6.11 2023-07-26 22:24:49 -04:00
Anton Georgiev
477f660eea
Merge pull request #18372 from Scroody/I-18334
refactor: Re-writing of the meeting ending to make navigation more clear for users
2023-07-26 22:19:21 -04:00
Anton Georgiev
5303265bc2
Update bigbluebutton-html5/public/locales/en.json 2023-07-26 22:19:05 -04:00
Arthurk12
7b57565fc5 fix(wake-lock): settings attribute name 2023-07-26 17:38:34 -03:00
Anton Georgiev
304bc851a0
Merge pull request from GHSA-v6wg-q866-h73x
fix(sec): Improve text sanitizing of lobby messages
2023-07-26 15:28:20 -04:00
Anton Georgiev
9611df968d
Merge pull request #18385 from gustavotrott/fix-dial-in-user-invisible
fix: Dial-in users not in list
2023-07-26 15:17:42 -04:00
Tainan Felipe
838accf015 Improve text sanitizing of lobby messages 2023-07-26 16:12:39 -03:00
Anton Georgiev
5462fe6f49
Merge pull request #18391 from antonbsa/test-cs-backport
test: Connection status element selector fix
2023-07-26 14:57:57 -04:00
Anton B
b31ba3fbc0 test: fix connection status element selector 2023-07-26 15:08:36 -03:00
Anton Georgiev
ce2b65798b
Merge pull request #18377 from antonbsa/parameter-tests-fix-after-merge
test: Parameter tests fix
2023-07-26 14:05:18 -04:00
Anton Georgiev
32d2b1dee2
Merge pull request #18388 from antonbsa/ci-url-backport-26
ci: Update URLs
2023-07-26 14:04:04 -04:00
Anton Georgiev
f1178cb6a2
Merge pull request #18381 from antonbsa/fix-ci-urls
ci: Update URLs
2023-07-26 09:19:07 -04:00
Anton B
842cfb4fab ci: fix new bbb-imdt url 2023-07-26 09:56:22 -03:00
Anton B
1024930a32 test: disabled features test fixes and managePresentationButton selector update 2023-07-25 15:26:42 -03:00
Gustavo Trott
c74a7ff90e Add required props to dial-in users 2023-07-25 15:23:57 -03:00
Anton Georgiev
9015c1d339
Merge pull request #18378 from antonbsa/raise-hand-tests-fix
test: Raise and lower hand tests fix
2023-07-25 14:15:38 -04:00
Anton Georgiev
f93759ea62
Merge pull request #18384 from ramonlsouza/quick-poll-button-styles
style: primary color in quick poll button
2023-07-25 14:12:20 -04:00
Ramón Souza
ee78814827 change quick poll button styles 2023-07-25 15:05:00 -03:00
Anton Georgiev
a61ac3e0ac
Merge pull request #18383 from danielpetri1/docs-java-update
docs: Add instructions for resolving Java version conflicts
2023-07-25 13:06:49 -04:00
Anton Georgiev
abf4a0a2b4
chore: Bump BBB version to 2.6.11 2023-07-25 12:59:12 -04:00
danielpetri1
c3dd31635e Instructions when upgrading to Java 17 2023-07-25 16:55:57 +00:00
Anton Georgiev
427ca9a4ff
Merge pull request #18382 from bigbluebutton/antobinary-patch-2
chore: Bump bbb-pads to 1.5.1
2023-07-25 12:47:51 -04:00
Anton Georgiev
0bd5e96ac8
chore: Bump bbb-pads to 1.5.1 2023-07-25 11:05:27 -04:00