Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/data/
H A Ddata_group_call.h120 [[nodiscard]] const Participant *participantByPeer(
H A Ddata_group_call.cpp220 const GroupCallParticipant *GroupCall::participantByPeer( in participantByPeer() function in Data::GroupCall
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/group/
H A Dcalls_group_members.cpp468 } else if (const auto participant = real->participantByPeer( in toggleVideoEndpointActive()
809 return real->participantByPeer(_call->joinAs()); in findParticipant()
869 if (const auto found = real->participantByPeer(participantPeer)) { in prepareRows()
882 const auto participant = real->participantByPeer(me); in prepareRows()
1288 const auto participant = real->participantByPeer(participantPeer); in createRowContextMenu()
H A Dcalls_group_call.cpp69 ? call->participantByPeer(participantPeer) in LookupParticipant()
1499 const auto participant = real->participantByPeer(joinAs()); in applyMeInCallLocally()
2679 const auto me = real->participantByPeer(joinAs()); in fillActiveVideoEndpoints()