diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2023-09-14 22:48:55 -0700 | 
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:34:01 -0800 | 
| commit | 112b9e0a965e116b62e754cbeea197e86119aa20 (patch) | |
| tree | 8d71c1331932afc218542d60f3ed6e8f14219cbb | |
| parent | ecbdda73de99bda09089114b5833ba11f55652ee (diff) | |
go ahead and restart voice negotiation when voice is re-enabled
| -rw-r--r-- | indra/newview/llvoicewebrtc.cpp | 2 | 
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);  | 
