MCPcopy Create free account
hub / github.com/TelegramMessenger/tgcalls / getPersistentState

Method getPersistentState

tgcalls/InstanceImpl.cpp:164–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164PersistentState InstanceImpl::getPersistentState() {
165 return PersistentState{}; // we dont't have such information
166}
167
168void InstanceImpl::stop(std::function<void(FinalState)> completion) {
169 RTC_LOG(LS_INFO) << "Stopping InstanceImpl";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected