summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicewebrtc.cpp
diff options
context:
space:
mode:
authorRoxanne Skelly <roxie@lindenlab.com>2026-05-14 09:53:38 -0700
committerGitHub <noreply@github.com>2026-05-14 09:53:38 -0700
commitba9d13be80fe842f79ea604af915fbc4d8454e1f (patch)
tree76b0803ca379614e1d5a77a53f37e8e2b3c1775f /indra/newview/llvoicewebrtc.cpp
parent28f86aed5394345396689ac1b04a4b49c668bcba (diff)
parent0aa4373e355c03d79d1815f9c65fbceb60ead415 (diff)
Merge pull request #5800 from secondlife/roxie/remove-vivox
Remove Vivox-related code
Diffstat (limited to 'indra/newview/llvoicewebrtc.cpp')
-rw-r--r--indra/newview/llvoicewebrtc.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llvoicewebrtc.cpp b/indra/newview/llvoicewebrtc.cpp
index 333046adce..59e634b130 100644
--- a/indra/newview/llvoicewebrtc.cpp
+++ b/indra/newview/llvoicewebrtc.cpp
@@ -2342,12 +2342,6 @@ void LLWebRTCVoiceClient::avatarNameResolved(const LLUUID &id, const std::string
sessionState::for_each(boost::bind(predAvatarNameResolution, _1, id, name));
}
-// Leftover from vivox PTSN
-std::string LLWebRTCVoiceClient::sipURIFromID(const LLUUID& id) const
-{
- return id.asString();
-}
-
LLSD LLWebRTCVoiceClient::getP2PChannelInfoTemplate(const LLUUID& id) const
{
return LLSD();