- Apr 20, 2021
-
-
Anton Georgiev authored
fix: mic selection (firefox/all browsers) and muted alert when mic is changed
-
Anton Georgiev authored
video: voice activity video sorting
-
Anton Georgiev authored
Fix layout doesn't update when screen is shared
-
Anton Georgiev authored
Update Language On Html After Locale Change
-
Anton Georgiev authored
Remove unused imports
-
Ramon Souza authored
-
KDSBrowne authored
-
- Apr 19, 2021
-
-
Anton Georgiev authored
Makes presentation svg resolution configurable, and improve default quality
-
Vitor Mateus De Almeida authored
-
Gustavo Trott authored
-
Anton Georgiev authored
Add delay to userRemove
-
Anton Georgiev authored
Apply security enhancements for libreoffice conversion scripts
-
Anton Georgiev authored
Installs LibreOffice 7 and MS fonts for presentation conversions
-
Anton Georgiev authored
Fix Screen Reader Access To Tethered Dropdown Menu's
-
Anton Georgiev authored
Get users data from context in random user select
-
Anton Georgiev authored
Get users data from context in poll live-result
-
Ramon Souza authored
-
Gustavo Trott authored
-
Anton Georgiev authored
-
Anton Georgiev authored
Make Breakout Rooms User Assignment Keyboard Accessible
-
Ramon Souza authored
-
Anton Georgiev authored
Fix regression: Unintentional locking of private chat with moderator, chat lock on left/ejected user not triggered
-
Philipp Memmel authored
-
KDSBrowne authored
-
KDSBrowne authored
-
- Apr 18, 2021
-
-
KDSBrowne authored
-
Dixon Fred authored
Bump to beta-5
-
- Apr 16, 2021
-
-
Vitor Mateus De Almeida authored
-
Vitor Mateus De Almeida authored
-
Anton Georgiev authored
Fix random user modal
-
Ramon Souza authored
-
Ramon Souza authored
-
Mario Jr authored
-
Ramon Souza authored
-
Anton Georgiev authored
Fix join webcam breakout room
-
Anton Georgiev authored
Add meetingId to usersContext
-
Anton Georgiev authored
Publish cursor using reliable userId
-
Mario Jr authored
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
-
- Apr 15, 2021
-
-
Anton Georgiev authored
-
Anton Georgiev authored
Remove spurious FreeSWITCH config from akka-bbb-fsesl
-