Commit Graph

363 Commits

Author SHA1 Message Date
Anton Georgiev
8c3929ae66
[3.0]docs: adjust name for errorRedirectUrl (#20840)
* [3.0]docs: adjust name for errorRedirectUrl

* add line
2024-08-01 16:28:15 -04:00
Jan Kessler
8d4aa5c291
docs: fix graphqlWebsocketUrl in cluster proxy setup docs (#20797)
* fix graphqlWebsocketUrl in cluster proxy setup docs

* add graphqlApiUrl setting to cluster proxy setup docs
2024-07-30 12:08:09 -04:00
Fred Dixon
dfe5b56da4
Update install.md
Fixed reference to starting greenlight (no '\b' needed)
2024-07-25 06:54:17 -03:00
Anton Georgiev
50e3c5aa42
chore: rename meeting to session in en.json (#20743) 2024-07-22 08:50:49 -04:00
Guilherme Pereira Leme
6fcb1995e9
docs: enhance readability and information availability for presentation files supported (#20741) 2024-07-19 15:32:21 -04:00
Gustavo Trott
cf0b32efff
Merge pull request #20682 from germanocaumo/skip-ecoTest-if-previous
Microphone: add option to skip echo test if session has valid input/output devices stored
2024-07-19 13:16:11 -03:00
germanocaumo
6502cfe646 refactor: rename skipCheckIfPreviousDevice to skipEchoTestIfPreviousDevice
changed userData from bbb_skip_check_if_previous_device to bbb_skip_echotest_if_previous_device
2024-07-19 11:29:38 -03:00
Guilherme Pereira Leme
a3e56171d7
fix(bbb-web and html5): removed .odi and .odc file-type supports (#20729)
* [issue-20346] - removed .odi and .odc not supported anymore by soffice files.

* [issue-20346] - changes in review

* [issue-20346] --
2024-07-19 09:21:55 -04:00
germanocaumo
cbe0b4f6ae
feat(webcams): skip video preview if valid input devices stored (#20696)
* feat(webcams): skip video preview if valid input devices stored

Additionally:

- refactor: re-use the existing VirtualBackground_* storage info instead
  of creating a new one
- fix: store background choices per deviceId instead of globally
- fix: guarantee background restore attempts are *critical* when
  video-preview is supposed to be skipped. We want the preview to be
  shown if the previous background could not be restored to preserver
  the user's privacy choice
- fix: cameras could not be shared if no previous device info was in
  the user's session
- fix: uploaded background images were not correctly restored
- fix: do not spin up virtual bg workers for brightness if it has not
  been altered by the user
- refactor: remove old video-provider background restore routine,
  centralize it in video-preview

* fix(skip-video-preview): correct storage check and add playwright test and docs

---------

Co-authored-by: prlanzarin <4529051+prlanzarin@users.noreply.github.com>
2024-07-18 16:24:10 -04:00
Gustavo Trott
c6b9ab35ae
refactor: Remove old userStatus Emoji (#20717)
* Remove old userStatus Emoji

* tweak docs

* fix bkroom errors
2024-07-18 08:58:38 -04:00
Gustavo Trott
1683f4c3fe
refactor: Rename all customParameters references to userMetadata or userdata (#20692)
* Rename all customParameters references to userMetadata

* fix linter error

* Update docs/docs/development/api.md

Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>

* Update bigbluebutton-html5/imports/ui/components/settings-loader/component.tsx

---------

Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2024-07-16 13:40:49 -04:00
germanocaumo
e090356210 chore: add skipCheckIfPreviousDevice to docs 2024-07-11 08:54:12 -03:00
Anton Georgiev
d474ea9c1d
docs: link to 3 alpha 7, tweaks to what is new in 3.0 2024-06-29 08:31:39 -04:00
Anton Georgiev
4fd71a34b3
fix: correct statements about presentations not being migrated and how to fix entity too large errors (#20606)
Co-authored-by: Daniel Molkentin <danimo@infra.run>
2024-06-28 11:46:12 -04:00
André Castro
9128a2dde8
Refactor: Remove the old user status (reaction/emoji) (#20455)
* Refactor: Remove the old user status (reaction/emoji)

* Update settings.yml

* test: remove old user status testing code related

---------

Co-authored-by: Anton B <antonbsa.bck@gmail.com>
2024-06-26 15:40:18 -03:00
Anton Georgiev
546cccee35
docs: Tweak gladia documentation with improved yq commands (#20584) 2024-06-25 13:37:15 -04:00
Anton Georgiev
0e48465109 docs: first cut of Plugins page 2024-06-24 12:59:21 -04:00
Anton Georgiev
1a89d6a954 docs: first cut of Plugins page 2024-06-24 12:56:08 -04:00
Anton Georgiev
eb15514ed3
docs: 3.0 Added Gladia docs (how to configure) (#20560)
* docs: 3.0 Gladia docs

* docs: add alpha.6 url
2024-06-20 15:55:01 -04:00
Anton Georgiev
c2d4d4d888
docs: Fix broken api.md building (#20558) 2024-06-20 13:59:48 -04:00
Ramón Souza
2020a56180 fix default value for bbb_display_branding_area in docs 2024-06-19 10:30:11 -03:00
schrd
64e43e4331
fix(core): 3.0 cluster setup (#20439)
* Add graphql API endpoint to BBB API

This parameter will be required for the HTML5 client to discover the API
endpoint of the GraphQL API so it can fetch its settings.

* Fix: ensure API calls are headed towards the BBB Server

In a cluster setup the URL that is visible in the browser is different
from the URL of the BBB Server.

The clients needs to contact the BBB server to retrieve information
about the graphQL websocket and the graphql API.

This patch adds the GraphQL API endpoint to the BBB API and changes the
Client to use it.

* Make GraphQL API endpoint configurable

The default value should work for single node and cluster setups

* Update docs to reflect changes required by cluster setup

* fix eslint and typescript errors

* Fix cluster setup docs

- add missing parts for hasura
- use consistent domain example.com

* rename variable

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>

* rename variable

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>

* rename variable

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>

* Update bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>

* Update bigbluebutton-web/grails-app/conf/bigbluebutton.properties

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>

---------

Co-authored-by: Daniel Schreiber <daniel.schreiber@hrz.tu-chemnitz.de>
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-06-17 14:26:13 -04:00
Anton Georgiev
45593b79a4 docs: document allowPromoteGuestToModerator [3.0] 2024-06-14 16:50:00 -04:00
Anton Georgiev
d42958949d
[3.0] docs: adjust correct default value for breakouts being recorded 2024-06-14 16:01:22 -04:00
André Castro
365bd27e89
Client: Updating: userdata-bbb_multi_user_tools, userdata-bbb_presenter_tools and userdata-bbb_multi_user_pen_only (#20218)
* Client: Updating: userdata-bbb_multi_user_tools, userdata-bbb_presenter_tools and userdata-bbb_multi_user_pen_only

---------

Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2024-06-07 16:13:25 -04:00
Gustavo Trott
81d30480bd
feature: Introduces API /sendChatMessage endpoint (#20323)
* feature: Introduces API /sendChatMessage endpoint

* only allow GET requests for sendChatMessage

---------

Co-authored-by: Anton Georgiev <antobinary@users.noreply.github.com>
2024-06-06 15:49:52 -04:00
Anton Georgiev
49a025896f
Update api.md (#20427)
Add a link in https://docs.bigbluebutton.org/development/api/#join to the additional parameters in 
https://docs.bigbluebutton.org/administration/customize/#application-parameters

Co-authored-by: Fred Dixon <ffdixon@gmail.com>
2024-06-06 08:43:19 -04:00
João Victor Nunes
5d3178f15d
refactor(guest-wait): turn guest wait page into a React component (#20344)
* refactor(guest-wait): turn guest wait page into a React component

* Fix rendering when the meeting is ended

* refactor(guest-wait): Backend portion for migration of `guest-wait` to Graphql

* Add message timeout

* Remove static guest wait page

---------

Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
2024-06-05 17:41:23 -03:00
Stefan Weil
262b7d150e Fix some typos (found by typos)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2024-05-24 12:10:49 -04:00
mbm_1607
5375ab9bc5 Update Playback section regarding video playback
Fixes: https://github.com/bigbluebutton/bigbluebutton/issues/20300
2024-05-24 11:37:42 -04:00
mbm_1607
bb430e9463 Fix 404 links in docs
Fixes: https://github.com/bigbluebutton/bigbluebutton/issues/20303
2024-05-24 11:37:23 -04:00
mbm_1607
6b31c6f7f2 Fix typos & spelling mistakes 2024-05-24 11:36:59 -04:00
mbm_1607
7fe2292604 Fix the documentation image attachments
Fixes https://github.com/bigbluebutton/bigbluebutton/issues/20297
2024-05-24 11:36:26 -04:00
Anton Georgiev
e35a8d09c3 Update docs/docs/new-features.md 2024-05-16 13:57:07 +00:00
Paul Trudel
bf669e0efe Readd documentation of API changes to New Features section 2024-05-16 13:56:52 +00:00
Paul Trudel
6f77d51b8e Update docs to accurately document API functionality 2024-05-16 13:56:19 +00:00
Paul Trudel
2508755e2f Document API validation changes 2024-05-16 13:52:05 +00:00
Anton Georgiev
6fd8a07318
docs: Added yq upgrade in the 3.0 docs 2024-05-14 12:45:15 -04:00
Anton Georgiev
34ae390443
Update faq.md 2024-05-10 16:19:41 -04:00
Anton Georgiev
ee4efe156a docs: drop release notes page 2024-05-10 16:04:26 -04:00
Anton Georgiev
2cc77f8bff document clientSettingsOverride 2024-05-10 15:59:00 -04:00
Anton Georgiev
6c8e890035 docs: expand on services description 2024-05-10 14:20:57 -04:00
Anton Georgiev
5512eb7cd8 Merge remote-tracking branch 'bbb/v3.0.x-release' into may9docs 2024-05-10 12:16:43 -04:00
Anton Georgiev
9b3fd1286b docs: diagrams update, api info update 2024-05-10 12:11:37 -04:00
Anton Georgiev
a054ac296a docs: WIP described features, removed old photos 2024-05-09 22:25:59 -04:00
Anton Georgiev
a441d70226
Merge branch 'v3.0.x-release' into docs-layout 2024-05-09 22:13:38 -04:00
Anton Georgiev
931bb32c05
Update docs/docs/new-features.md 2024-05-09 22:12:33 -04:00
Anton Georgiev
ac5c95e1e0
Update docs/docs/data/create.tsx 2024-05-09 21:59:41 -04:00
Anton Georgiev
5c605428a5 docs: fix links, remove obsolete content 2024-05-09 11:06:34 -04:00
Anton Georgiev
1db610c7e5 docs: undo remove diagram, part of next PR 2024-05-09 11:03:04 -04:00