C# Class Universe.Framework.DatabaseInterfaces.ChatSessionMember

Pulled from OpenMetaverse Structure representing a member of a group chat session and their settings
Show file Open project: Virtual-Universe/Virtual-Universe Class Usage Examples

Public Properties

Property Type Description
AvatarKey UUID
CanVoiceChat bool
HasBeenAdded bool
IsModerator bool
MuteText bool
MuteVoice bool
RequestedRemoval bool

Property Details

AvatarKey public property

The OpenMetaverse.UUID of the avatar
public UUID AvatarKey
return UUID

CanVoiceChat public property

True if the user has voice chat enabled
public bool CanVoiceChat
return bool

HasBeenAdded public property

Whether the user has accepted being added to the group chat
public bool HasBeenAdded
return bool

IsModerator public property

True if Avatar has moderator abilities
public bool IsModerator
return bool

MuteText public property

True if a moderator has muted this avatars chat
public bool MuteText
return bool

MuteVoice public property

True if a moderator has muted this avatars voice
public bool MuteVoice
return bool

RequestedRemoval public property

Whether the user has asked to be removed from the chat
public bool RequestedRemoval
return bool