- Jan 29, 2021
-
-
Mario Jr authored
This was missed in recent audio/sip.js changes. MediaStream is now returned from SIP.js Related to #10733
-
Anton Georgiev authored
Pulled HTML5 locales Jan 29, 2021; tested
-
Anton Georgiev authored
-
Anton Georgiev authored
9101: Survey: New profile yes/no/abstention for branch develop
-
Anton Georgiev authored
-
Anton Georgiev authored
Merging 2.2.x-release into 'develop' on Jan 29, 2021
-
Anton Georgiev authored
-
Anton Georgiev authored
Remove old connection id on user leave
-
Joao Siebel authored
-
Anton Georgiev authored
Fixes typing indicator display
-
Tainan Felipe authored
-
Anton Georgiev authored
Fixes active webcam icon
-
Anton Georgiev authored
Synchronize users with active connections
-
Joao Siebel authored
-
Anton Georgiev authored
Add setting for enabling/disabling microphone audio filters
-
Ramon Souza authored
-
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 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
-
Joao Siebel authored
-
Anton Georgiev authored
Only publish full users to client side, no dummy users
-
Anton Georgiev authored
Fix wrong path in settings for audio constraints
-
Mario Jr authored
Using now 'application' instead of old 'audio' path
-
Anton Georgiev authored
-
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
-