summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicevivox.cpp
diff options
context:
space:
mode:
authorRoxanne Skelly <roxanne@roxiware.com>2024-04-08 04:10:34 -0700
committerGitHub <noreply@github.com>2024-04-08 04:10:34 -0700
commitf2ec9e5cca078434e624e42afec11ebd7d681e06 (patch)
treed6afcd0bc1cf2c86e5f5a668749c01c14bf04da2 /indra/newview/llvoicevivox.cpp
parenta0cc1b6bd2b1f3578c8d34b634e4add20bae2dd2 (diff)
parent648741470f67120d99aec3a4aeceeaf4395cca09 (diff)
Merge pull request #1150 from secondlife/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();
}