mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Ref T565, "canTalk" function in audio context
This commit is contained in:
committed by
Mat Sutcliffe
parent
d8d4fdf766
commit
ee4d498733
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user