From 24b1f278247315efcc317394c200651ea7ab11d2 Mon Sep 17 00:00:00 2001 From: Vadim Savchuk Date: Sat, 19 Dec 2009 19:55:04 +0200 Subject: Added "Group Call" verb button to the group list so that you can start a call without opening group chat first (EXT-3596). --HG-- branch : product-engine --- indra/newview/llgroupactions.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'indra/newview/llgroupactions.h') diff --git a/indra/newview/llgroupactions.h b/indra/newview/llgroupactions.h index 9750b3e3cb..e99df86cd9 100644 --- a/indra/newview/llgroupactions.h +++ b/indra/newview/llgroupactions.h @@ -98,6 +98,11 @@ public: /// Returns if the current user is a member of the group static bool isInGroup(const LLUUID& group_id); + /** + * Start a group voice call. + */ + static void startCall(const LLUUID& group_id); + /** * Returns true if avatar is in group. * -- cgit v1.2.3