diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-10-06 21:46:02 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:34:01 -0800 |
commit | a12e23f349b782ab669e218da8e1af10d9408996 (patch) | |
tree | 0df764b379fd04881d14b768a2150b458ad32b0a /indra/llwebrtc/llwebrtc_impl.h | |
parent | f98e714f60367322f41f6f81a9f68f34bddf03bb (diff) |
Fix race in initialization. Fix failure to send ice candidates to janus.
Diffstat (limited to 'indra/llwebrtc/llwebrtc_impl.h')
-rw-r--r-- | indra/llwebrtc/llwebrtc_impl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/llwebrtc/llwebrtc_impl.h b/indra/llwebrtc/llwebrtc_impl.h index 24edd6eaa2..01159604c9 100644 --- a/indra/llwebrtc/llwebrtc_impl.h +++ b/indra/llwebrtc/llwebrtc_impl.h @@ -190,8 +190,6 @@ class LLWebRTCImpl : public LLWebRTCDeviceInterface, protected: - bool initializeConnectionThreaded(); - std::unique_ptr<rtc::Thread> mNetworkThread; std::unique_ptr<rtc::Thread> mWorkerThread; std::unique_ptr<rtc::Thread> mSignalingThread; |