summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.cpp
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-02-22 14:34:03 -0800
committerRoxie Linden <roxie@lindenlab.com>2024-02-22 14:34:03 -0800
commit7287cfbd7ad8f61114d0176c6fc7c3218c758900 (patch)
tree4204306e6a4dad95f6e524a3c881429e0b7e0311 /indra/newview/llimview.cpp
parent70068a244b55c00a51cc48f09634a2fe4cedd54b (diff)
For spatial voice, determine voice provider based on server setting.
Diffstat (limited to 'indra/newview/llimview.cpp')
-rw-r--r--indra/newview/llimview.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 9b2cd46a4b..1c8cdfd641 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -4216,7 +4216,10 @@ public:
input["body"]["from_id"].asUUID(),
input["body"]["from_name"].asString(),
session_type_p2p ? IM_SESSION_P2P_INVITE : IM_SESSION_INVITE,
- LLIMMgr::INVITATION_TYPE_VOICE);
+ LLIMMgr::INVITATION_TYPE_VOICE,
+ LLStringUtil::null, // session_handle
+ LLStringUtil::null,
+ voice_server_type);
}
else if ( input["body"].has("immediate") )
{