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

Method ~GroupCall

Telegram/SourceFiles/data/data_group_call.cpp:110–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110GroupCall::~GroupCall() {
111 if (_conference || _videoStream) {
112 session().data().unregisterGroupCall(this);
113 }
114 api().request(_unknownParticipantPeersRequestId).cancel();
115 api().request(_participantsRequestId).cancel();
116 api().request(_reloadRequestId).cancel();
117}
118
119Main::Session &GroupCall::session() const {
120 return _peer->session();

Callers

nothing calls this directly

Calls 4

unregisterGroupCallMethod · 0.80
dataMethod · 0.45
cancelMethod · 0.45
requestMethod · 0.45

Tested by

no test coverage detected