Commit Graph

29274 Commits

Author SHA1 Message Date
MrKeksi
9d10478320 increase download button size
increase download button size
fixes #7684
2021-04-21 19:36:40 +02:00
Anton Georgiev
d96424dc82
Merge pull request #12101 from mariogasparoni/fix-11662
fix: breakout autojoin audio with wrong behavior
2021-04-20 16:43:55 -04:00
Anton Georgiev
36b67971ee
Merge pull request #12054 from mariogasparoni/fix-12023-and-other-two-fixes
fix: mic selection (firefox/all browsers) and muted alert when mic is changed
2021-04-20 13:40:54 -04:00
Mario Jr
bf17b385b6 fix: breakout autojoin audio with wrong behavior
When joining/returning breakouts, audio would always connect
with full audio. This can lead to a performance problem, once
all listenonly users would join full audio, increasing the
number of streams in FreeSWITCH.

We now have a consistent behavior, which is:
1 - The choice made by the user in the main room is predominant:
    if mic is active in main room, user will automatically
    join mic in breakout room. When returning from breakout
    room, user will also join with mic again.
2 - Changes made in breakout room won't have effect when
    returning to the main room. This means if user, for example,
    change from listenonly to mic in breakout room, the returning
    will consider the option choosen previously (listenonly) and
    listenonly will be active again in the main room.
3 - If user didn't join audio in the main room, the audio modal
    will be prompted when joining the breakout room (this is
    a special case of (1))


The following is some technicall information:
InputStreamLiveSelector (component.jsx) now calls
'handleLeaveAudio' function, which is the default
function when user leaves audio (also used when
dynamic devices are inactive).

