Commit Graph

39261 Commits

Author SHA1 Message Date
Gustavo Trott
9681c7a29a Fix setting away when it should be raiseHand 2023-08-08 09:04:43 -03:00
Gustavo Trott
b601462dfc Graphql providing reactions data 2023-08-08 08:49:40 -03:00
prlanzarin
c4a62f275d docs: add info on new audio mode 2023-08-07 20:36:37 -03:00
prlanzarin
8feb934169 feat(audio): add experimental transparent listen only mode
This is an initial, experimental implementation of the feature proposed in
https://github.com/bigbluebutton/bigbluebutton/issues/14021.

The intention is to phase out the explicit listen only mode with two
overarching goals:
  - Reduce UX friction and increase familiarity: the existence of a separate
  listen only mode is a source of confusion for the majority of users
  Reduce average server-side CPU usage while also making it possible for
  having full audio-only meetings.

The proof-of-concept works based on the assumption that a "many
concurrent active talkers" scenario is both rare and not useful. With
that in mind, this including two server-side triggers:
 - On microphone inactivity (currently mute action that is sustained for
   4 seconds, configurable): FreeSWITCH channels are held (which translates
   to much lower CPU usage, virtually 0%). Receiving channels are switched,
   server side, to a listening mode (SFU, mediasoup).
   * This required an extension to mediasoup two allow re-assigning producers
     to already established consumers. No re-negotiation is done.
 - On microphone activity (currently unmute action, immediate):
   FreeSWITCH channels are unheld, listening mode is deactivated and the
   mute state is updated accordingly (in this order).

This is *off by default*. It needs to be enabled in two places:
  - `/etc/bigbluebutton/bbb-webrtc-sfu/production.yml` ->
    `transparentListenOnly: true`
  - End users:
    * Server wide: `/etc/bigbluebutton/bbb-html5.yml` ->
      `public.media.transparentListenOnly: true`
    * Per user: `userdata-bbb_transparent_listen_only=true`
