From 45fea8ef3f548fa46da29a8fd06a7fc9807924b7 Mon Sep 17 00:00:00 2001 From: Roxie Linden Date: Wed, 3 Jan 2024 20:33:01 -0800 Subject: some comments --- indra/newview/llvoicewebrtc.h | 6 +++--- 1 file 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 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; -- cgit v1.2.3