OpenMetaverse Protocol Library Developers API Documentation
GroupChatJoinedEventArgs Class
NamespacesOpenMetaverseGroupChatJoinedEventArgs
Data sent from the simulator when your agent joins a group chat session
Declaration Syntax
C#
public 
class 
GroupChatJoinedEventArgs : 
EventArgs
Members
All Members Constructors Properties



Icon Member Description
GroupChatJoinedEventArgs(UUID, String, UUID, Boolean)
Construct a new instance of the GroupChatJoinedEventArgs class

SessionID
Get the ID of the group chat session

SessionName
Get the name of the session

Success
True if your agent successfully joined the session

TmpSessionID
Get the temporary session ID used for establishing new sessions

Inheritance Hierarchy
Object
EventArgs
  GroupChatJoinedEventArgs

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