mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 07:05:38 +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:
@@ -212,14 +212,9 @@ namespace BlackCore
|
||||
virtual void switchAudioOutput(const ComUnit comUnit, bool enable) = 0;
|
||||
|
||||
signals:
|
||||
// Signals regarding the voice server connection
|
||||
void notConnected(const ComUnit comUnit);
|
||||
void connecting(const ComUnit comUnit);
|
||||
void connected(const ComUnit comUnit);
|
||||
void connectionFailed(const ComUnit comUnit);
|
||||
void kicked(const ComUnit comUnit);
|
||||
void disconnecting(const ComUnit comUnit);
|
||||
void disconnected(const ComUnit comUnit);
|
||||
|
||||
//! The status of a room has changed.
|
||||
void connectionStatusChanged(ComUnit comUnit, ConnectionStatus oldStatus, ConnectionStatus newStatus);
|
||||
|
||||
// Signals about users joining and leaving
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user