mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +08:00
Replaced set of voice connection signals with one general
The different IVoice signals representing a single event from the voice connection have been replaced by a general signal emitted when something per com unit has changed. It passes old and new status. refs #105
This commit is contained in:
@@ -45,8 +45,9 @@ public slots:
|
||||
void onMicTestFinished();
|
||||
private slots:
|
||||
|
||||
void connectionStatusConnected(const BlackCore::IVoice::ComUnit comUnit);
|
||||
void connectionStatusDisconnected();
|
||||
void connectionStatusChanged(BlackCore::IVoice::ComUnit comUnit,
|
||||
BlackCore::IVoice::ConnectionStatus oldStatus,
|
||||
BlackCore::IVoice::ConnectionStatus newStatus);
|
||||
void audioStartedStream(const BlackCore::IVoice::ComUnit comUnit);
|
||||
void audioStoppedStream(const BlackCore::IVoice::ComUnit comUnit);
|
||||
void userJoinedRoom(const BlackMisc::Aviation::CCallsign &callsign);
|
||||
|
||||
Reference in New Issue
Block a user