- Feb 12, 2021
-
-
prlanzarin authored
The lack of handling to check whether the user was a dial-in user when answering akka-apps periodic member probes was making it use an arbitrary default (callerName) as the userId, explicitly violating the convention that dial-in/outs should have v_memberId userIds That would botch whichever added janitorial tasks that operated upon akka-apps GetUsersStatusToVoiceConfSysMsg probes
-
prlanzarin authored
-
prlanzarin authored
To be used with the ejectRogueVoiceUsers config option
-
Pedro Beschorner Marin authored
Reconnects may introduce ghost voice users in a meeting when the client fails to rejoin but the audio connection remains active. While fetching for the voice conference user's status, apps can now check if a voice user has a matching user record. If it doesn't, eject the voice user.
-
Anton Georgiev authored
Preserve mutestatus when disconnecting/reconnecting microphone
-
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
-