- Feb 12, 2021
-
-
Mario Jr authored
After audio reconnection, a muted user would have it's microphone unmuted by default, unless muteOnStart is set to true. This fix this problem. Fixes #9016
-
- Feb 09, 2021
-
-
Richard Alam authored
Make sure checksum validation is done first in join API and display an error without redirection in failure case
-
Anton Georgiev authored
Don't validate insecure http urls for external video to prevent browser errors
-
Lucas Zawacki authored
-
Ghazi Triki authored
Make sure checksum validation is done first in join API and display an error without redirection in failure case.
-
Anton Georgiev authored
Cover clear screen share collection case
-
Joao Siebel authored
-
Anton Georgiev authored
Clear meeting-time-remaining collection
-
Anton Georgiev authored
-
Anton Georgiev authored
Clear missing collections on meeting end
-
Joao Siebel authored
-
- 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
-