2023-08-07 19:43:18 -03:00
Ramón Souza
9f2276b668 only display emoji if reactions are enabled 2023-08-07 17:02:49 -03:00
Ramón Souza
cc09894924 add raise hand and away emoji in userlist 2023-08-07 16:49:03 -03:00
Gabriel Porfirio
aa549a0f58 check for right click on whiteboard 2023-08-07 14:08:26 -03:00
Ramón Souza
c68da552d2 break lines in breakout room checkbox 2023-08-07 11:34:35 -03:00
transifex-integration[bot]
d60aa16d4c
Translate en.json in fr
100% translated source file: 'en.json'
on 'fr'.
2023-08-07 10:12:41 +00:00
transifex-integration[bot]
c2ade1a121
Translate en.json in fr
100% translated source file: 'en.json'
on 'fr'.
2023-08-07 10:12:05 +00:00
Gustavo Trott
5d94bfd8b0
Merge pull request #18404 from paultrudel/migrate-slide-positions
refactor (graphql-server): Migrate slide-positions data
2023-08-04 22:27:41 -03:00
Gustavo Trott
dc75850f1a
Merge pull request #18453 from gustavotrott/merge-27-into-develop-4ago2023
Merge 2.7 into Develop
2023-08-04 17:46:50 -03:00
Gustavo Trott
26dc47a41e Create a different job for graphql-server builds 2023-08-04 17:38:54 -03:00
GuiLeme
ce22c1894d [issue-18446] - fix download of original presentation 2023-08-04 17:38:17 -03:00
Gustavo Trott
275713d903 Set bbb-install 2.8 script 2023-08-04 17:23:12 -03:00
Gustavo Trott
ce0b0ea79b Move graphql tests to correct place 2023-08-04 16:55:03 -03:00
Gustavo Trott
6690b38149 Move graphql tests to correct place 2023-08-04 16:49:45 -03:00
Gustavo Trott
baba92cb0f Merge 2.7 into Develop 2023-08-04 16:47:23 -03:00
Ramón Souza
56c4657c46 adjust styles 2023-08-04 16:14:57 -03:00
Ramón Souza
1aba53885b
Merge pull request #18439 from Scroody/I-17970
fix: Disabled self cam tied to specific cam (or all cams)
2023-08-04 15:25:58 -03:00
KDSBrowne
632b7764bf move fitToWidth state up to app component (#17982) 2023-08-04 16:41:42 +00:00
Anton Georgiev
27d38c8678
Merge pull request #18426 from gustavotrott/aut-tests-with-cache2.7-b
ci(tests): Speed up building time by using cache
2023-08-04 10:41:05 -04:00
Anton Georgiev
2fcbd31a42
Merge pull request #18427 from ramonlsouza/guest-updates
fix: Notify guest policy change
2023-08-04 10:39:57 -04:00
Anton Georgiev
80652902ff
Merge pull request #18450 from bigbluebutton/antobinary-patch-2
refactor: Reworded the label for download pres+annotations
2023-08-04 10:29:29 -04:00
Anton Georgiev
070b7e8405
Merge pull request #18445 from gabriellpr/test-download-presentation
test: changes on download presentation
2023-08-04 10:29:11 -04:00
Paul Trudel
117623a8e5 Copied scaled columns to view 2023-08-04 14:02:06 +00:00
imdt
14c83bb6d3 Adjustments 2023-08-04 10:41:07 -03:00
KDSBrowne
dca7fe1997 fix slide positon when zooming out after pan (presenter) 2023-08-03 20:30:23 +00:00
Paul Trudel
6ba58c3c86 Move size scale calculation to Postgres 2023-08-03 20:14:38 +00:00
Anton Georgiev
36df64bf2c
refactor: Reworded the label for download pres+annotations 2023-08-03 15:59:19 -04:00
Ramón Souza
87e2e88f6c
Merge pull request #18440 from Scroody/margin-to-talking-indicator
style: Margin of talking indicator adjusted to better fitting size
2023-08-03 16:18:20 -03:00
Ramón Souza
8802d8fffd
Merge pull request #18448 from Scroody/margin-to-timer2
style: Margin of timer adjusted to better fitting size
2023-08-03 16:18:09 -03:00
André Castro
163e18b8a3
Adjustments to the timer 2023-08-03 16:15:46 -03:00
Ramón Souza
4da6bb2864
Merge pull request #18441 from Scroody/margin-to-timer
Client: Margin of timer adjusted to better fitting size
2023-08-03 15:56:25 -03:00
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
95e3bba2f1 make reactions bar accessible by keyboard 2023-08-03 15:48:47 -03:00
Gabriel Porfirio
38b353d2c8 adding the presentation tests on ci again 2023-08-03 15:46:03 -03:00
Anton Georgiev
a08eaea75f
Merge pull request #18424 from bigbluebutton/translations_bigbluebutton-html5-public-locales-en-json--v2-6-x-release_et
Updates for file bigbluebutton-html5/public/locales/en.json in et on branch v2.6.x-release
2023-08-03 14:12:54 -04:00
Gabriel Porfirio
26e74f5d43 changes on the download presentation tests 2023-08-03 15:05:56 -03:00
Gustavo Trott
4318ed981f Include comments about th new env vars 2023-08-03 13:35:30 -03:00
Gustavo Trott
7abd79c8c5 Test if it will ignore previous cache 2023-08-03 13:28:56 -03:00
Paul Trudel
5f9545997c Only update slide data for a single slide 2023-08-03 15:40:10 +00:00
Anton Georgiev
0675194418
Merge pull request #18430 from danimo/fix/message-formatting
fix: do not escape text twice
2023-08-03 11:34:54 -04:00
Gustavo Trott
bee0fdecb0 Test if it will ignore previous cache 2023-08-03 11:58:57 -03:00
imdt
44a0c2d10c Client: Margin of timer adjusted to better fitting size 2023-08-03 11:48:00 -03:00
imdt
08de342179 Adjustment 2023-08-03 11:32:27 -03:00
imdt
d843b8df56 Client: Margin adjusted to better fitting size 2023-08-03 11:29:51 -03:00
Gustavo Trott
aa1e4dd6b8 Small change to reprocess tests 2023-08-03 10:53:12 -03:00
Gustavo Trott
7cf4ab9094 Small change to reprocess tests 2023-08-03 10:52:17 -03:00
Paul Trudel
2874a41e32 Removed slideId column from presPage table 2023-08-03 12:50:20 +00:00