- Aug 04, 2021
-
-
Anton Georgiev authored
fix: Check for users before grabbing breakout url
-
Anton Georgiev authored
-
- Aug 03, 2021
-
-
Anton Georgiev authored
-
Anton Georgiev authored
fix: webcam resize - RTL languages
-
Anton Georgiev authored
fix(audio): improvements in audio logging
-
- Aug 02, 2021
-
-
Ramon Souza authored
-
- Jul 30, 2021
-
-
Anton Georgiev authored
Stop dictation when swapping languages with the voice recognition on
-
Anton Georgiev authored
fix(guests): Propagate list of pending guests only to mods
-
Anton Georgiev authored
-
Anton Georgiev authored
fix(polls): Avoid viewer manually subscribing to current-poll
-
Anton Georgiev authored
-
Mario Jr authored
-
Anton Georgiev authored
fix(breakouts): Do not allow users to obtain 'redirectToHtml5JoinURL' for others
-
Anton Georgiev authored
-
- Jul 29, 2021
-
-
Anton Georgiev authored
fix: Add meetingId to chatIds selector
-
Anton Georgiev authored
-
- Jul 28, 2021
-
-
Anton Georgiev authored
-
Anton Georgiev authored
fix(common-web): Sub-processes hang if output buffers fill up
-
Marcel Hellkamp authored
ExternalProcessExecutor spawned sub-processes with stderr and stdout buffers, but did not read from those buffers. Sub-processes producing output sometimes would fill up these buffers and then hang until the timeout occurs and the process is killed. This fixes #12839 (PDF conversion hangs for 10 seconds per page) by properly discarding command output. The patch also deprecates an outdated and dangerous API and offers a safer alternative. Splitting command arguments based on whitespace may result in unwanted behavior if an argument (e.g. a filename) contains whitespace.
-
- Jul 26, 2021
-
-
Anton Georgiev authored
this.recognition can be null
-
hiroshisuga authored
-
- Jul 23, 2021
-
-
Pedro Beschorner Marin authored
fix: ConnectionStatus - log info on 'warning'
-
Anton Georgiev authored
Until now we only logged for `normal`, `danger` and `critical` leading to some ambiguity in log analysis
-
Anton Georgiev authored
-
Anton Georgiev authored
fix: avoid leaving dangling HTMLMediaElements in paused state (#12806)
-
prlanzarin authored
-
prlanzarin authored
-
prlanzarin authored
Should fix an issue with the recent Chrome 92 intervention that limits the number of concurrent WebMediaPlayers (an inner element of HTMLMediaElements) to 75/40. Webcam video elements were being left dangling in paused state despite the elements themselves being cleaned up from the component. That generated a skewed accounting of WebMediaPlayers in the session.
-
- Jul 22, 2021
-
-
Mario Jr authored
After reconnecting (with 1007 or 1005), user may gets 1005 when meeting is ended by moderator.
-
- Jul 20, 2021
-
-
Mario Jr authored
We now let audio-manager log errors, using the specified error code. These errors are still logged in bridge layer, but as a warning. This commit doens't change error codes behavior, they are still being logged as errors and with the same code numbers.
-
hiroshisuga authored
-
- Jul 19, 2021
-
-
hiroshisuga authored
Initialize the start/stop dictation button when speech recognition stops after some silence (#12783) * Update component.jsx * Update en.json the speech recognition can stop due to the incompatibility of browser as well.
-
Anton Georgiev authored
Inform users that meeting ended due to "endWhenNoModerator"
-
Ramon Souza authored
-
Ramon Souza authored
-
Anton Georgiev authored
fix(audio): add secondsToGatherIce as extraInfo in server log
-
Anton Georgiev authored
fix: Unlocking specific user doesn't unlock all options to him
-
Anton Georgiev authored
fix: left/right webcam drag & drop for RTL languages
-
Anton Georgiev authored
Get locale value from settings in export usernames
-
Anton Georgiev authored
-