summaryrefslogtreecommitdiff
path: root/indra/newview/llspeakers.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-05-26 08:43:57 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-05-26 08:43:57 +0100
commit12cf2112413a62b44638cf080c2fdf4608db8a65 (patch)
tree0a41eaa71baf9f7431b442b4b61b5eadb57e61cd /indra/newview/llspeakers.h
parentb59a80f20bd6b778ea9edfe8f5b78b2e5a25864e (diff)
parent14418c197076d0eb01bb0852b8716fa966bc9d53 (diff)
merge from viewer-public
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 2bb160b7ce..b38acb7bc4 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>