diff options
author | Roxie Linden <roxie@lindenlab.com> | 2024-01-03 20:33:01 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2024-02-22 23:11:36 -0800 |
commit | 45fea8ef3f548fa46da29a8fd06a7fc9807924b7 (patch) | |
tree | 60c69bc9721a315438c128abe01a8447932b12fa | |
parent | 1043accd9653022d138ea579968e6da65ea0ff3c (diff) |
some comments
-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; |