Small fixes in init voice context, found during "merge testing"

This commit is contained in:
Klaus Basan
2014-06-13 13:47:36 +02:00
parent ce55bf49c7
commit c8bf23bf86
4 changed files with 15 additions and 9 deletions

View File

@@ -42,12 +42,6 @@ namespace BlackCore
m_voice->GetInputDevices(onInputHardwareDeviceReceived, this);
m_voice->GetOutputDevices(onOutputHardwareDeviceReceived, this);
// TODO: read audio device settings here and init with the same devices
// If not, settings are there or it is the first run, use the default one
// TODO: KB, setting this kind of default device results in an error
// setInputDevice(defaultAudioInputDevice());
// setOutputDevice(defaultAudioOutputDevice());
connect(this, &CVoiceVatlib::userJoinedLeft, this, &CVoiceVatlib::onUserJoinedLeft, Qt::QueuedConnection);
this->m_voiceRooms.push_back(CVoiceRoom()); // COM1