Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/group/
H A DGroupInstanceImpl.h140 std::vector<std::pair<std::string, IncomingVideoStats>> incomingVideoStats; member
H A DGroupInstanceCustomImpl.cpp2436 GroupInstanceStats::IncomingVideoStats incomingVideoStats; in receiveDataChannelMessage() local
2437incomingVideoStats.receivingQuality = stringToInt(targetQuality); in receiveDataChannelMessage()
2438incomingVideoStats.availableQuality = stringToInt(availableQuality); in receiveDataChannelMessage()
2439 it.second->setStats(incomingVideoStats); in receiveDataChannelMessage()
3253 … result.incomingVideoStats.push_back(std::make_pair(it.second->endpointId(), videoStats.value())); in getStats()