Home
last modified time | relevance | path

Searched refs:screenEndpoint (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.h47 [[nodiscard]] const std::string &screenEndpoint() const;
H A Ddata_group_call.cpp42 const std::string &GroupCallParticipant::screenEndpoint() const { in screenEndpoint() function in Data::GroupCallParticipant
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/calls/group/
H A Dcalls_group_call.cpp819 ? regularEndpoint(data.was->screenEndpoint()) in subscribeToReal()
822 ? regularEndpoint(data.now->screenEndpoint()) in subscribeToReal()
H A Dcalls_group_members.cpp819 : participant->screenEndpoint(); in computeScreenEndpoint()