diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-04-01 22:39:59 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-04-01 22:39:59 -0700 |
commit | fdf0fbce5b4c8f15493ff064ef4d092f52c6ef73 (patch) | |
tree | 769b00ece536781b3b2d3e28f8ca395b3ffb773b /indra/llwebrtc | |
parent | c826aea079c59950a4064a94825534884fed8bf8 (diff) |
oopse
Diffstat (limited to 'indra/llwebrtc')
-rw-r--r-- | indra/llwebrtc/llwebrtc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwebrtc/llwebrtc.cpp b/indra/llwebrtc/llwebrtc.cpp index 75b2332bed..7570bb4434 100644 --- a/indra/llwebrtc/llwebrtc.cpp +++ b/indra/llwebrtc/llwebrtc.cpp @@ -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(); |