Add API method to enable audio loopback in IVoice and

audio context

refs #136
This commit is contained in:
Roland Winklmeier
2014-05-20 16:55:35 +02:00
parent 70c7aa4a94
commit 9c81322137
8 changed files with 52 additions and 0 deletions

View File

@@ -213,6 +213,12 @@ namespace BlackCore
*/
virtual void switchAudioOutput(const ComUnit comUnit, bool enable) = 0;
/*!
* \brief Enable audio loopback to route recorded voice from microphone to speakers
* \param enable (default true)
*/
virtual void enableAudioLoopback(bool enable = true) = 0;
signals:
//! The status of a room has changed.