Fredrik Meringdal
Fredrik Meringdal
Logging
Currently all logging is done with `console.log` which is not good. It should be replaced with a logging library.
It would greatly improve the UX if the frontend played some kind of sound on events that happened in the meeting: - Participant joined (if number of participants is less...
There are a couple of issues with the layout logic: - When there are 7 or 8 people, only 6 people is showing - When there are about 12+ participants,...
In a group meeting consisting of many participants it is hard to tell which person is the active speaker. The frontend should highlight the peer which is the active speaker....
There are lots of metrics that would be useful to monitor. - number of live rooms - number of online users - etc It would be great to collect these...
Using PEM files for accessing droplets is not best practice. Vault should be enabled as a CA that can issue short-lived certificates which can be used to access droplets. HashiCorp...
Autoscale worker droplets by adding / removing droplets based on metrics.
Hey, I was wondering if we could add a `SyncService` similar to `BoxCloneService` which would additionally implement `Sync` to the util module? Or is this already easily possible without introducing...
It would be nice to support more timezone formats like: - Fixed offsets (`chrono_tz::Etc::GMTMinus10` or `chrono::FixedOffset` can be used for this) The only supported format atm is IANA formatted timezones.