2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Request, parse and apply phone.getCallConfig.

This commit is contained in:
John Preston
2017-04-28 18:00:16 +03:00
parent 28c0e815b3
commit f4911431d5
4 changed files with 80 additions and 1 deletions

View File

@@ -530,4 +530,8 @@ Call::~Call() {
}
}
void UpdateConfig(const std::map<std::string, std::string> &data) {
tgvoip::ServerConfig::GetSharedInstance()->Update(data);
}
} // namespace Calls