Paulo Lanzarin
7fc4c012a5
build(bbb-webrtc-sfu): v2.9.10 (from v2.9.8)
...
See:
- - https://github.com/bigbluebutton/bbb-webrtc-sfu/releases/tag/v2.9.9
- https://github.com/bigbluebutton/bbb-webrtc-sfu/releases/tag/v2.9.10
2023-04-05 13:41:14 -03:00
prlanzarin
f4b4de6f88
fix(video): prevent a client crash when cleaning up video peers
...
There's a very rare scenario where the client may crash if a video
publisher is released before the source stream had its inactivation
listener callback set up.
This adds a type check to the inactivation handler before trying to
clean it up.
2023-04-05 13:31:59 -03:00
prlanzarin
c81a7e70f2
fix: properly check constraints before creating transceivers in peer.js
...
In peer.js offer generation method, the provided constraitns are only
being type checked. It needs a value check when the constraint is a
boolean.
This commit should prevent useless transceivers from being added when
explictly specifying audio/video as `false`
2023-04-05 13:30:30 -03:00
prlanzarin
be6a23a003
feat: add option to force/extend gathering window in SFU components
...
There's an edge case in finnicky networks where ALG-like firewalls
tamper with USE-CANDIDATE STUN packets and, consequently, bork ICE-lite
connectivity establishment. The odd part is that client-side gathering
seems to complete if intermediate STUN bindings work (before the final
USE-CANDIDATE), which may cause the peer not to generate relay
candidates == connectivity fails.
This adds the `public.kurento.gatheringTimeout` option to forcefully extend
the candidate gathering window in peers that act as offerers. The
behavior is as follows: if the flag is set (ms), the peer will wait
either the gathering completed stage or, _at most_,
public.kurento.gatheringTimeout ms before proceeding with calls chained
to setLocalDescription.
This option is disabled by default and intentionally ommited from the
base settings.yml file as to not encourage its use. Don't use it unless
you know what you're doing :).
2023-04-05 13:22:38 -03:00
Ramón Souza
a4c074658e
Merge pull request #17434 from ramonlsouza/fix-cam-position-sidebar
...
fix: camera position when notificationBar appears
2023-04-05 13:03:31 -03:00
danielpetri1
b91e766184
Maximize webcams when all presentations removed
2023-04-05 15:37:56 +00:00
Anton Georgiev
8922670929
Merge pull request #17463 from GuiLeme/issue-16930
...
docs: Fix for tables broken references
2023-04-05 10:30:07 -04:00
GuiLeme
d480e10e0c
[issue-16930] - render tables with a similar structure as previous docs
2023-04-05 11:07:51 -03:00
Gabriel Porfirio
ea4dcf22cb
fixing exports content from breakout rooms test
2023-04-05 11:06:00 -03:00
Scroody
868ee54371
Enhancement: Unread and read privet chats now order by unread and alphabetical order.
2023-04-05 10:38:59 -03:00
Anton Georgiev
6c647ada0d
Merge pull request #17200 from gabriellpr/learning-dashboard-tests-add
...
test: new learning dashboard
2023-04-04 13:27:19 -04:00
Anton Georgiev
06f2746a3f
Merge pull request #17439 from kepstin/recording-fixes
...
recording-and-playback/presentation: Fix hiding tldraw cursors
2023-04-04 13:24:44 -04:00
Calvin Walton
f57b93b2fb
recording-and-playback/presentation: Fix hiding tldraw cursors
...
The code was skipping the check for cursor x or y position < 0 when the
tldraw whiteboard was in use. That condition is still needed on the
tldraw whiteboard to indicate that the cursor should be hidden.
Only the check for cursor x or y position >100 needs to be skipped when
the tldraw whiteboard is in use (since tldraw cursors are in the slide
coordinate space, they can go up to x=1440 or y=1080)
2023-04-04 11:33:21 -04:00
Carlos
39b308b91f
fix(reconnect) waiting for approval
...
Removed code that enter the old status "waiting for approval".
2023-04-04 10:47:32 -03:00
Ramón Souza
caddf61259
fix camera position when notificationBar appears
2023-04-04 09:34:00 -03:00
hiroshisuga
b3e6cf0c78
Fix a bug
...
Clicking the presentation with the pan tool selected grayed the presentation.
2023-04-04 17:40:21 +09:00
hiroshisuga
4d2c6fecc0
lower case to avoid warning
2023-04-04 12:09:45 +09:00
hiroshisuga
5bc2976328
lower case to avoid warning
2023-04-04 12:08:35 +09:00
hiroshisuga
09460c3de0
Fix toggle animation setting
...
ignore the update if "delay" prop is set for the pan tool.
2023-04-04 11:03:51 +09:00
Brent Baccala
7f3f107bbf
build script: fix LOCAL_BUILD being tested before it was set (bug introduced in PR #14889 )
2023-04-03 17:43:13 -04:00
Brent Baccala
513dca6895
gns3 virtual testing network: add a .gitignore file to ignore the NPDC subdirectory and the SSL root certificate and key
2023-04-03 16:30:59 -04:00
Brent Baccala
f48b8aa602
gns3 virtual testing network: add a placeholder.sh script, since git submodules can't be used
...
because of a backwards compatibility issue with SVN
2023-04-03 16:30:06 -04:00
Brent Baccala
992cef8ad8
test suite: add newlines at the end of puppeteer javascript files that didn't have them
2023-04-03 16:23:26 -04:00
Brent Baccala
a2d1ab1ee5
test suite: add newlines at the end of playwright javascript files that didn't have them
2023-04-03 16:21:24 -04:00
Anton Georgiev
a8ab74ec49
Merge pull request #17426 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_fr
...
Translate 'bigbluebutton-html5/public/locales/en.json' in 'fr'
2023-04-03 16:18:17 -04:00
Brent Baccala
ffb28ce079
test suite: add a visual regression test for shared notes, attempting to reproduce issue #16871
2023-04-03 16:14:58 -04:00
Scroody
356cf73f3c
Fix: BBB tips overlapping other elements out of his own box
2023-04-03 15:10:22 -03:00
Anton Georgiev
b91235b8fa
Merge pull request #17418 from GuiLeme/doc-pr-16769
...
docs: Insert documentation for hidePresentationOnJoin
2023-04-03 10:48:18 -04:00
transifex-integration[bot]
51ec8f73c3
Apply translations in fr
...
100% translated for the source file 'bigbluebutton-html5/public/locales/en.json'
on the 'fr' language.
2023-04-03 14:33:26 +00:00
GuiLeme
db7705fafe
[doc-pr-16769] - inserted documentation for PR 16769 regarding hidePresentationOnJoin
2023-04-03 10:47:47 -03:00
Ramón Souza
62e9b3a4d6
Merge pull request #17381 from Scroody/drop-down-arrow
...
style: drop down arrow better centralized.
2023-04-03 09:45:22 -03:00
hiroshisuga
58ef3c6a5a
add props to tooptip component
2023-04-03 17:13:54 +09:00
hiroshisuga
f6d401b502
add props to button component
2023-04-03 17:11:37 +09:00
hiroshisuga
828f692d7b
add two props to pan injector
2023-04-03 17:09:53 +09:00
hiroshisuga
d873156ed8
Update styles.js
2023-04-03 00:30:22 +09:00
hiroshisuga
2a31b1e0ee
Update styles.js
2023-04-03 00:13:44 +09:00
hiroshisuga
5be3e2ef1c
Update component.jsx
2023-04-02 23:42:12 +09:00
hiroshisuga
476c31a912
Update component.jsx
2023-04-02 23:39:41 +09:00
hiroshisuga
8b92b444ca
Update styles.js
2023-04-02 23:38:32 +09:00
KDSBrowne
a0f6bfcff2
fix the need to double click on style items
2023-04-01 21:05:27 +00:00
KDSBrowne
da66eeccc4
Merge branch 'v2.6.x-release' of https://github.com/bigbluebutton/bigbluebutton into bbb-17164
2023-04-01 20:22:50 +00:00
KDSBrowne
9abc00bcbc
preserve tool and style setting on page change
2023-04-01 20:18:03 +00:00
KDSBrowne
f32ac70a7b
remove unneeded aria-live area's
2023-04-01 20:10:41 +00:00
Scroody
4b965a2a71
Migration of the API to async for Meteor3.0
2023-03-31 17:40:41 -03:00
Anton Georgiev
72ea70ce75
Merge pull request #17385 from bigbluebutton/antobinary-patch-3
...
test: update instructions to only test specific browser
2023-03-31 16:20:25 -04:00
Anton Georgiev
f1e3f58ff8
Merge pull request #17386 from scouillard/set-glv3-as-default
...
fix(docs): set Greenlight v3 as default reference for Greenlight
2023-03-31 16:07:12 -04:00
scouillard
9ce8b49384
Change Greenlight reference from pointing to v2 to v3
2023-03-31 16:03:00 -04:00
KDSBrowne
b3a6c0be98
remove aria-live from chat message list wrapper
2023-03-31 19:38:34 +00:00
Anton Georgiev
b64d3c79d3
test: update instructions to only test specific browser
...
credits: @antonbsa
2023-03-31 15:37:07 -04:00
Anton Georgiev
3112dc2f59
docs: added link to 2.6.1
2023-03-31 15:18:24 -04:00