summaryrefslogtreecommitdiff
path: root/indra/newview/llvoicewebrtc.cpp
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2023-09-14 22:48:55 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-02-08 18:34:01 -0800
commit112b9e0a965e116b62e754cbeea197e86119aa20 (patch)
tree8d71c1331932afc218542d60f3ed6e8f14219cbb /indra/newview/llvoicewebrtc.cpp
parentecbdda73de99bda09089114b5833ba11f55652ee (diff)
go ahead and restart voice negotiation when voice is re-enabled
Diffstat (limited to 'indra/newview/llvoicewebrtc.cpp')
-rw-r--r--indra/newview/llvoicewebrtc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicewebrtc.cpp b/indra/newview/llvoicewebrtc.cpp
index 92f107bb7c..93fdf8be34 100644
--- a/indra/newview/llvoicewebrtc.cpp
+++ b/indra/newview/llvoicewebrtc.cpp
@@ -704,7 +704,7 @@ void LLWebRTCVoiceClient::voiceControlStateMachine()
break;
case VOICE_STATE_WAIT_FOR_EXIT:
- if (mRelogRequested && mVoiceEnabled)
+ if (mVoiceEnabled)
{
LL_INFOS("Voice") << "will attempt to reconnect to voice" << LL_ENDL;
setVoiceControlStateUnless(VOICE_STATE_TP_WAIT);