go ahead and restart voice negotiation when voice is re-enabled
parent
e0126bfe90
commit
af2842793d
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue