OpenMetaverse Protocol Library Developers API Documentation
GroupInviteRespond Method (groupID, imSessionID, accept)
NamespacesOpenMetaverseAgentManagerGroupInviteRespond(UUID, UUID, Boolean)
Respond to a group invitation by either accepting or denying it
Declaration Syntax
C#
public 
void 
GroupInviteRespond(
        
UUID 
groupID,
        
UUID 
imSessionID,
        
bool 
accept
)
Parameters
groupID ( UUID)
UUID of the group (sent in the AgentID field of the invite message)
imSessionID ( UUID)
IM Session ID from the group invitation message
accept ( Boolean)
Accept the group invitation or deny it

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)