- Mar 04, 2021
-
-
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
-
- Mar 03, 2021
-
-
Anton Georgiev authored
numUsersVideo being undefined breaks layout
-
Anton Georgiev authored
Fix svg width error
-
Ramon Souza authored
-
Anton Georgiev authored
Revert custom changes to settings.yml
-
Anton Georgiev authored
Inadvertently introduced by #11514
-
- Mar 02, 2021
-
-
Dixon Fred authored
Add some extra docs/setup instructions to the analytics callback script
-
Calvin Walton authored
-
Anton Georgiev authored
Adds tests recording + updates some outdated tests + linting
-
hiroshisuga authored
-
Tainan Felipe authored
-
Anton Georgiev authored
-
Anton Georgiev authored
External video events propagated through akka-apps
-
Mario Jr authored
When validating tokens, the dummyUser created at the beginning is set with validated=true. This means there won't be the state change that used to occur from validated:false to validated:true (which detects the moment joined the meeting) , therefore the alert code that expects for this change won't run. To fix this for audio alerts, we now detect when user join by observing additions in Users's collection. This is actually good because we start observing this only once (in componentDidMount), differently we used to do, by calling this every time the tracker was activated. To distinguish between the user addition that initially populates user's collection from those that happens after user join (which are the ones we want), we store the initial state (at componentDidMount) and compare it with new additions. If the user added is present at the initial state, then it is an addition to populates the collection, otherwise this is a real user addition (happened after user joined the meeting) Partially fixes #11399
-
Anton Georgiev authored
-
- Mar 01, 2021
-
-
Mohamed Amine Ben Salah authored
-
Mohamed Amine Ben Salah authored
-
Anton Georgiev authored
Adds lastAuthTokenValidatedOn to users
-
Anton Georgiev authored
Fix chat textarea resizing bug
-
Anton Georgiev authored
Fix chat messages timestamp
-
Ramon Souza authored
-
Mohamed Amine Ben Salah authored
-
Ramon Souza authored
-
Anton Georgiev authored
Breakout room audio fixes
-
Anton Georgiev authored
Fix mobile user removal bug
-
Ramon Souza authored
-
- Feb 28, 2021
-
-
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). Related to the feature c451666d
-