diff options
author | Roxie Linden <roxie@lindenlab.com> | 2023-10-06 21:46:02 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:11:35 -0800 |
commit | c856a52477d0a50521a44f2d8255d5bde2ef39b4 (patch) | |
tree | 17eb0700c95917c293f528931c55ace4d9961790 /indra/llwebrtc/llwebrtc_impl.h | |
parent | 751ff2d4accdef1f0f2acf8d282dfd91e5af25d9 (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; |