Start voice with mic muted

This commit is contained in:
Siana Gearz
2012-09-08 09:49:12 +02:00
parent f1a5fb6b62
commit 2a70dde016

View File

@@ -1113,7 +1113,7 @@ LLVoiceClient::LLVoiceClient()
gVoiceClient = this;
mWriteInProgress = false;
mAreaVoiceDisabled = false;
mPTT = true;
mPTT = false;
mUserPTTState = false;
mMuteMic = false;
mSessionTerminateRequested = false;