From 0e3ba50520dd4cae89951e62c38b8647f76d9519 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> Date: Sun, 26 Oct 2025 12:14:53 +0200 Subject: Revert "Improve switching of webrtc devices" Wrong approach. Might need to split workerDeployDevices into separate recording and rendering variants. This partiall reverts commit bb26aa3c2cb8ff961668cf0ad8180d3e9c57f941, I left log lines. --- indra/llwebrtc/llwebrtc.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'indra/llwebrtc/llwebrtc.cpp') diff --git a/indra/llwebrtc/llwebrtc.cpp b/indra/llwebrtc/llwebrtc.cpp index 699e6b94a8..b9f126e511 100644 --- a/indra/llwebrtc/llwebrtc.cpp +++ b/indra/llwebrtc/llwebrtc.cpp @@ -582,13 +582,6 @@ void LLWebRTCImpl::setRenderDevice(const std::string &id) deployDevices(); } -void LLWebRTCImpl::setDevices(const std::string& capture_id, const std::string& render_id) -{ - mRecordingDevice = capture_id; - mPlayoutDevice = render_id; - deployDevices(); -} - // updateDevices needs to happen on the worker thread. void LLWebRTCImpl::updateDevices() { -- cgit v1.3