summaryrefslogtreecommitdiff
path: root/indra/llwebrtc
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2023-09-21 22:33:57 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-02-22 23:11:34 -0800
commitdc56d0104d1c54fd2b9c6925cefbeac04eadcca8 (patch)
tree590555077fc510267c1d29b81e402d7aef647305 /indra/llwebrtc
parent1cd8f6f4f88f7717f0fcafbb5d47de0af59d5fb7 (diff)
deal with add/remove of participants more effectively.
Diffstat (limited to 'indra/llwebrtc')
-rw-r--r--indra/llwebrtc/llwebrtc.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llwebrtc/llwebrtc.cpp b/indra/llwebrtc/llwebrtc.cpp
index 77b050cbd0..1913786c0b 100644
--- a/indra/llwebrtc/llwebrtc.cpp
+++ b/indra/llwebrtc/llwebrtc.cpp
@@ -87,11 +87,6 @@ void LLWebRTCImpl::terminate()
mDeviceModule = nullptr;
}
});
-
- mNetworkThread->Stop();
- mWorkerThread->Stop();
- mSignalingThread->Stop();
-
}