diff options
author | Aura Linden <aura@lindenlab.com> | 2014-08-15 18:49:54 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2014-08-15 18:49:54 -0700 |
commit | 370aa671c66cfd5e2a338602d2e9765e9ea103f8 (patch) | |
tree | 50107cbacb8466e5fe96ffbfd369075f850c0cc7 /indra/newview/llvoiceclient.h | |
parent | 75406641836fee796428216df82b7e29ad24443a (diff) |
Allegedly hides voice position on teleport. Needs testing.
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rwxr-xr-x | indra/newview/llvoiceclient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h index 1e20a814a0..fb387301be 100755 --- a/indra/newview/llvoiceclient.h +++ b/indra/newview/llvoiceclient.h @@ -105,6 +105,8 @@ public: virtual void updateSettings()=0; // call after loading settings and whenever they change virtual bool isVoiceWorking() const = 0; // connected to a voice server and voice channel + + virtual void setHidden(bool hidden)=0; // Hides the user from voice. virtual const LLVoiceVersionInfo& getVersion()=0; @@ -342,6 +344,7 @@ public: void setCaptureDevice(const std::string& name); void setRenderDevice(const std::string& name); + void setHidden(bool hidden); const LLVoiceDeviceList& getCaptureDevices(); const LLVoiceDeviceList& getRenderDevices(); |