- Apr 22, 2021
-
-
Anton Georgiev authored
Reduce component re-render on containers that use usersContext
-
Anton Georgiev authored
Fix client crashing with multiple private chats
-
Anton Georgiev authored
Remove webcamsDefaultPlacement unused settings
-
Ramon Souza authored
-
Tainan Felipe authored
-
Anton Georgiev authored
Remove unused imports/variables
-
Ramon Souza authored
-
Anton Georgiev authored
Makes hand raised message differentiate between one and multiple users
-
Philipp Memmel authored
-
Anton Georgiev authored
FS: Add cdquality video-auto-floor-msec for #12004
-
Anton Georgiev authored
-
Anton Georgiev authored
Remove duplicated property from nav-bar button
-
Philipp Memmel authored
-
Ramon Souza authored
-
Ramon Souza authored
-
Philipp Memmel authored
-
- Apr 21, 2021
-
-
Anton Georgiev authored
Fix Focus Outline Clipping Buttons In Firefox
-
Anton Georgiev authored
increase download button size
-
MrKeksi authored
increase download button size fixes #7684
-
KDSBrowne authored
-
KDSBrowne authored
-
- Apr 20, 2021
-
-
Anton Georgiev authored
fix: breakout autojoin audio with wrong behavior
-
Anton Georgiev authored
fix: mic selection (firefox/all browsers) and muted alert when mic is changed
-
Mario Jr authored
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.
-
Ramon Souza authored
-
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
-
-
Ramon Souza authored
-
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
-
Ramon Souza authored
-
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
-