MCPcopy Create free account
hub / github.com/TDesktop-x64/tdesktop / groupCall

Method groupCall

Telegram/SourceFiles/data/data_peer.cpp:1994–2001  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1992}
1993
1994Data::GroupCall *PeerData::groupCall() const {
1995 if (const auto chat = asChat()) {
1996 return chat->groupCall();
1997 } else if (const auto group = asChannel()) {
1998 return group->groupCall();
1999 }
2000 return nullptr;
2001}
2002
2003PeerId PeerData::groupCallDefaultJoinAs() const {
2004 if (const auto chat = asChat()) {

Callers 15

joinVoiceChatFromLinkMethod · 0.45
FillVideoChatMenuFunction · 0.45
discardMethod · 0.45
clearGroupCallMethod · 0.45
startOrJoinGroupCallMethod · 0.45
handleGroupCallUpdateMethod · 0.45
setInfoLabelsMethod · 0.45
SaveCallJoinMutedFunction · 0.45
SaveCallMessagesEnabledFunction · 0.45
SettingsBoxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected