feat(prejoin): Add precall connection quality indicator

* Adds a dropdown indicator which displays the status of the internet connection.
* It uses the same data as `https://network.callstats.io`.
* The algorithm for the strings displayed to the user is also the one used on `network.callstas.io`.
This commit is contained in:
Vlad Piersec
2020-07-29 13:27:32 +03:00
committed by Paweł Domas
parent 10c2652a4f
commit 453c07cb17
15 changed files with 402 additions and 1 deletions

View File

@@ -102,5 +102,6 @@ $flagsImagePath: "../images/";
@import 'premeeting-screens';
@import 'e2ee';
@import 'responsive';
@import 'connection-status';
/* Modules END */