Ref T730, allow to update voice server URL

This commit is contained in:
Klaus Basan
2019-10-08 03:00:02 +02:00
committed by Mat Sutcliffe
parent c842820267
commit e485824bfc
6 changed files with 38 additions and 8 deletions

View File

@@ -650,6 +650,12 @@ namespace BlackCore
return {};
}
bool CAfvClient::updateVoiceServerUrl(const QString &url)
{
if (m_connection) { return false; }
return m_connection->updateVoiceServerUrl(url);
}
void CAfvClient::initialize()
{
CLogMessage(this).info(u"Initialize AFV client in thread: %1") << CThreadUtils::threadInfo(this->thread());