refs #258, notification sound for voice rooms in context

This commit is contained in:
Klaus Basan
2014-06-05 03:00:13 +02:00
parent 21b88b373e
commit e823f87bab
5 changed files with 31 additions and 12 deletions

View File

@@ -127,8 +127,9 @@ namespace BlackCore
/*!
* \brief Play notification sound
* \param notification CSoundGenerator::Notification
* \param considerSettings consider settings (notification on/off), false means settings ignored
*/
virtual void playNotification(uint notification) const = 0;
virtual void playNotification(uint notification, bool considerSettings) const = 0;
//! Microphone test
virtual void runMicrophoneTest() = 0;