meow-7.2.2
Roxie Linden 2024-04-01 22:39:59 -07:00
parent c826aea079
commit fdf0fbce5b
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ void ll_set_device_module_capture_device(rtc::scoped_refptr<webrtc::AudioDeviceM
#else
// passed in default is -1, but the device list
// has it at 0
device_module->SetPlayoutDevice(device + 1);
device_module->SetRecordingDevice(device + 1);
#endif
device_module->InitMicrophone();
device_module->InitRecording();