- Mar 29, 2021
-
-
Mario Jr authored
-
Mario Jr authored
Setting this as default to prevent bad UX: device selector is currently small for mobile devices This could be added as a config in future
-
Mario Jr authored
By default this is set to true, allowing users to dynamic change audio devices Fixed a few linter warnings
-
Mario Jr authored
Allow listenonly users to change output devices Fixed dynamic audio device change for firefox Fixed shortcuts for audio join/leave Show (with a bold font) the current selected device [performance] Prevent calling mediaDevices.enumerateDevices every time we render the selector. This adds a delay (~200ms, on my chrome setup) to render this component [performance] Do not call enumerateDevices to search for new devices, instead we listen on mediaDevices.deviceChange event Small refactoring and fixed a few errors that were being throw in browser's console Fixed device selection when this is done in audio-settings modal Fallback to default device when current device is removed Truncate device name length Renamed "Input","Output" labels to "Microphone","Speakers", respectively Update eslint rule for accessKey
-
Mario Jr authored
-
Anton Georgiev authored
Fix actions bar buttons overlapped by right side
-
Anton Georgiev authored
Adds a customizable "office to pdf" converter for presentations
-
Gustavo Trott authored
-
Gustavo Trott authored
-
Anton Georgiev authored
Merge pull request #11796 from bigbluebutton/dependabot/npm_and_yarn/bigbluebutton-html5/tests/puppeteer/y18n-4.0.1 Bump y18n from 4.0.0 to 4.0.1 in /bigbluebutton-html5/tests/puppeteer
-
dependabot[bot] authored
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Anton Georgiev authored
Bump y18n from 4.0.0 to 4.0.1 in /bigbluebutton-html5
-
dependabot[bot] authored
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits ) Signed-off-by:
dependabot[bot] <support@github.com>
-
Anton Georgiev authored
fix:Banned user rejoining error code modified with error message
-
Anton Georgiev authored
Remove invalid aria values and roles without proper structure
-
Aron Engineer authored
-
Richard Alam authored
Keep recording status files
-
Anton Georgiev authored
Removed duplicate key:value pair for en.json
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Anton Georgiev authored
Move connection-status to nav-bar
-
KDSBrowne authored
-
- Mar 28, 2021
-
-
Anton Georgiev authored
screenshare: bump base/max timeouts to 30s/60s
-
Paulo Lanzarin authored
Bump base and max screenshare timeouts to 30s and 60s to follow the values we currently use for cameras.
-
Dixon Fred authored
Fix URL in bbb-conf warning
-
Paul Menzel authored
Fixes: 278223b4 ("Recover 2.3-alpha3 version of bbb-conf") Resolves: https://github.com/bigbluebutton/bigbluebutton/issues/11035
-
- Mar 27, 2021
-
-
Dixon Fred authored
Improve logic for detecting distro in bbb-conf
-
Dixon Fred authored
-
KDSBrowne authored
-
Anton Georgiev authored
video,screeshare,listenonly: remove Safari gathering barrier for SDP offer generation
-
prlanzarin authored
Back when Safari 11 was still a thing, there was an annoying bug where peer connectiocs COULD get stuck during it`s JSEP handshaking phase if, due to some unknown trigger, the SDP was generated BEFORE the ICE candidate gathering had run its course. I dont believe this is the case anymore and this workaround is _very_ harmful to Safari endpoints, mainly when gathering might take a long time due to additional network interfaces or restricted network environments. So its being removed. Ive tested this with the widest array of Safari endpoints I could get my hands on: iPhones 8-12, iPads 6-8 and Pro, macOS Safari 12-14
-
- Mar 26, 2021
-
-
Anton Georgiev authored
Auto-reconnect webcam after leaving breakout room
-
Ramon Souza authored
-
Richard Alam authored
-
Richard Alam authored
-
Anton Georgiev authored
Fix for poll result in RTL languages
-
Ramon Souza authored
-
Anton Georgiev authored
bbb-config, packaging: prevent cron job from restarting KMS unnecessarily
-
Paulo Lanzarin authored
Fixes #11418 The `connectionStatus` property was removed from the Users collection in 2.3, so the check was always returning 0 which means the cron job could potentially restart KMS and SFU while there were still active users.
-
Anton Georgiev authored
Logout response message modified reasoncode
-