diff options
| -rw-r--r-- | indra/newview/llvoicewebrtc.h | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/indra/newview/llvoicewebrtc.h b/indra/newview/llvoicewebrtc.h index c8ba3ee115..bf5c68ed2b 100644 --- a/indra/newview/llvoicewebrtc.h +++ b/indra/newview/llvoicewebrtc.h @@ -364,9 +364,9 @@ public:  		std::string mErrorStatusString;  		std::queue<std::string> mTextMsgQueue; -        bool        mMuted; -        F32         mMicGain; -        F32         mSpeakerVolume; +        bool        mMuted;          // this session is muted. +        F32         mMicGain;        // gain for this session. +        F32         mSpeakerVolume;  // volume for this session.  		LLUUID		mIMSessionID;  		LLUUID		mCallerID; | 
