summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.cpp
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-04-04 11:35:19 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-04-04 11:35:19 -0700
commitc2a04568b93f1ac5f84553df695e5eea681599f8 (patch)
tree77f34fe8de1ad4a48853887980108f127bfd7be3 /indra/newview/llvoicevivox.cpp
parentfdf0fbce5b4c8f15493ff064ef4d092f52c6ef73 (diff)
parent3ff1f0f9518c7b2faf1f9ea5e3f2eb42539ba2e5 (diff)
Merge branch 'roxie/webrtc-voice' of github.com:secondlife/viewer into roxie/webrtc-voice
Diffstat (limited to 'indra/newview/llvoicevivox.cpp')
-rw-r--r--indra/newview/llvoicevivox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp
index f5c9e3aa98..be9e055203 100644
--- a/indra/newview/llvoicevivox.cpp
+++ b/indra/newview/llvoicevivox.cpp
@@ -5089,7 +5089,7 @@ bool LLVivoxVoiceClient::isCurrentChannel(const LLSD &channelInfo)
}
if (mAudioSession)
{
- if (!channelInfo["sessionHandle"].asString().empty())
+ if (!channelInfo["session_handle"].asString().empty())
{
return mAudioSession->mHandle == channelInfo["session_handle"].asString();
}