summaryrefslogtreecommitdiff
path: root/indra/newview/llspeakers.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-05-26 10:53:59 -0700
committerJames Cook <james@lindenlab.com>2010-05-26 10:53:59 -0700
commit0ebdba45f6fbcecfe0aa63bb37ddcde2efba6d87 (patch)
treedcfb58e0756c0034075345363559e068f53e8f2a /indra/newview/llspeakers.h
parentdd672e6dfbe6347e7498fb32b9cade6a2133f4a8 (diff)
parent74279f551b84a409af52634df4b7d78294a818dc (diff)
Merge with dessie/viewer-public to get Callum's webkit changes
Diffstat (limited to 'indra/newview/llspeakers.h')
-rw-r--r--indra/newview/llspeakers.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/llspeakers.h b/indra/newview/llspeakers.h
index 402c2d95b9..6a06e1c7db 100644
--- a/indra/newview/llspeakers.h
+++ b/indra/newview/llspeakers.h
@@ -303,7 +303,15 @@ protected:
void moderateVoiceSession(const LLUUID& session_id, bool disallow_voice);
+ /**
+ * Process all participants to mute/unmute them according to passed voice session state.
+ */
+ void forceVoiceModeratedMode(bool should_be_muted);
+
+private:
LLUUID mReverseVoiceModeratedAvatarID;
+ bool mVoiceModerated;
+
};
class LLActiveSpeakerMgr : public LLSpeakerMgr, public LLSingleton<LLActiveSpeakerMgr>