Home
last modified time | relevance | path

Searched refs:kCheckLastSpokeInterval (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/group/
H A Dcalls_group_call.cpp46 constexpr auto kCheckLastSpokeInterval = crl::time(1000); variable
2835 if ((i->second.anything + kCheckLastSpokeInterval / 3 <= now) in audioLevelsUpdated()
2837 && i->second.voice + kCheckLastSpokeInterval / 3 <= now)) { in audioLevelsUpdated()
2849 _lastSpokeCheckTimer.callEach(kCheckLastSpokeInterval / 2); in audioLevelsUpdated()
2859 constexpr auto kKeepInListFor = kCheckLastSpokeInterval * 2; in checkLastSpoke()
2861 <= kKeepInListFor - (kCheckLastSpokeInterval / 3)); in checkLastSpoke()
2889 _lastSpokeCheckTimer.callEach(kCheckLastSpokeInterval / 3); in checkLastSpoke()