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

@@ -105,6 +105,11 @@ namespace BlackCore
return this->m_dBusInterface->callDBusRet<CVoiceRoomList>(QLatin1String("getComVoiceRoomsWithAudioStatus"));
}
bool CContextAudioProxy::canTalk() const
{
return this->m_dBusInterface->callDBusRet<bool>(QLatin1String("canTalk"));
}
CVoiceRoomList CContextAudioProxy::getComVoiceRooms() const
{
return this->m_dBusInterface->callDBusRet<CVoiceRoomList>(QLatin1String("getComVoiceRooms"));