mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Ref T730, allow to update voice server URL
This commit is contained in:
committed by
Mat Sutcliffe
parent
c842820267
commit
e485824bfc
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user