summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2026-03-26 20:37:30 +0200
committerGitHub <noreply@github.com>2026-03-26 20:37:30 +0200
commit3410a0e45ce94bf25ad91905ed31905358930f4d (patch)
tree210951df3921d5f9531decddb2662202fac409cb
parent1daa158b724d2f72cf2e4c717a8b87933240d6c8 (diff)
#5575 fix incoming webRTC voice audio being disrupted after editing audio settings (#5581)
-rw-r--r--indra/llwebrtc/llwebrtc_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwebrtc/llwebrtc_impl.h b/indra/llwebrtc/llwebrtc_impl.h
index c1e909df72..2ff85c92ee 100644
--- a/indra/llwebrtc/llwebrtc_impl.h
+++ b/indra/llwebrtc/llwebrtc_impl.h
@@ -343,6 +343,7 @@ public:
inner_->InitRecording();
inner_->StartRecording();
}
+ inner_->InitPlayout();
inner_->StartPlayout();
}
}