- Mar 05, 2021
-
-
Mario Jr authored
-
Anton Georgiev authored
Waiting users audio and push alerts
-
Anton Georgiev authored
Fix openPanel errors related to polling and shared notes
-
Ramon Souza authored
-
Anton Georgiev authored
Backport audio improvements from 2.3
-
Anton Georgiev authored
Revert "Add reconnection and sync handler"
-
Anton Georgiev authored
-
Anton Georgiev authored
Revert "Fix clear chat for single message"
-
Anton Georgiev authored
-
Mario Jr authored
Without 'exact' match, the browser fallbacks to the default inputDeviceId This prevents the error (input device error) when breakout is ended and we try to skipCheck the microphone when user returns to main room (assuming the user had the microphone active before joining breakout room).
-
Mario Jr authored
Prevent toggleMute api call to be called for listenonly This has no effect to the end user, but avoids unnecessary server calls
-
Mario Jr authored
Fixes #11490
-
Mario Jr authored
Fixes #11489
-
- Mar 04, 2021
-
-
Anton Georgiev authored
Merge 2.2.[32..35] into 'develop'
-
Anton Georgiev authored
-
Anton Georgiev authored
Fix audio and push alerts for user join
-
Anton Georgiev authored
Add avatar back to chat poll result message
-
Anton Georgiev authored
Quick poll improvements
-
Ramon Souza authored
-
Anton Georgiev authored
Fix clear chat for single message
-
Anton Georgiev authored
Add reconnection and sync handler
-
Tainan Felipe authored
-
Tainan Felipe authored
-
Ramon Souza authored
-
Tainan Felipe authored
-
Tainan Felipe authored
-
Tainan Felipe authored
-
KDSBrowne authored
-
Dixon Fred authored
Bump to 2.2.35
-
Dixon Fred authored
-
- Mar 03, 2021
-
-
Dixon Fred authored
Fix padId getter
-
Pedro Beschorner Marin authored
Pad exporter uses this same location to serve pad's downloaded content but the the match was failing because padId is not the last element of the URL on that scenario. Pattern follows /pad/p/<padID>[/export/(format)]?<query>.
-
Anton Georgiev authored
numUsersVideo being undefined breaks layout
-
Anton Georgiev authored
Fix svg width error
-
Pedro Beschorner Marin authored
Since we added audio alert notifications in settings controls there was an ampty grid gap reserved for the push alerts.
-
Ramon Souza authored
-
Pedro Beschorner Marin authored
-
Vitor Vanacor authored
Debounce could make the behaviour of "not always ringing when a guest enters" feel "buggy". Throttle makes it clearer that it happens to prevent it from ringing too frequently. Also move Throttle time from magic number to constant for a meaningful variable name.
-
Vitor Vanacor authored
Co-authored-by:
Pedro Beschorner Marin <pedrobmarin@gmail.com>
-
Vitor Vanacor authored
-