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

@@ -60,7 +60,7 @@ namespace BlackCore
}
//! @}
//! Send voiceDTO to server
//! Send voice DTO to server
template<typename T>
void sendToVoiceServer(const T &dto)
{
@@ -75,6 +75,9 @@ namespace BlackCore
//! All aliased stations
QVector<StationDto> getAllAliasedStations();
//! Update the voice server URL
bool updateVoiceServerUrl(const QString &url);
signals:
//! Audio has been received
void audioReceived(const AudioRxOnTransceiversDto &dto);