- Apr 28, 2021
-
-
Calvin Walton authored
In the case where a meeting had recording enabled (record=true on create call) but the presenter did not start recording during the meeting, recording processing needs to be stopped after the meeting data is archived, but before the recording formats are processed. In the current 2.3 code, processing is halted after the "sanity" step. However, the 2.2 code stopped processing after the "archive" step instead. The main difference is that the scripts in the "post_archive" directory (which are actually post_sanity scripts) did not get run on non-recorded meetings for 2.2. This behaviour should be preserved for compatibility. I have added a special exception to trigger halting processing for a recording job without causing the entire resque job to be marked as failed. It only causes the `schedule_next_step` method to be skipped, so following jobs won't get automatically run. This fixes #11877
-
Anton Georgiev authored
Make random user picking coundown (UI + audio) optional
-
Anton Georgiev authored
refactor(screenshare): remove unused extension/support checks
-
Maxim Khlobystov authored
-
prlanzarin authored
-
Anton Georgiev authored
Includes warning that forceRasterizeSlides can be removed next release
-
Gustavo Trott authored
Co-authored-by:
Anton Georgiev <antobinary@users.noreply.github.com>
-
- Apr 27, 2021
-
-
Pedro Beschorner Marin authored
-
Pedro Beschorner Marin authored
Just a regular cleanup. We removed this legacy feature a while back and this part went missing.
-
Anton Georgiev authored
Implement debug window shortcut for Mac OS
-
Anton Georgiev authored
fix: Fix Active Style For Current Chat
-
Vitor Mateus De Almeida authored
-
Anton Georgiev authored
Make Screen Readers Auto Announce Chat Messages
-
KDSBrowne authored
-
Gustavo Trott authored
-
KDSBrowne authored
-
Anton Georgiev authored
Fix and update virtualized list test suite
-
Anton Georgiev authored
Fix messages load stuck
-
Anton Georgiev authored
Fix layout broken after open+close shared notes
-
Tainan Felipe authored
-
Vitor Mateus De Almeida authored
-
Anton Georgiev authored
fix: Prevent long poll question message overlapping
-
Anton Georgiev authored
-
Anton Georgiev authored
fix: match exact deviceId when retrieving mic streams
-
Anton Georgiev authored
[add] enable bbb-webhooks to bind nodejs localhost, and make it default
-
Anton Georgiev authored
fix(chat): Public chat overlay default message after switching back from private chat
-
Ramon Souza authored
-
Mario Jr authored
Needed for firefox for consistently changing microphone using device selector Refs #12054
-
- Apr 26, 2021
-
-
Vitor Mateus De Almeida authored
-
Anton Georgiev authored
feat(screenshare): add screen bitrate config in bbb-html5
-
Anton Georgiev authored
Minor enhancement in Libreoffice conversion scripts
-
Anton Georgiev authored
fix(chat): no grouping for system messages
-
Pedro Beschorner Marin authored
chore(connection status): Connection status logs enhancement
-
Anton Georgiev authored
-
Anton Georgiev authored
chore(connection status): log status change at the server
-
Gustavo Trott authored
-
Ramon Souza authored
-
Anton Georgiev authored
fix: Do not play random user alert when a viewer joins
-
Anton Georgiev authored
-
Anton Georgiev authored
refactor: Remove user-list unused code
-