diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-09-18 11:25:47 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:34:01 -0800 |
commit | 976a75ed24f11e3211a98120b1ac57126e625d6c (patch) | |
tree | 1c027fb437945c31bcaa9e88f6335d3e614558a5 /indra/llwebrtc/llwebrtc_impl.h | |
parent | 78c9b620432257cc636cd9f1ea4d7d1ed48c436c (diff) |
Fix voice device settings
Diffstat (limited to 'indra/llwebrtc/llwebrtc_impl.h')
-rw-r--r-- | indra/llwebrtc/llwebrtc_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llwebrtc/llwebrtc_impl.h b/indra/llwebrtc/llwebrtc_impl.h index 5c6cfcdbc6..3f9b06cae7 100644 --- a/indra/llwebrtc/llwebrtc_impl.h +++ b/indra/llwebrtc/llwebrtc_impl.h @@ -160,6 +160,9 @@ class LLWebRTCImpl : public LLWebRTCDeviceInterface, void OnSetLocalDescriptionComplete(webrtc::RTCError error) override; protected: + + bool initializeConnectionThreaded(); + std::unique_ptr<rtc::Thread> mNetworkThread; std::unique_ptr<rtc::Thread> mWorkerThread; std::unique_ptr<rtc::Thread> mSignalingThread; |