- Apr 23, 2021
-
-
Richard Alam authored
-
Richard Alam authored
-
Richard Alam authored
require to be run with user bigbluebutton.
-
Anton Georgiev authored
-
Anton Georgiev authored
fix: client may crash when loading develop version
-
Mario Jr authored
Removed the reference for invalidateCookie, since it doesn't exist anymore.
-
- Apr 22, 2021
-
-
Anton Georgiev authored
Stop viewer play/stop actions on external videos
-
Anton Georgiev authored
feat(video): set audio floor sorting as default for pagination
-
Paulo Lanzarin authored
Set paginationSorting to VOICE_ACTIVITY_LOCAL by default (audio floors -> alphabetical -> local stream). Rationale: a more sensible default mode for pagination that actually works a bit better for the end user than the previous mode (presenter -> alphabetical). Should reduce the need for page switching by focusing on the ones that are actually active in the conference.
-
Anton Georgiev authored
Make waiting users more responsiv
-
Anton Georgiev authored
Reduce freeswitch log level
-
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
-
MrKeksi 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
-