Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/group/
H A DGroupInstanceCustomImpl.cpp2676 for (const auto &it : _pendingRequestedVideo) { in onConnectionModeUpdated()
2881 if (!_pendingRequestedVideo.empty()) { in setJoinResponsePayload()
2882 setRequestedVideoChannels(std::move(_pendingRequestedVideo)); in setJoinResponsePayload()
2883 _pendingRequestedVideo.clear(); in setJoinResponsePayload()
3187 _pendingRequestedVideo = std::move(requestedVideoChannels); in setRequestedVideoChannels()
3370 std::vector<VideoChannelDescription> _pendingRequestedVideo; member in tgcalls::GroupInstanceCustomInternal