mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
refs #220, improved voice room handling by providing join/left flag and connection handling
This commit is contained in:
@@ -55,7 +55,8 @@ namespace BlackCore
|
||||
void audioTestCompleted();
|
||||
|
||||
//! Voice rooms changed
|
||||
void changedVoiceRooms(const BlackMisc::Audio::CVoiceRoomList &voiceRooms);
|
||||
//! \details the flag indicates, whether a room got connected or disconnected
|
||||
void changedVoiceRooms(const BlackMisc::Audio::CVoiceRoomList &voiceRooms, bool connected);
|
||||
|
||||
public slots:
|
||||
//! Get voice rooms for COM1, COM2:
|
||||
|
||||
Reference in New Issue
Block a user