summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2024-01-03 20:33:01 -0800
committerRoxie Linden <roxie@lindenlab.com>2024-02-22 23:11:36 -0800
commit45fea8ef3f548fa46da29a8fd06a7fc9807924b7 (patch)
tree60c69bc9721a315438c128abe01a8447932b12fa
parent1043accd9653022d138ea579968e6da65ea0ff3c (diff)
some comments
-rw-r--r--indra/newview/llvoicewebrtc.h6
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;