mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +08:00
refs #258, notification sound for voice rooms in context
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user