diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-19 19:55:04 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-19 19:55:04 +0200 |
commit | 24b1f278247315efcc317394c200651ea7ab11d2 (patch) | |
tree | d952b604ecbd2cd1e35aa6b6dac3ad63f81a1bf3 /indra/newview/llgroupactions.h | |
parent | 368c75ccd367320c650dbfdb62fdb3334e888f8a (diff) |
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
Diffstat (limited to 'indra/newview/llgroupactions.h')
-rw-r--r-- | indra/newview/llgroupactions.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -99,6 +99,11 @@ public: 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. * * Note that data about group members is loaded from server. |