diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-08-03 19:50:19 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-08-03 19:50:19 +0800 |
commit | b7a79709003b1f7f0451ba577576040fc03e50f9 (patch) | |
tree | b698a84bf52c40a2907ac3eaab7b0de2ba6a1055 /indra/newview/llvoicechannel.cpp | |
parent | 96d322edfcb97096f701ef11d5fdd1f1c97255ac (diff) | |
parent | b89076f0567547b9c2749595af5ae9d5f9de9f3a (diff) |
Merge branch 'webrtc-voice' into tmp
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 b95e43da8d..912b5a330e 100644 --- a/indra/newview/llvoicechannel.cpp +++ b/indra/newview/llvoicechannel.cpp @@ -768,6 +768,7 @@ LLVoiceChannelP2P::LLVoiceChannelP2P(const LLUUID &session_id, mReceivedCall(false), mOutgoingCallInterface(outgoing_call_interface) { + mChannelInfo = LLVoiceClient::getInstance()->getP2PChannelInfoTemplate(other_user_id); } void LLVoiceChannelP2P::handleStatusChange(EStatusType type) |