We now store information about user's choice (mic or listenonly)
using local storage, instead of the previous cookie method (this
was triggering some warnings in browser's console).

Also did a small refactoring to match eslint rules.
Fixes #11662.
2021-04-20 14:38:11 -03:00
Anton Georgiev
3ebb2cf46d
Merge pull request #12004 from prlanzarin/u23-isitcoldinthewater
video: voice activity video sorting
2021-04-20 09:47:43 -04:00
Anton Georgiev
ad19234fc6
Merge pull request #12059 from vitormateusalmeida/issue-11610
Fix layout doesn't update when screen is shared
2021-04-20 08:44:27 -04:00
Anton Georgiev
7216f09bbe
Merge pull request #12095 from KDSBrowne/bbb-12092
Update Language On Html After Locale Change
2021-04-20 08:43:11 -04:00
Anton Georgiev
d2d6953492
Merge pull request #12096 from ramonlsouza/unused-imports
Remove unused imports
2021-04-20 08:42:19 -04:00
Ramon Souza
d5d1c86c70 remove unused imports 2021-04-20 09:12:22 -03:00
KDSBrowne
ca3975f242 update html lang on locale change in settings 2021-04-20 11:51:15 +00:00
Anton Georgiev
b217444698
Merge pull request #12087 from gustavotrott/latex-pdf-low-quality
Makes presentation svg resolution configurable, and improve default quality
2021-04-19 16:06:47 -04:00
Vitor Mateus De Almeida
aa5b4c7d48 code reuse 2021-04-19 16:53:42 -03:00
Gustavo Trott
a08a0d33e1 Makes presentation svg resolution configurable, and set default to 300 2021-04-19 16:01:48 -03:00
Anton Georgiev
da2ee3517d
Merge pull request #12057 from ramonlsouza/issue-11998-2
Add delay to userRemove
2021-04-19 14:19:52 -04:00
Anton Georgiev
70a62e8ee9
Merge pull request #12083 from gustavotrott/soffice-conversion-security-fix
Apply security enhancements for libreoffice conversion scripts
2021-04-19 13:54:37 -04:00
Anton Georgiev
bed0d41807
Merge pull request #12035 from gustavotrott/pptx-conversion-font-errors
Installs LibreOffice 7 and MS fonts for presentation conversions
2021-04-19 13:36:09 -04:00
Anton Georgiev
30f200f312
Merge pull request #12077 from KDSBrowne/bbb-fix-screenreader-trap
Fix Screen Reader Access To Tethered Dropdown Menu's
2021-04-19 13:03:51 -04:00
Anton Georgiev
5c3b8382e5
Merge pull request #12082 from ramonlsouza/issue-12075-2
Get users data from context in random user select
2021-04-19 13:02:43 -04:00
Anton Georgiev
e19915087e
Merge pull request #12081 from ramonlsouza/issue-12075
Get users data from context in poll live-result
2021-04-19 13:02:30 -04:00
Ramon Souza
cf0bd96546 get users data from context in random user select 2021-04-19 13:39:02 -03:00
Gustavo Trott
e430df0a31 Apply security enhancements for libreoffice conversion scripts 2021-04-19 13:36:03 -03:00
Anton Georgiev
002a48cc9a
Updated release to 2.3-beta-5 2021-04-19 11:48:46 -04:00
Anton Georgiev
93aa62c283
Merge pull request #12078 from KDSBrowne/bbb-br-manage-access
Make Breakout Rooms User Assignment Keyboard Accessible
2021-04-19 11:22:16 -04:00
Ramon Souza
2264e2d322 get users data from context in poll live-result 2021-04-19 11:47:42 -03:00
Anton Georgiev
118d62421d
Merge pull request #12079 from PhMemmel/fix-chat-lock-regression
Fix regression: Unintentional locking of private chat with moderator, chat lock on left/ejected user not triggered
2021-04-19 10:20:01 -04:00
Philipp Memmel
3d6921e086 fix regression chat lock in mod chat 2021-04-19 15:35:00 +02:00
KDSBrowne
35d07deb18 remove unused import / event listeners on unmount 2021-04-19 11:18:34 +00:00
KDSBrowne
f46f7961e3 make breakout room assignment accessible via keyboard 2021-04-19 00:46:07 +00:00
KDSBrowne
784103c8e1 hide secondary panel from SR when tethered dropdown is open 2021-04-18 15:44:02 +00:00
Fred Dixon
d04ff4401c
Update bigbluebutton-release
Bump to beta-5
2021-04-18 08:27:02 -03:00
Vitor Mateus De Almeida
573066756d Merge remote-tracking branch 'upstream/v2.3.x-release' into issue-11610 2021-04-16 18:05:26 -03:00
Vitor Mateus De Almeida
3374e638bb fix layout doesn't update when screen is shared 2021-04-16 18:02:47 -03:00
Anton Georgiev
7fa9f97c74
Merge pull request #12058 from ramonlsouza/fix-random-user-modal
Fix random user modal
2021-04-16 16:08:20 -04:00
Ramon Souza
896d5244ba fix random user modal 2021-04-16 16:55:27 -03:00
Ramon Souza
98ad9289ab add inline comment 2021-04-16 16:32:16 -03:00
Mario Jr
298c4afd4c Update .eslint rule to affect only a restricted scope 2021-04-16 15:24:14 -03:00
Ramon Souza
ab8cfe5109 add delay to userRemove 2021-04-16 14:58:53 -03:00
Anton Georgiev
5566941ad1
Merge pull request #12003 from ramonlsouza/issue-11985
Fix join webcam breakout room
2021-04-16 10:46:04 -04:00
Anton Georgiev
f3aa708f53
Merge pull request #12034 from ramonlsouza/issue-11977
Add meetingId to usersContext
2021-04-16 10:42:24 -04:00
Anton Georgiev
ed19c65fa1
Merge pull request #12011 from ramonlsouza/publish-cursor-userid
Publish cursor using reliable userId
2021-04-16 09:53:59 -04:00
Mario Jr
e8d59ed14a fix: mic selection (firefox/all browsers) and muted alert when mic is changed
This commit contains three fixes: one already reported and two detected
during the investigation of the solution.
This started as a fix for firefox (#12023), but i also fixed the muted
alert/banner when device changes: the banner wasn't detecting device changes,
unless audio was deactived/actived.

There's another fix for the microphone stream: we now keep sender's track
disabled if it was already disabled for the sender's track of the previous
selected device.

Also did small refactor for eslint checking.

Some technical information: in sip bridge (bridge/sip.js), setInputStream and
liveChangeInputDevice function were both fully turned into promises, which
guarantees we have everything ready when it resolves to the respective values.
This helps AudioManager (audio-manager/index.js) to sequentially sets and
tracks the state of the current microphone stream (inputStream), when calling
liveChangeInputDevice function: we first set the current stream to null,
creats a new one and then set it to the newly created value - this is needed
because MutedAlert (muted-alert/component.jsx) can then gracefully
allocate/deallocate the cloned stream when it is set to a non-null/null value
(the cloned stream is used for speech detection with hark).
In MutedAlert we also make sure to enable the cloned stream's audio
tracks, just in case the user change the device when muted (audio track is
disabled in this case), which also leaves the cloned stream muted (we then
enable the track to allow speech detection).

Closes #12023
2021-04-16 10:45:40 -03:00
Anton Georgiev
8cd827a379
Updated release to 2.3.0-beta-4 2021-04-15 15:28:59 -04:00
Anton Georgiev
03caa0e0cd
Merge pull request #12044 from znerol-forks/feature/develop/remove-fsesl-freeswitch-config
Remove spurious FreeSWITCH config from akka-bbb-fsesl
2021-04-15 15:27:00 -04:00
Anton Georgiev
54a2b71794
Merge pull request #12045 from ramonlsouza/issue-12039
Add bars to chat poll results
2021-04-15 15:25:11 -04:00
Anton Georgiev
286e9ab839
Merge pull request #12046 from MaximKhlobystov/random-user-modal-remove-colour
Remove the background colour that highlights random user picking modal
2021-04-15 15:24:17 -04:00
Anton Georgiev
c9b2b46b3c
Merge pull request #12043 from ramonlsouza/increase-chat
Increase chat min/max width values
2021-04-15 15:23:00 -04:00
Maxim Khlobystov
fcd8496b21 Remove bisque colour from the random user modal 2021-04-15 18:33:40 +00:00
Ramon Souza
91661acb78 add bars to chat poll results 2021-04-15 15:32:53 -03:00
znerol
4d3abf6857 Remove spurious FreeSWITCH config from akka-bbb-fsesl 2021-04-15 20:25:16 +02:00
Ramon Souza
5e9a39105c increase chat min/max width values 2021-04-15 15:07:07 -03:00