2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Add bouncing of userpics in group call members.

This commit is contained in:
John Preston
2020-12-01 14:52:40 +03:00
parent 498d6226e3
commit ef119dadd5
6 changed files with 140 additions and 32 deletions

View File

@@ -37,7 +37,6 @@ namespace {
constexpr auto kMaxInvitePerSlice = 10;
constexpr auto kCheckLastSpokeInterval = 3 * crl::time(1000);
constexpr auto kSpeakLevelThreshold = 0.2;
constexpr auto kCheckJoinedTimeout = 4 * crl::time(1000);
constexpr auto kUpdateSendActionEach = crl::time(500);