summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorRoxanne Skelly <roxie@lindenlab.com>2026-07-22 16:20:27 -0700
committerGitHub <noreply@github.com>2026-07-22 16:20:27 -0700
commit8f2d07b717db2997c5701977ef3d65a56c811771 (patch)
tree5df402353cdb91b01f742d1b8fc4734917e5efc8 /indra
parente9fd0450e92c569640a462baecabb89dfd537571 (diff)
parent71d2d15245490463f52911e08c488e228580e229 (diff)
Merge pull request #6030 from secondlife/roxie/fix-hot-mic
Use communications devices/scheme to get system audio processing
Diffstat (limited to 'indra')
-rw-r--r--indra/llwebrtc/llwebrtc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llwebrtc/llwebrtc.cpp b/indra/llwebrtc/llwebrtc.cpp
index 6c809f2743..3d58e4e1ce 100644
--- a/indra/llwebrtc/llwebrtc.cpp
+++ b/indra/llwebrtc/llwebrtc.cpp
@@ -42,8 +42,8 @@
namespace llwebrtc
{
#if WEBRTC_WIN
-static int16_t PLAYOUT_DEVICE_DEFAULT = webrtc::AudioDeviceModule::kDefaultDevice;
-static int16_t RECORD_DEVICE_DEFAULT = webrtc::AudioDeviceModule::kDefaultDevice;
+static int16_t PLAYOUT_DEVICE_DEFAULT = webrtc::AudioDeviceModule::kDefaultCommunicationDevice;
+static int16_t RECORD_DEVICE_DEFAULT = webrtc::AudioDeviceModule::kDefaultCommunicationDevice;
#else
static int16_t PLAYOUT_DEVICE_DEFAULT = 0;
static int16_t RECORD_DEVICE_DEFAULT = 0;