- Feb 09, 2021
-
-
Pedro Beschorner Marin authored
When managing Etherpad's pads, Meteor makes API calls to initiate the closed captions and shared notes modules. The pad id was being mapped to a shorter id than the meeting id because of a Etherpad lenght limitation. Changed to something less guessable.
-
- Feb 05, 2021
-
-
Anton Georgiev authored
Set default cursorInterval to 150ms (was 40ms)
-
- Jan 28, 2021
-
-
Anton Georgiev authored
-
- Jan 27, 2021
-
-
Anton Georgiev authored
9101 add poll abstention
-
Anton Georgiev authored
video-provider: fix inconsistent client state when a webcam being shared times out
-
Anton Georgiev authored
Update axios to 0.21.1
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Anton Georgiev authored
Add heapdump threshold in settings
-
Joao Siebel authored
-
- Jan 26, 2021
-
-
Anton Georgiev authored
Prevent open textarea blocking dropdown menus
-
KDSBrowne authored
-
Anton Georgiev authored
audio: fix talking-indicator mute debounce
-
Anton Georgiev authored
video-provider: Revert "Improve 16x9 Support"
-
Anton Georgiev authored
video-provider: make video-list-item actions dropdown keys unique
-
Anton Georgiev authored
audio: add a configurable throttle to action-bar`s mute toggle
-
Anton Georgiev authored
Fix wrong path in settings for audio constraints
-
Mario Jr authored
Using now 'application' instead of old 'audio' path
-
prlanzarin authored
When multiple actions were bolted in the dropdown (mirror, focus), keys were getting duplicated with cameraId. Make them unique based on the action`s name
-
prlanzarin authored
This reverts commit b8fc94c7.
-
prlanzarin authored
Recent fix to the stop all cameras behaviour exposed a bug where the local camera connecting state wasnt being cleared up when a camera timed out before being successfully shared
-
prlanzarin authored
Default value is 300ms, with default trailing/leading. Set toggleMuteThrottleTime to 0 to restore old behaviour
-
prlanzarin authored
The debounce method argument was being passed wrong (its supposed to be a method, not a function call), thus spewing exceptions in the console and rendering the debounce virtually ineffective
-
Anton Georgiev authored
Avoid setting empty/undefined constraint
-
Mario Jr authored
This removes the console warning about invalid constraint
-
- Jan 24, 2021
-
-
werk21 authored
-
- Jan 22, 2021
-
-
Anton Georgiev authored
Add setting for enabling/disabling microphone audio filters
-
Mario Jr authored
As explained in #11143, disabling audio filters is desired in some scenarios. This basically adds an option for user to disable default constraints. When user doesn't change this value in Settings > Application, the default value for each audio constraints is retrieved from settings.yml. When user changes this value in Settings > Application, audio filters (AGC, Noise Supression and Echo Cancellation) are all set to true/false, according to the value selected in the Settings GUI. To start it simple, we decided to not to add a different setting in the GUI for each audio contraint. This may be added in the future, though (perhaps in a dedicated Audio Settings tab) This is related to #4873
-
- Jan 21, 2021
-
-
Anton Georgiev authored
Throttle user typing indicator function
-
Joao Siebel authored
-
Joao Siebel authored
-
- Jan 20, 2021
-
-
Anton Georgiev authored
Configurable annotation and cursor interval
-
Joao Siebel authored
-
- Jan 18, 2021
-
-
Anton Georgiev authored
Improve 16x9 Support
-
- Jan 12, 2021
-
-
Paulo Lanzarin authored
Fix stream stop for multiple webcams
-
Anton Georgiev authored
Allow audio constraints to be changed in bbb-html5's settings.yml
-
Mario Jr authored
In some scenarios, there's no need for the browser to apply such audio filters. For example, when user's microphone already does audio filtering (echo cancellation, noise supression ...). This commit doens't change the current behavior (filters still follow browser's default config): admins need to uncomment/set these values if disabling/enabling specific filters if desired. This is related to #4873
-
Pedro Beschorner Marin authored
Video provider's service for local stream control was wrongly setting the disconnected state when a multiple webcam user tried to stop a single cam. The `stopVideo` method was inconsistent when called multiple times for the same `cameraId`. Included a better testing scope for event dispatching and disconnected state handling.
-
- Jan 08, 2021
-
-
Paulo Lanzarin authored
Check if stream already exists before adding in list
-
Pedro Beschorner Marin authored
-