diff options
| author | Brad Linden <brad@lindenlab.com> | 2024-07-17 14:37:46 -0700 |
|---|---|---|
| committer | Brad Linden <brad@lindenlab.com> | 2024-07-17 14:37:46 -0700 |
| commit | 5482d6a92fcc2eb4f8506a521c2386849a2e9172 (patch) | |
| tree | ac3559b0127aba6187e5ba48fa5635eef8a7dcde /indra/llwebrtc/llwebrtc_impl.h | |
| parent | 6f128ece080f8f0d828b52061d2ab5692304353c (diff) | |
| parent | 3e4b23539c2b8dfc0e07256f350f4ca0f232f756 (diff) | |
Merge remote-tracking branch 'origin/release/2024.06-atlasaurus' into develop
# Conflicts:
# autobuild.xml
Diffstat (limited to 'indra/llwebrtc/llwebrtc_impl.h')
| -rw-r--r-- | indra/llwebrtc/llwebrtc_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwebrtc/llwebrtc_impl.h b/indra/llwebrtc/llwebrtc_impl.h index 2fb5525519..6672f8ce90 100644 --- a/indra/llwebrtc/llwebrtc_impl.h +++ b/indra/llwebrtc/llwebrtc_impl.h @@ -235,7 +235,7 @@ class LLWebRTCImpl : public LLWebRTCDeviceInterface, public webrtc::AudioDeviceS // The factory that allows creation of native webrtc PeerConnections. rtc::scoped_refptr<webrtc::PeerConnectionFactoryInterface> mPeerConnectionFactory; - + rtc::scoped_refptr<webrtc::AudioProcessing> mAudioProcessingModule; // more native webrtc stuff |
