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