Commit Graph

39205 Commits

Author SHA1 Message Date
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
Gustavo Trott
f26f2e079c
Merge pull request #18406 from gustavotrott/merge-27-into-develop-2023jul31
Merge 2.7 into Develop
2023-07-31 11:25:43 -03:00
Gustavo Trott
3758dd89e2 Merge 2.7 into Develop 2023-07-31 11:24:25 -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
Gustavo Trott
b307d25e67
Merge pull request #18400 from gustavotrott/graphql-recording-status
refactor (graphql-server): Add endpoint meeting_recording
2023-07-28 16:30:20 -03:00
Gustavo Trott
424ec2021c Add points to start and stop recording 2023-07-28 16:28:03 -03:00
Gustavo Trott
ae1b854b3c Add endpoint meeting_recording to graphql 2023-07-28 16:13:01 -03:00
Gustavo Trott
2c95af6754
Merge pull request #18376 from Tainan404/audio-button
Refactor: actions bar audio button
2023-07-28 16:06:42 -03:00
Paul Trudel
14775e32eb Store page resize in postgres 2023-07-28 18:01:53 +00:00
Anton Georgiev
9e1d1c5190
Merge pull request #18394 from ramonlsouza/layout-images
refactor: Update layout images
2023-07-28 13:36:43 -04:00
Anton Georgiev
8e318094a4
Merge pull request #18369 from KDSBrowne/bbb-18357
fix: Enhance Smart Slide Question And URL Detection
2023-07-28 13:35:07 -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
Gabriel Porfirio
6a712c7850 only present can edit the polls 2023-07-28 09:16:07 -03:00
Paul Trudel
8373eefdc3 Store slide position data in postgres 2023-07-27 19:10:51 +00:00
Tainan Felipe
7ad726f415 Fix: audio lock being applied to moderators 2023-07-27 16:09:38 -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
Paul Trudel
e61edbdfcc Update pres_page table on move and resize 2023-07-26 18:34:19 +00: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
Paul Trudel
ec9deb1e67 Added podId, width, and height, columns to postgres 2023-07-26 13:53:15 +00: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
Ramón Souza
692370d3b1 reduce page size 2023-07-26 09:55:39 -03:00
Ramón Souza
22605b3fbb grid mode pagination 2023-07-26 09:18:23 -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