diff options
| author | Roxie Linden <roxie@lindenlab.com> | 2024-01-03 20:33:01 -0800 | 
|---|---|---|
| committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-08 18:34:02 -0800 | 
| commit | 9a8c4c509c7b5655d02e9af64dd4a8363b48d68f (patch) | |
| tree | de98da6916e53c9580232fd12f317ac91a48b2ee /indra | |
| parent | 6abc8b5c99a2b8bf8b66eb6d5ed4acc6fecb85c6 (diff) | |
some comments
Diffstat (limited to 'indra')
| -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; | 
