summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r--indra/newview/llvoiceclient.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp
index ea83d999a6..7ccd484bfa 100644
--- a/indra/newview/llvoiceclient.cpp
+++ b/indra/newview/llvoiceclient.cpp
@@ -552,6 +552,15 @@ std::string LLVoiceClient::getDisplayName(const LLUUID& id)
}
}
+bool LLVoiceClient::isVoiceWorking()
+{
+ if (mVoiceModule)
+ {
+ return mVoiceModule->isVoiceWorking();
+ }
+ return false;
+}
+
BOOL LLVoiceClient::isParticipantAvatar(const LLUUID& id)
{
if (mVoiceModule)