diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-01-25 20:53:19 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:35:21 -0800 |
commit | 0e6103e3a943c7f7726a93535048c634eb85eefc (patch) | |
tree | ed6fc6c666efd6d2176819ade9a2a10b23a2c18c /indra/newview/llvoicechannel.cpp | |
parent | ef90eba410c9357f62c8e5eaf7a0447bcb51d72f (diff) |
Checkpoint Ad-Hoc voice.
Unlike vivox, P2P uses the ad-hoc voice mechanism, which is also used by
group voice.
Diffstat (limited to 'indra/newview/llvoicechannel.cpp')
-rw-r--r-- | indra/newview/llvoicechannel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoicechannel.cpp b/indra/newview/llvoicechannel.cpp index b0eb8d962c..afac9ed6f8 100644 --- a/indra/newview/llvoicechannel.cpp +++ b/indra/newview/llvoicechannel.cpp @@ -654,6 +654,7 @@ void LLVoiceChannelGroup::voiceCallCapCoro(std::string url) LL_DEBUGS("Voice") << "LLVoiceCallCapResponder::result got " << iter->first << LL_ENDL; } + LL_INFOS("Voice") << "LLVoiceCallCapResponder::result got " << result << LL_ENDL; channelp->setChannelInfo( result["voice_credentials"]["channel_uri"].asString(), |