mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Ref T565, "canTalk" function in audio context
This commit is contained in:
committed by
Mat Sutcliffe
parent
d8d4fdf766
commit
ee4d498733
@@ -112,6 +112,9 @@ namespace BlackCore
|
||||
//! Get voice rooms for COM1, COM2:
|
||||
virtual BlackMisc::Audio::CVoiceRoomList getComVoiceRoomsWithAudioStatus() const = 0;
|
||||
|
||||
//! Can talk in any voice room
|
||||
virtual bool canTalk() const = 0;
|
||||
|
||||
//! Get voice rooms for COM1, COM2, but without latest audio status
|
||||
virtual BlackMisc::Audio::CVoiceRoomList getComVoiceRooms() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user