Ref T565, "canTalk" function in audio context

This commit is contained in:
Klaus Basan
2019-03-13 17:29:10 +01:00
committed by Mat Sutcliffe
parent d8d4fdf766
commit ee4d498733
6 changed files with 45 additions and 12 deletions

View File

@@ -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;